Expand my Community achievements bar.

kingphysh
kingphysh
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi all,Here is the script for the preOpen event that fails with 1 user://////////////////////////////////////////////////////////    $.clearItems()    var MH         = SubformHeader.SubformFormType.ExclGrpMobileHome    var oMH    var OO         = SubformHeader.SubformFormType.ExclGrpOwnerOccd    var...

    Type

    Questions

    Views

    744

    Likes

    0

    Replies

    0
  • What I'm trying to say is that the script fails with 1 user and nobody else.

    Type

    Questions

    Views

    745

    Likes

    0

    Replies

    0
  • Hi,I have a problem with a single user where a script on the preOpen event of a dropdown box fails. The script is in FormCalc.The error message says:Error: accessor 'Cell' unknown.I use various hidden tables to store 2 dimensional arrays and name every row 'Row' and every cell 'Cell'. This allows me...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    7
  • Hi,I have read that FormCalc has higher performance that JavaScript in Reader. I find that reference syntax is much more forgiving and the error messages much more valuable. And as mentioned, there are some great functions in FormCalc. So, for a number of good reasons, FormCalc can be the best choic...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi,There are a number of ways to produce the message--normally, I would choose a loop and loop through the fields until I find an empty one and stop, highlight the field, setFocus() on the empty field and display the message about that empty field using the value of the empty field caption in the me...

    Type

    Questions

    Views

    982

    Like

    1

    Replies

    0
  • Hi,I'm sorry,I'm really tired right now and not thinking clearly. I've been traveling back and forth to 3-day conference. I will get some rest and post something tomorrow.Stephen

    Type

    Questions

    Views

    983

    Likes

    0

    Replies

    0
  • Oops!I think I see 2 problems with last 6 lines of my script:///////////////////////////////////////////////////////////////////////////////////////////////////validationMessage = Substr(validationMessage, 0, VMtrim)if (validationMessage > "Please complete the following required fields: ") then     ...

    Type

    Questions

    Views

    982

    Likes

    0

    Replies

    0
  • Hi,OK, when you say crashing, I'm not sure what you mean. Are you talking aboutDesigner crashing when you try to save it after you've created it?Acrobat or Reader crashing when you're using the form, and then trying to save it?Or, are you getting some error in Designer Preview Tab?These scripts if c...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    0
  • Hi,Try the following:================================================================ButtonSOM::click - (FormCalc, client)var validationMessage = "Please complete the following required fields: "var VMtrimif (hasValue(TextField1) == 0) then     validationMessage = Concat(validationMessage, "NameOfFi...

    Type

    Questions

    Views

    945

    Like

    1

    Replies

    0
  • Hi,OK, what you do is:==================================Accesibility Tab / Tool Tipput your prompt message here (i.e. Name or Address or City...whatever you want as the prompt)==================================SOM::initialize - (JavaScript, client)this.execEvent("exit");this.format.picture.value = "...

    Type

    Questions

    Views

    2.1K

    Like

    1

    Replies

    0