Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/5/11
    Basically I am trying to implement javascript or formcalc to perform the following function...When you check the highcost_Yes check box the value in field charge1 changes to 10, with no check in the highcost_Yes field the value of charge1 should be 8.I have the default value for the charge1 field se...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 8/5/11
    The form I designed is all complete but the only issue I'm having is there is a radio button list that's giving me trouble.  The radio button list controls the presence of a section based on yes or no.  After the selection is made it works fine but when the document is saved and reopened again both ...

    Views

    892

    Likes

    0

    Replies

    4
  • 8/4/11
    Hi There,I am seeing some strange behaviour in Workspace.I have a process with a series of Assign Tasks  which allow attachments.   In the First in workspace, I attach one item. When I Complete the Task, the next Task Assignment in Workspace shows the attachment twiceWhen I Complete that Task, the n...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 8/4/11
    Hi,I've got an Assign Task activity, with an Action Profile that defines a Prepare Data Service.  For the Prepare data service, I've just created a simple process, and I'm recording it.When the assign task gets invoked, the Prepare Data Service process is not being executed.  Nothing gets recorded.D...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 8/4/11
    I have a set of three radio buttons on a form (a performance evaluation). If I select the "1" button, I want 1 to populate in the text field. The same goes for "2" and "3"I have not been able to code the buttons correctly for this scenario, and can't figure out how to do it.From a previous post, I w...

    Views

    2.9K

    Likes

    0

    Replies

    6
  • 8/4/11
    Hi I am having the application PDF which can be submitted by user using the button. while submitting  i am using below code to set the value in the xml node.    xfa.data.assignnode("employee.id","123",0):So its generating the xml like below. <employee>. <id>123</id>. </name></employee>Now i need to ...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 8/3/11
    HelloPls. help me that,var myObject = /TextField11/var greyFieldsList = "TextFieldAA TextFieldBB TextFieldCC "var ReqFieldsList = "TextField11 TextField22 TextField33 "var returnValue = greyFieldsList.search(myObject); var returnValueReq = ReqFieldsList.search(myObject);if (returnValue != -1) { this...

    Views

    694

    Likes

    0

    Replies

    2
  • 8/3/11
    Hello,I am doing the Learn LiveCycle in 3 days and found that the files for the lessons do not match your lessons. Day 1 Lesson # 7 Services Configuration Video 1 can not get to work. The files shown on screen do not match what is on the Turnkey Server and no files in Day1 Lesson 7 files folder. The...

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 8/3/11
    I have a drop down box created, working fine with one of the options being 'Other:'.When the user clicks on 'Other:' I want them to be able to enter text at that point.   How do u do that??? 

    Views

    636

    Likes

    0

    Replies

    2
  • 8/3/11
    HelloI know the field name in myVISITORinfoForm, say, the name is myTextField25, but i do not know its complete path!! but, i want make it grey and readOnly, so i put the below code (i put the cursor on the node of 'myVISITORinfoForm' and selected the DocReady event)var c = xfa.resolveNode("myTextFi...

    Views

    1.3K

    Likes

    0

    Replies

    6