I launch a form using start_window, and pass in the createparam some data to stuff in one of the controls. I also stuff some other controls with things like @username and timedate. Using set_property to set the TEXT of the controls works great. But when I give another edit box focus to enter additional data, poof, the data dissapears. The new form uses a seqkey.
There must be something simple i'm forgetting to do to 'lock' the data in inspite of the new key coming in after the create event. Anybody got a clue for me? Thanks much. arcs@wws.net
Thanks, Don. But, I'm not setting the TEXT of the key, I'm getting the next SEQKEY. I'm setting some other fields, passed with the start_window parameters. I bet there is a place where I can hold those data without resorting to @user, but I don't know where.
I guess I could hold the data there–wherevere– and then stuff after the seqKEy is displayed and the first field to fill gets focus….
So, question is where to temp hold stuff (form register of some sort)
OR, how to preserve the text properties while the next seq key is picked up and the form is set?
Thanks again, arcs@wws.net