PDA

View Full Version : Get Text Object How?



neillasher
06-30-2002, 04:50 AM
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

Brett
06-30-2002, 10:28 PM
You want to use the Edit Field > Get Text action.

- Brett

njlech
07-01-2002, 01:37 AM
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!