I suppose I have two separate questions here.#1 - I would like to have a drop down box auto populate based on a text field in a repeating sub-form.For instance, I have a "Loan Info Subform" with the loan number text field on it that can be repeated on the same form and I have a "collateral subform" ...
I have a large PDF form created with LC Designer, and I would like the form to be fillable on the internet.Is it possible to export the PDF to HTML or some other form that would be conducive to replicating the form as a web form?
Hello(1)Now i can see the Caption of a object/field as TOOL TIP, fine.(2)After i am binding with the associated data source field, I also got the populated value of that object/field as tool tip, fine.I mean, not 2 tool tips, at the same second, either (1) ir (2), fine.But, both are working for ONLY...
Hello(1)Now i can see the Caption of a object/field as TOOL TIP, fine.(2)After i am binding with the associated data source field, I also got the populated value of that object/field as tool tip, fine.I mean, not 2 tool tips, at the same second, either (1) ir (2), fine.But, both are working for ONLY...
Hello,I am using the following code to make an entry into the database :- DataServiceTransaction dtx = DataServiceTransaction.begin(true); dtx.setSendChangesToAdapter(true); Currency c1 = new Currency(); c1.setCurrencyCode("ABC"); c1.setCurrencyName("Dummy C...
I fixed a problem without really understanding how and why the problem occured or even why my fix worked. I'm hoping somebody can explain it to me. Here's the problem:My form had this structure:MainSubform Page1Subform Subform1 Subform2 Subform3 Page2Subform ...
Hi, I am having pdf save functionality using trusted functions in my application. earlier we used adobe reader 8.1.3 and it worked fine, now we upgraded to adobe reader 9.4.0 and there on the problem comes in. when ever we are saving it is creaing a code in DBConnects.sav file. we as having l...
Greetings all!Here is what is happening:First of all working in Designer ES2 9.0.0.2.2.... with Adobe Acrobat X Pro 10.1.0.Here is what I am attempting:Text field to capture a ZIP Code.Using a Reg Exp to only allow the input of digits - I do this because the client wants to add a hyphen '-' automati...
I have a text object that when clicked, it shows a circle around it. I placed the circle visable in the click event of the text object, but how do I get to to dissapear if I click on the text object again?
I have the following radio button groups. They are mutually exlisive so you can select either "10 or Less" (Checkbox1) or "More Than 10" (Checkbox2) and either Yes or No. Is there any way to set these up to where only the Yes or No beside either Checkbox1 or Checkbox2 can be selected depending on...