Can a child form event call a procedure (and pass data to it) that is in the parent form?
This is what I am doing:
From the formMain, a user clicks button, and a new formChild appears with a Textbox. The user types data into the textbox, and when enter (chr(13)) is hit, the string is sent back to formMain for processing.




Reply With Quote