Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4755 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am sure this is simple.... but I cannot seem to get it right.

I have a script step to show a custom dialog box. It has one input field (a global text field). How do I make sure that the dialog box field is empty - I don't want the previous value to populate the dialog as it appears.

Posted

Insert a line

Set Field[YourGlobalTextField; ""]

just before the Show Custom Dialog[ ] line in your script. If you want to keep the value just in case the dialog user clicks Cancel, insert a Set Variable[$$TempGlobalValue; YourGlobalTextField] line first

Posted

Remember that only clicking on the default button (no 1) works on the entry fields.

This topic is 4755 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.