I have two units (1 & 6) with associated Forms
1 is the stratup form. I want a button on that form
to close form 1 and open form 6 for further input.
I need to call a procedure in from 6
after the button is triggered to use a file write routine in form 6
before (or as) closing form 1 and opening form 6.
How do I do this? Sounds simple but I haven't found a tutorial or book that shows the code yet.
I know the code goes into the buttonclick procedure and I have found the USES clause for Form 6
but making the transfer from 1 to 6??? not yet.