Application Login Screen
Posted: Thu Feb 11, 2010 7:10 pm
As I work through my first runrev application I am to the point of creating a substack with a login card on it. On this card I have 3 labels and 3 text entry field plus 2 buttons. The issue which I am having is on all of my text entry fields, I am wanting to display what the user has entered into a field I call TraceField.
My code is
What I get back when running the card is
Where am I overlooking on this.
My code is
Code: Select all
put MediaIDField into tResult
answer information "User Entered Media ID of " & tResult
If I entered a 5 for the Media ID Field then I would think that my answer box would say something like User Entered Media ID of 5User Entered Media ID of MediaIDField
Where am I overlooking on this.