Maybe something like this :- do form Form1 name FIRSTFORM
This form has text1 object When you run the second form As you enter the text in the textbox object, in the interactivechange method :- FIRSTFORM.text1.value = this.value FIRSTFORM.text1.refresh Is that what you are thinking of ? On Wed, 6 Jul 2016, at 12:02 AM, Sytze de Boer wrote: > Friends > > In a new application I am developing, I have a Form with a Command button > The Command button opens a 2nd form > > When my client enters data into this 2nd form, I need to show what is > being > typed in a Text box on the 1st form. > Can that be done? > > > -- > Kind regards, > Sytze de Boer > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/1467789883.3617130.658132369.6ea07...@webmail.messagingengine.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

