hi,Using LiveCycle when drag the text field on a page the captions and text box are on same line.I want captions and text box on seperate line, how can i do this?thanksFaraz
To "Jono Moore"Yes thats exactly what i was looking for. I want to learn this xml of adobe forms. How and from where i can learn this? Any book/document?thanksFaraz
The default color for a selected radio button is black. I want to change it to red or some other color?How can i change it?Is there any code snippet for XFA?thanksFaraz
hi,In Dropdownlist we can set two values [Values, Text].I have created a dropdownlist with these values/text0/15001/20003/3000On change event of dropdownlist i can get the text usingxfa.event.newText (1500,2000,3000)how can i get the values (0,1,3) of the new selected text?thanksFaraz
Can u please tell me the exact command i need to print pages 3-4,6,8I tried like this but its not workingxfa.host.print(1, "3,4,6,8", "4", 0, 1, 0, 0, 0);thanksFaraz
hi,I have a PDF page containg 8 pages. On first page there is a Print button and some select boxes (Page1, Page2, .. Page8)I want to open Print Dialog with page numbers already set from the select boxes.Example: If i have checked Page1, Page 4 check boxes then Print Dialog should show the values in ...