Topic: How to pass a value from aa form to an othere

Hello i am new to programing .. please can any one help me
i just want to know how to pass a value from a textbox in a form to an other textbox in an other form

2 (edited by derek 2021-02-16 11:40:56)

Re: How to pass a value from aa form to an othere

Hi,
Have a look at the script in the attachment.
When you click the 'next form' button, Form2 is shown. 
There is a procedure associated with showing Form 2 (Form2_OnShow).
This Form2_OnShow procedure instructs the program to take any values that have been filled in in edit boxes, memos, comboboxes etc on Form1 and copy them to Form2. 
Derek.

Post's attachments

Attachment icon alga.zip 340.39 kb, 433 downloads since 2021-02-16 

Re: How to pass a value from aa form to an othere

derek wrote:

Hi,
Have a look at the script in the attachment.
When you click the 'next form' button, Form2 is shown. 
There is a procedure associated with showing Form 2 (Form2_OnShow).
This Form2_OnShow procedure instructs the program to take any values that have been filled in in edit boxes, memos, comboboxes etc on Form1 and copy them to Form2. 
Derek.

Thank you so much .. it was very helpful