Hi,Actually i can't understand what do you need )"Add startdate to total days to serve" - What does it means? You have f.e. 23.01.2009 you want to add 3 days and get 26.01.2009?"also need to convert time to 2 for 1 and 3 for 1" - ?Paul Butenko
Hi,I made your form dynamic, also i added some subforms to make your flowed stuff look good and i added sum script to Totla field.Form attached.BR,Paul Butenko
Hi,Click somewhere on empty place of your page. At the Object palette - Master page you will be able to change page size. See screeenshot.BR,Paul Butenko
Hi,You can do it with script:$.rawValue = concat("(" , NumericField1.rawValue , ")"), field which shows this value should be TextField.Also you can use patterns, for youre case use num{( -zzzz)}.BR,Paul Butenko
Hi,For javascript version replace youre code with this one :xfa.resolveNode("Body["+(vnum-2)+"].Radio_Button_Subform.Any_other_property_of_this_type").rawValue="2";Also check attach, hope this is what you need.BR