Expand my Community achievements bar.

agodina
agodina
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hey,It was set to 'Manual'.  I set it to 'Automatic'  and removed the code from Initialize event of the List Box.  Now it is working perfectly.  Thank you very much for your assistance and quick reply.

    Type

    Questions

    Views

    461

    Likes

    0

    Replies

    0
  • I am creating a form that allows users to save attachments to it.  I searched the Discussion threads and found code that accomplished this.  Under the click event of an "Add Attachment" button I have the following JavaScript code:var myDoc = event.target;var sFile = "myFile";myDoc.importDataObject({...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • Tried approaching the problem with check boxes, instead of radio butons, with the same result...Should something go in the parentheses of the line that's not working?:  var oState1 = getSigField1.signatureValidate();

    Type

    Questions

    Views

    360

    Likes

    0

    Replies

    0
  • I've been messing arround with the various lines of code and it seems to be acting up when I introduce the following line into the code:var oState1 = getSigField1.signatureValidate();I am not sure what it is about this line but it is preventing of the 75 > x >= 40 statement to execute.  Any suggesst...

    Type

    Questions

    Views

    354

    Likes

    0

    Replies

    0
  • I have Radio Button group in a form.  The values are 'QUOTE' (value 1) or 'NO QUOTE' (value 2).  The button that is filled is dependent on a number of other fields in the form. The radio buttons initially did work, but after adding the signature verification code, only the 'NO QUOTE' field stays sel...

    Type

    Questions

    Views

    715

    Likes

    0

    Replies

    2
  • I have prepared a form that will do the following (please bear with me for the description):The form opens with a 10-row table.  The user must enter ratings (from 0 to 10) in one of the table's columns.  Once the user enters all ten ratings, he or she must then click a button to enable the rest of t...

    Type

    Questions

    Views

    576

    Likes

    0

    Replies

    1
  • It worked.  Thank you...though I don't understand why it wouldn't work Post-Sign.  Oh well, I've just decided to do away with that code and place a 'Finalize Form' button to remove all the buttons on the form, instead.  That way I don't have to worry about version compatibility issues either or have...

    Type

    Questions

    Views

    485

    Likes

    0

    Replies

    0
  • I am trying to get two buttons to disappear after a form is signed.  I am using the following to try to accomplish this by using the following Javascript code under the 'postSign' event:addRemove.addRow.presence="hidden";addRemove.removeRow.presence="hidden";*addRemove is the subform; addRow is butt...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    3
  • That seems to have fixed it.  Thank you very much.

    Type

    Questions

    Views

    386

    Likes

    0

    Replies

    0
  • I have a form with a dynamic table in which the user is allowed to add and remove rows to it as needed.  The table also has a column on the end of it that will become visible/hidden on the click of a button.  It also performs basic arithmatic (addition & multiplication) needed to calculate prices fo...

    Type

    Questions

    Views

    918

    Likes

    0

    Replies

    2
Top badges earned by agodina
Customize the badges you want to showcase on your profile