Oct 7, 2005 #1 DerPflug Programmer Joined Mar 28, 2002 Messages 153 Location US What's the best way to pass a variable value from one form to another when an event fires on the first form?
What's the best way to pass a variable value from one form to another when an event fires on the first form?
Oct 7, 2005 #2 bjd4jc Programmer Joined Nov 8, 2001 Messages 1,627 Location US I would create a custom event that you raise on Form 2 that is handled by form 1 Upvote 0 Downvote