Hi Guys,
Need your help on 4 issues I am facing.
1) I am using a Quantity field and till interface the value is 100.000 but in adobeform print its showing 100. How to get decimals printed.
2) in item details there is a another quantity field and in old script its printed as &VBPLP-VEMNG&(7.0) but the field length is 12 and 3 decimals. If I am directly making limit leading digits to 7 then in output the values is printed as 0.
3) In item details printing there is a last field weight which is also decimal field. user wants to print this field value text(Weight) only when a text field value has "X". I got it perfectly getting printed if value is "X" and is not getting printed when its space. but the issue is the text weight is not getting printed only at first page and for subsequent pages the weight is getting printed. In what event I have to write the code for this scenario and currently I had written code in initialize.
Item Layout :
If a value of interface field is "X" the output should be
ID | Material no | PO no | SO no | Qty | unit | Weight |
If the value of interface field is " " the output should be
ID | Material no | PO no | SO no | Qty | unit |
4) After completion of item details there is a requirement to print 2 standard texts. If 1st standard text has no value then it should print space and the next standard text text and value should move up and display. currently i had kept text1,std text value1,text2,std text value2 in flowed subform only.
Awaiting for corrections......