Expand my Community achievements bar.

kingphysh
kingphysh
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,The way I handle this is to use formCalc and name the checkboxes the same (I've used generic names here).subform[*].table[*].row[*].checkbox = "1"This will set all the checkboxes. Play around with it and see if something like this will work.Or, you could construct a nested loop in javaScript or f...

    Type

    Questions

    Views

    590

    Likes

    0

    Replies

    0
  • Hi MDawn,The populating of drop-down lists (DDL) is done in item pairs: addItem("DDL Item Text Displayed", DDL item value)   For instance: ("Item",1).You can access the DDL item value using the exit event of the DDL. Placing a script there makes "this" refer to the DDL item value.So, a script likeif...

    Type

    Questions

    Views

    456

    Likes

    0

    Replies

    0
  • Hi,Yes, you can mix the languages on an object/field--just not on the same event of an object/field.Cheers!Stephen

    Type

    Questions

    Views

    674

    Likes

    0

    Replies

    0
  • Hi All,I haven't encountered this in the past, but it started happening now and then on a form I'm building. Occasionally, Numeric Fields change to Text Fields (either upon opening? or saving?). At first I thought it was just a fluke, or a mistake on my part--however it has happened on at least 5 va...

    Type

    Questions

    Views

    524

    Likes

    0

    Replies

    1
  • Hi,I see what you mean. I just swapped them out with new ones and they worked fine. Every time I clicked on your dropdown list, my email client started a new email? That went away as well.Maybe someone else will spot the cause of the problem--until then, just replace with fresh ones.Good luck,Stephe...

    Type

    Questions

    Views

    556

    Like

    1

    Replies

    0
  • Hi Yasser,I believe that you are trying to use h to take a measurement--and I believe that h is only used to assign a value. It may be returning the minH or maxH or 0, depending--but what you are doing with h is assinging 0 to the property h.h Determines the height of a given form design object.when...

    Type

    Questions

    Views

    2.3K

    Likes

    2

    Replies

    0
  • Hi,This is covered in the F1 Help material. Search for "w scripting method" and "h scripting method".Good luck!Stephen

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    0
  • Hey Niall,You're exactly right--that fixed it--Thanks for the tip!Cheers!Stephen

    Type

    Questions

    Views

    342

    Likes

    0

    Replies

    0
  • Greetings All,OK, I have a formCalc script on the calculate event of a text field. It assigns different strings to the text field using an if/elseif/else evaluation of the value of a sibbling numeric field.I decided I wanted change the three word string in final else assingment to one with the first...

    Type

    Questions

    Views

    641

    Likes

    0

    Replies

    2
  • Hi PetaUsing formCalc on the exit event of the return date field the following script seems to work. It first checks to see if a departure date has been entered--if not  it tells the user to enter a departure date, clears the return date field and sets the focus on the departure date field. If a dep...

    Type

    Questions

    Views

    403

    Likes

    0

    Replies

    0