Hi, I want to access a table in the form and convert it to a 2 dimensional array - table consists of 2 columns country & region. There are multiple regions for a country for example we might have 10 regions for country A and 4 for B and so on.My requirement is to read the table and create a 2 di...
I don't know what has happened, because this was working fine just the other day. I'm using this code:http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.html?context=sdkHelp&topic=learn_lc_sdk_qs to create a user. When the function is called, LiveCycle throws this error:2010-01-04 11:40:...
hey guys,Adobe Connect Pro (which I believe was built on LCCS) allows you to share a PDF. Any ideas how they do this? Can flash load a PDF?Last time I tried it, the PDF viewer was wrapped in such a way that you couldn't see state like current page, etc...
I have created an absence form for our department...each day represents 7 hours...however when I enter the .5 days it just reads it as so...how can I come up with a calculation which will represent lets say 5.5 days...the way i have it now it says 35.5 hours which in fact it should say 38.5 hrs...if...
Hi All,I have the following code written at the root of the form ON THE DOCREADY EVENT, language set to JavaScript, but I keep having error when I previewed it. The code was as follows:xfa.host.setFocus(Form.form1.#subform[0].testfld2);Please, what am I doing wrong?ThanksLP
Hi All,I do have a field on a form I am working on, and the field name is No_of_Files which is set to read only at design time, and is dependent on a Check box, named No_of_FilesChkBox.I wrote the following code, and for some reason it is not working. Please, can someone tell me what is wrong. if(N...
I did a search on the forums and found out that you can use javascript to vary number of rows in a table with a button. I was hoping to define a table with variable number of rows (each row has several text fields), and let an xml merge decide how many rows there are. I foolishly thought a flowe...
I am preparing an application where an encrypted PDF file will be sent to the end user via email. End user will sign the PDF file and clicks on Submit button.My usecase requirement is to send the signed pdf form back to the server after user clicks on submit button. Currently I have set relative url...
Hello,I have a form which I am trying to repeat a subform in. The code sits on a drop down menu, and is in javascript:if (this.rawValue == 0){form1.Page2.sfPhone.instanceManager.setInstances(1);form1.Page2.sfPhone.presence ="hidden";}else{form1.Page2.sfPhone.presence="visible";form1.Page2.sfPhone.i...