I'm trying to find away to reset the displayed value of a Text Entry Elements Displayed value when I click a button for clearing all Text Entry Elements on a form.
When troubleshooting in Dev Tools I can do this by writing to the Value as shown. Dsp.TextEntry1.Value = ""
But in graphic studio I get a reference error when I have this config so will fail my qualification tests.
When I use the syntax
Dsp.TextEntry1.InitialValue = ""
The button works first time when clicked, but if value is re-entered and clear is clicked again the displayed Text Entry value remains.
Can someone shed light on what is the best practice for clearing/resetting a Text Entry elements displayed value?
Is there any functions within the Text Entry Object that allows me to do this?
In reply to Matt Stoner:
In reply to Frank Kelly:
No Problem, just be aware that this only clears the syntax checking and doesn't mean it will work for all cases...but in this case it does
Users should check debug method like you did to ensure it is valid before using this.
Andre Dicaire
In reply to Andre Dicaire: