On Wednesday, November 23, 2011 09:40:09 PM Dewald Jacobs wrote: > 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
I actually don't know anything about "Old.Nabble" better that someone else help you - because I don't know. Just ask your questions here . All of us have bad days but we won't bite your head off. But do expect that not everyone will agree with your suggestions or comments - that is just part of the life on any list. You can also contact me directly if you feel that the list is not working for some reason. I recently said I'd help any newbie if I have the time. Johnf _______________________________________________ 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/6122852.3UmpzmO5IT@linux-12
