form1 is naturally the one can not close with out shutting the application
down so I do know that.
But starting with form2 I have series of buttons to go to form3, form4,
form5 and form6. They all work and function properly. Then on form3 have a
button to go to form4. The problem occured when going to form4 and trying to
put a button to click to go to form3 (basically going back to form3 from
which you came).
That is when I got the error "circular unit reference to form3". So how do I
overcome this problem?
Thanks, Thomas
> That is when I got the error "circular unit reference to form3". So how do I
> overcome this problem?
Make sure that you add the forms' units to the uses clause below the
'implementation' line (and add one if it's not there) not the uses
clause below the 'interface' line.
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com