Can't work this one out, can someone tell me how to do it?
Have placed a text field on screen 1 called it 'name'
How do I re use the data entered? The help file talks of get text object variable, but the help page link returns an error....
Neil
Professional Software Development Tools
Can't work this one out, can someone tell me how to do it?
Have placed a text field on screen 1 called it 'name'
How do I re use the data entered? The help file talks of get text object variable, but the help page link returns an error....
Neil
You want to use the Edit Field > Get Text action.
- Brett
I have to say that the Get Text action works great! I used it in combination with the IniFile.SetValue and IniFile.GetValue to rig an encrypted password that I allow the user to set. Works just the way I wanted it. Thanks!