Barnett,
Declare your connection as Public in Form1 (or in a module) and then
refer to it from any other form as Form1.MyConnection.
In your Project/Properties/Options you may need to ensure that "Module
Symbols" and "Form Controls" are set to public.
Regards
Mike
On 23/11/10 14:47, Barnett Wint
Hi all,
Could someone outline the steps required when calling a form with
Datasource ( table specified) from a parent form.
I am using Gambas 2.20 and sqlite3. OS is PCLinuxOS 2010.
Form 1 provides for table selection and then calls a table specific Form
( Form 2)
As there is no specific DB C