Expand my Community achievements bar.

kingphysh
kingphysh
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi, Use FormCalc (not JavaScript). I think you have a "total" field for each week (i.e. total and Monday are siblings?). If so//////////////////////////////////////////////////////////////////////     if   (Activity == "Holiday")then          $ = Sum(Monday, Tuesday, Wednesday, Thursday, Friday)    ...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi,Just to make sure you understand and there is no confusion, make sure you are using Jono's advice for using FormCalc instead of JavaScript. I find FormCalc is much more forgiving navigating the SOM and has really nice built in functions for date calculations. So, Jono is giving excellent advice. ...

    Type

    Questions

    Views

    948

    Likes

    0

    Replies

    0
  • Hi,Need more information. On what field and what event are you placing your script? $ in doesn't work in JavaScript (use "this")If you are placing the script on a dropdown box, on the Change event, "this" returns the previous value, not the current valueif Monday[i].value is referencing a SOM objec...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi,What you describe sounds like "invisible" instead of "hidden". Invisible objects still occupy space--hidden objects don't any occupy space. Be sure to use "hidden" to get the results you want. In addition, What I believe what you need is to use a Flowed container (with hight set to expand) and a ...

    Type

    Questions

    Views

    1.2K

    Like

    1

    Replies

    0
  • Hi,Buttons don't hold values--you can't assign a value to a button.You normally place a script on it's click event, some solutions for you would be to have either a hidden field or a formVariable) store whether a click has happened. change an attribute of the button (like the fillColor) when clicked...

    Type

    Questions

    Views

    509

    Likes

    0

    Replies

    0
  • Hi,I would need to see the form to be of any further assistance. You do not need scripting to do what it seems you want to do. I will say this, I don't use "Page" subforms. I normally just have a single PageSubform with MasterPage 1, MasterPage2, MasterPage2 etc. restricting the MasterPage occurance...

    Type

    Questions

    Views

    998

    Likes

    0

    Replies

    0
  • I am not sure which settings you are referring to. This is what they should be for ALL of the subforms on Page1 AND Page2"Place" setting?  Should be "following previous"               //ALL of the subforms on Page1 AND Page2"After" setting?  Should be "Continue filling parent"      //ALL of the subf...

    Type

    Questions

    Views

    1.0K

    Like

    1

    Replies

    0
  • Keep with Previous (I would check it yes)"Place" setting?  Should be "following previous""After" setting?  Should be "Continue filling parent"

    Type

    Questions

    Views

    999

    Likes

    0

    Replies

    0
  • This could be one of several things. First, check the "Restrict Page Occurance" on the MasterPage Tab on the Object Pallet.Second, check pagination of the Subforms on that Master Page--you may have accidently incorrectly set the "Place" and/or "After"  and/or "Keep with" settings.Hope this helps!Ste...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • In the Object palette, click the Field tab. In the Locale list, select one of these options or one of the provided alternatives for the object's localization setting: To use the default locale specified in the Defaults tab of the Form Properties dialog box, select Default Locale. To use the system l...

    Type

    Questions

    Views

    1.5K

    Like

    1

    Replies

    0