Larry Bradley wrote: > Next hurdle > > I want to set the forms "RequeryOnLoad" property to false, but it does not > appear on the object info for the form (nor do most of the properties that > are defined in the Wiki). Is there a way to set this from the object info > form, or do I have to do it in code (and in this case, which method/event > would it go into)? >
It's a property of dBizobj: http://paul.dabodev.com/doc/api/dabodoc/dabo.biz.dBizobj.dBizobj.html#Properties_RequeryOnLoad You have to set it in code. Set it in createBizobj after you instantiated your Bizobj. Uwe _______________________________________________ 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]
