by
JADE Kid - Ray Hidayat >> Wed, 15 Mar 2000 3:04:08 GMT
I think what Ray is meaning Craig, is that he has forms open, and wants to refer to them through code. You can grab forms using the app.getForm(name: String): Form; method.
Yes that is what I meant. Thanks for that.
vars
form : MyForm;
begin
create form transient;
form.show;
etc.
About this code, you don't need to say transient when when you create it. It works without it.
Ray Hidayat
JADE Kid - 2000
http://www.jadekids.co.nz
(Thanks to David Mitchell [JADE Kid - 1998] for the 'footer')