On Dec 15, 2007, at 6:50 PM, Adrian Klaver wrote:

> 1) I created a form using the ClassDesigner. One form element is a  
> grid sizer.
> I can navigate through the fields in the grid sizer by tabbing when  
> the form
> is empty. When I populate the form by running it, I lose that  
> ability. Any
> idea why that is?

        Are the controls (and grid sizer) inside of a panel? Panels are what  
provides the tabbing ability. If they are, what platform are you  
running on?

> 2) For this same form, when I run it the parent bizobject selects 1000
> records. Where is this limit set and how do I change it? Also how  
> can I
> select records beyond the initial limit?

        bizobj.setLimit(42) will set the limit to 42. bizobj.setLimit(None)  
will remove the limit completely.

        We default to 1000 records to avoid cases where an app can pull  
everything from a multi-gig table by default. You can still do that,  
if you really want, but then it's because of your code, not ours.  ;-)

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
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/dabo-users/[EMAIL PROTECTED]

Reply via email to