Expand my Community achievements bar.

shawnFMU
shawnFMU
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Is it possible to exclude certain Master Pages from the count for Total Page Count using Javascript? Example:Page Set 1, only count pages using Master Page 1 & 3 and not Master Page 2 & 4.Page Set 2, only count pages using Master Page 2 & 4 etc...These pages are also increasing with Add Instance obj...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    7
  • I have an object that will increase by one with an Add Instance button.I have a check box that will toggle hidden/visible.Only the first instance can be hidden/visible... why not the rest? check box / click: if(this.rawValue == "1"){form1.P1.wrap.textfield2[*].presence = "hidden";} I tried to loop i...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    2
  • Is it possible for a button, on the click event, to over ride a prePrint event?I have a form that on prePrint event, a page's presence is hidden, so that not even a blank page is printed.Now I need a button that over rides that   this.presence = "hidden";  command.Is there a tag to call out?somethin...

    Type

    Questions

    Views

    4.9K

    Like

    1

    Replies

    8
  • I need a simple Time Duration Calculation. What I've read and piece together, I can't seem to get it to work.Time2Num and Num2Time...Help!In 1 day, Start time and End time equal how much Total time. Example 1:00 to 3:00 equal 2I've set three Text Fields.Time1Time2TotalTotal text field, Calculate eve...

    Type

    Questions

    Views

    3.9K

    Likes

    0

    Replies

    5
  • Is it possible to have a button that performs a "save as" and "reset" without actually resetting the current state?So literally a button that saves another blank exemplar of the form itself without deleting the current entries.Thank you in advance

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    3
  • Another dropdown issue. I have selection choice result canceling themselves out?Is there a way to avoid this?DD1 is the dropdown menuTF(*) are just text fieldsIf(DD1.rawValue == "1"){TF1.presence = "visible"; TF2.presence = "visible"; TF3.presence = "visible";}else{TF1.presence = "hidden"; TF2.prese...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    3
  • Can I reference another script object in a script object? All script objects would be under the same Variables hierarchy.I have a dropdown field.In the 'exit' event, the first reference:DropExit.Exit1(this);In the DropExit script object:function Exit1(current){if(Drop.rawValue =="1"){Color1.presence...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    3
  • I have multiple dropdown menus, all have the same selection choices. All triggers the same visible/hidden presence event on the same objects.All objects default presence state is invisible.All Dropdown fields are all individually named.example:Dropdown 1selection 1 --> if (this.rawValue == "1") {tha...

    Type

    Questions

    Views

    3.3K

    Likes

    0

    Replies

    4
  • I have a formCalc scripts referencing in a subform instance that's set at zero and remains "hidden" on initial opening of the file.Script debugger windows kicks in when the file is open saying there's an error cause there's not instance of it yet...Can I disable the script debugger window?Thanks in ...

    Type

    Questions

    Views

    3.7K

    Likes

    0

    Replies

    8
  • I have a total sum field that takes values from two different subforms. One subform has an initial count of 0.If users want, they can "add" that subform into view.So, I imagine I need two if conditions for my calculations. One with only 1 subform and one with 2 subforms.under calculate eventformCalc...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    1
Top badges earned by shawnFMU
Customize the badges you want to showcase on your profile