Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

shawnFMU
shawnFMU
Offline
  • this is why we shouldn't work late at night... syntax errorNeed to remember == means equal rather than just = mouslander, thank you for double checking!things work as they should be. All is right with the world again.

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Well this is strange...I placed a checkbox field on the page(that hides during print). if I check it, it should allow the page to print.in the prePrint event for the root sub page, I wrote:this.presence = "hidden";if(checkbox.rawValue = "1"){this.presence ="visible";}when I click "print" without che...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • Originally, the client wanted a instruction page to be screen only and completely non-printing(not even a blank page).So I set hidden in prePrint and visible in postPrint. Now, they are thinking that maybe there should be a button that allows the user to print the page if they really really want to....

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • 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.4K

    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.5K

    Likes

    0

    Replies

    5
  • Great insight MinusZero!Plus your write up on Global Variables help me piece together a working button.I don't think my version is the most effective, but it seems to work.For everyone else interested here's my proof of concept:1Text Field Object: "Test1"1 Button Object: "SaveBlank"Insert a Script O...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • 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

    1.9K

    Likes

    0

    Replies

    3
  • Again Brilliant! This works for me!Thank you!

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Brilliant! This is exactly what I need!Thank you!

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • 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.0K

    Likes

    0

    Replies

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