Paul McNett wrote:
> 
> Make 'em bizobjs. Even if they are only going to be simple lookups, it 
> is easier to deal with the bizobj api than the dCursor API. Plus, you 
> may end up having another need for the bizobjs in the future.
> 
> 
>> If I use Biz objects how do I reference them and keep them out of the 
>> way of the Primary and children?
> 
> They won't be in the way if you add them to the form using 
> form.addBizobj(bizReference). And then you could get the reference 
> anytime by calling self.Form.getBizobj("<datasource>").
> 
> Or, you can just save the reference somewhere however you like.
> 
> Paul
> 
> 

Thanks Ed and Paul

I'm just working through the possibilities I am needing. I can see it as 
being a 6 and 'half a dozen' thing. I comfortable with the dCursor API 
but I can see the possibilities of using Biz objects. I'll play with 
both methods and see where it leads me. These are simple lookups like 
Drug NDC (ID #) to find a description, etc. The Drug files we purchase 
have about 150 different tables in them. So I can see a Biz Object that 
links a bunch of them together to return the info I need would probably 
be nice.

Paul McNary
[EMAIL PROTECTED]



_______________________________________________
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]

Reply via email to