I have created several master pages at different size. Some pages place on coresponding master pages by selection pagination > palace > on page.However one page is not remainig certain master page, it goes automatically next page (another page size) though pagination say correct. What am I missing?
i have live cycle designer and live cycle servicesi am able to GET XML from PDF through c# code using livecycle webservice and methodsplease help to get pdf from xml, and hot get XSD/XML through livecycle designer to pass livecycle servicePlease help..thanks in advance
i have installed designer and live cycle servicesi am able to GET XML from PDF through c# code using livecycle webservice and methodsplease help to get pdf from xml, and hot get XSD/XML through livecycle designer to pass livecycle servicePlease help..thanks in advance
Hi,I have designed a form and connected to a SQL server database using a web service. The XML data retrieved from wsdl connection is currently hold in a text field called 'XMLfield'. I need to extract the data such as 'PersonnelName' from XMLfield into a dropdown list. I used the following code and ...
Hi,I am designing an interactive form with a date/time field calendar. I need to disable the weekday date from calendar, so the user can pick the weekend dates only. I'm currently using the following code on 'exit' event of the calendar to alert if user chose weekday. Is there any other way to disab...
What is the recommended date display format for forms created in the USA but that may travel electronically to many other countries?Do I use the date display "default" and it will change when opened in other countries based on that countries default?How do I know how wide to make that field? If the ...
I'm trying to set up a form so that a text field will populate with dropdown value.to bind dropdown i am using sqlserver database.i tried this but it is not working :- var sNewSel = this.boundItem(xfa.event.newText);and var sNewSel = $.boundItem(xfa.event.newText);this code works if drop down bind e...
Header 1Header 2Hi,I am having error with adobe interactive form in page break . I am giving image to describe the error . Please helpduring page break section one is printing incomplete and from next page it is started printing section 2.I have all following settings :1. Placed the TextField inside...
Hi all, I have a problem when I try to reader extend a form using Reader Extensions webapp (http://[host]:[port]/ReaderExtensions).I can upload the form, select the rights and then when I click "Apply", the progress / waiting bar "Download" keep running and nothing happens.Did anyone ever encoutered...
Hi,I'm using the recent php sdk to create a room and generate auth tokens.Every time the user tries to login we run the following php code:try { $rtc->createRoom($room, $template, true); $collection = 'UserManager'; $rtc->subscribeCollection($room, $collection);} catch (Exception $e) { /...