Question about returnvalues

Johny

Registered User.
Local time
Today, 22:33
Joined
Jun 1, 2004
Messages
80
Hello,

I got a procedure (P) on my main form (A) which opens a form (B), on which the user fills in some textfields. When the user clicks "OK", I validate these fields in a procedure (O) on form (B) and then I wanna return a value to the procedure (P) on my main form (A) and execute the rest of the code in the procedure (P).
How can I do this without using module-level variables?

I hope I explained myself wel

thanx in advance,

Johny
 

Users who are viewing this thread

Back
Top Bottom