How tos
How To pass parameters between objects (forms, reports, ...)?
- Author
- Luc Van Dyck
- Date
- 26/05/2003
- Size
- 4,93 KB
- Downloads
-
3000
Detailed statistics
- Downloads today 1
- 30 day downloads 29
- Total downloads 3000
- Overall download rank #278 / 2084
- Today page views 0
- 30 days page views 3
- Total views 14919
- Rating


- After clicking the "Call Form2" button, these variables are passed to
Form2, where they are displayed.
- After clicking the "Return to Form1" button, focus is placed again on
Form1 and the result of the calculation (decimal1 + decimal2) is displayed.
This is the code behind the "Call Form2" button of Form1. Form2 is defined as a
variable (frmForm2), otherwise it isn't possible to call the functions on that form.