On 23 Nov 2011, at 4:57 PM, John Fabiani wrote: > > First welcome to Dabo! > > Add the controls you need to the form. Associate the control's DataSource > and > DataField that match the DataSource and columns. > > So I have a grid with the DataSource = "Geskiedenis" and it has a columns > "Notas", and "Datum" > > I would add two textboxes as follows: > > dabo.ui.dTextBox(self, > RegID="NotasID",DataSource='public.Geskiedenis',DataField='Notas') > > dabo.ui.dTextBox(self, > RegID="DatumD",DataSource='public.Geskiedenis',DataField='Datum') > > #Note review the Doc's for the reason I added a "RegID" a very cool feature > of > Dabo. > > If you are using the ClassDesigner to create the form then just drag and drop > the control on the form and then associate the correct DataSource and > DataField. > > As you move from row to row on the grid the data in the textboxes will follow. > > It is best if you have a new question to start a new thread. Also did you > sign up for the list? > > John >
Thanks. And thanks a lot for the help. Worked perfectly and also solved another problem I was having at the same time. I've tried dabo before but I ran into something I coudln't fix as a result of my own lack of knowledge. With the release of 0.9.4 I decided it is time to now fully commit. So far so good! I am signed up for the mailing list, but is there any other way to communicate or ask the dabo community questions? Can I use the Old.Nabble forum for questions? The reason I ask is because the questions I will ask will probably be extremely basic and maybe even stupid, and with a forum I would be able to ask the questions with bothering everyone. Dewald --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
