On 03/24/2013 01:53 PM, Aleq wrote:
Hi,
I'm trying to cope with Dabo (which is very good alternative to FoxPro), but
sadly there is not much help in Dabo's documentation with  syntax. For
example, using  browse(dataSource, parent=None, keyCaption=None,
includeFields=None, colOrder=None, colWidths=None, colTypes=None,
autoSizeCols=True).  I have a form with a grid dGrid in it. I want browse to
be used in a grid, with specific fields and caption for each field. What
exactly  the syntax shoul be?
Thank you.
Aleq
I'll assume you are having trouble displaying the browse grid within your form? Have you tried passing the parent "self".?
the parameters are required
dataSource = normally the bizobj
parent = the form or self.
I think the rest  you can just leave as default.
Johnf
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to