Re: [Gambas-user] Gambas 2 and Databound controls

2010-11-22 Thread Michael
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

[Gambas-user] Gambas 2 and Databound controls

2010-11-22 Thread Barnett Winton
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