Form Instances and Parameters

gjblackford

Registered User.
Local time
Today, 13:55
Joined
Jul 17, 2006
Messages
10
Hi,

Does anyone know of an way to pass parameters to Form Instances on Open, for example if I was using just the single instace I would pass a paramter with the OpenArgs, but with instances this does not seem to be available does anyone know of a way to do this.

Also I would like to ideally like to pass the DataMode to the form on open (e.g. ACFormAdd)

Thanks,



Gavin,
 
Last edited:
When I use forms with non-default instances I usually write them an 'Init' or 'StartUp' routine into which I pass initialization variables.
 

Users who are viewing this thread

Back
Top Bottom