[dabo-users] BizObj, FK TempCursor

2011-08-12 Thread Vineet Deodhar
Another query in this regard -- How do I get all the records from 'dist' table? (without getting filtered by statid=somevalue?) The second way is to provide Dabo with all the information it needs to create a bizobj that matches the data structure of the table in question and handle all the

Re: [dabo-users] BizObj with FK: I almost got it right

2011-08-12 Thread Thomas Ganss
On Thursday, August 11, 2011 10:06:57 am Thomas Ganss wrote: If you don't link the biz objects, you select unfiltered from the DB. View the link as Inner Join-operation on the database tables, or a relation in foxpro terms if you come from that area. Only problem is the updates,

[dabo-users] complex relationship : how to define

2011-08-12 Thread Vineet Deodhar
For simple relationships of bizobjs, I can handle the bizobj coding. Now I have come across the a tricky relationship.   A simplified version of tables is reproduced below---   'model' : table contains info about car-models fields :  (mdlid, mdlcode, mdlname)   'extwarr' : table contains

Re: [dabo-users] 'NoneType' error...

2011-08-12 Thread Ed Leafe
On Aug 11, 2011, at 3:39 PM, Ximo Nadal wrote: /usr/local/lib/python2.6/dist-packages/dabo/ui/uiwx/dFormMixin.py, line 129, in _afterInit super(dFormMixin, self)._afterInit() File /usr/local/lib/python2.6/dist-packages/dabo/ui/uiwx/dPemMixin.py, line 333, in _afterInit

Re: [dabo-users] BizObj, FK TempCursor

2011-08-12 Thread John Fabiani
On Thursday, August 11, 2011 11:09:45 pm Vineet Deodhar wrote: Another query in this regard -- How do I get all the records from 'dist' Here do you mean to say that - do not define any FK relation in bizoj; and handle all the DML stuff externally ?

Re: [dabo-users] complex relationship : how to define

2011-08-12 Thread Sibylle Koczian
Am 12.08.2011 11:05, schrieb Vineet Deodhar: For simple relationships of bizobjs, I can handle the bizobj coding. Now I have come across the a tricky relationship. A simplified version of tables is reproduced below--- 'model' : table contains info about car-models fields : (mdlid, mdlcode,

[dabo-users] BizObj, FK TempCursor

2011-08-12 Thread Vineet Deodhar
But you have me confused.  -- extremely sorry for confusing you. I will put my plan in a concise way again (at the bottom of this mail) -- As I understand

[dabo-users] referred to pycon2010 tut : complex relationship : how to define

2011-08-12 Thread Vineet Deodhar
Subject: Re: [dabo-users] complex relationship : how to define Am 12.08.2011 11:05, schrieb Vineet Deodhar: For simple relationships of bizobjs, I can handle the bizobj coding. Now I have come across the a tricky relationship. A simplified version of tables is reproduced below--- 'model' :

Re: [dabo-users] referred to pycon2010 tut : complex relationship : how to define

2011-08-12 Thread Paul McNett
On 8/12/11 9:25 AM, Vineet Deodhar wrote: I have already referred the pycon 2010 tutorial before posting my query. In that, self.DataStructure property is defined. But I fail to understand how, without using LinkField property, the relations to 2 parent tables is set in that. What do you

Re: [dabo-users] 'NoneType' error...

2011-08-12 Thread Ximo Nadal
El 12/08/11 14:59, Ed Leafe escribió: On Aug 11, 2011, at 3:39 PM, Ximo Nadal wrote: /usr/local/lib/python2.6/dist-packages/dabo/ui/uiwx/dFormMixin.py, line 129, in _afterInit super(dFormMixin, self)._afterInit() File /usr/local/lib/python2.6/dist-packages/dabo/ui/uiwx/dPemMixin.py,