Re: [dabo-users] Show records by foreign key

2009-09-06 Thread Emanuele Gesuato
Here is what i'm trying to do. I have two bizobjs: articoli and tipologie. In the grid of articoli i want to show the description of tipologie. The datastructure of articoli table: self.DataStructure = ( (copia_bar, B, False, public.articoli,

Re: [dabo-users] Show records by foreign key

2009-09-06 Thread John
On Sunday 06 September 2009 03:33:23 am Emanuele Gesuato wrote: Here is what i'm trying to do. I have two bizobjs: articoli and tipologie. In the grid of articoli i want to show the description of tipologie. The datastructure of articoli table: self.DataStructure = (

Re: [dabo-users] Show records by foreign key

2009-09-06 Thread Paul McNett
John wrote: To be honest I'm not a appwizard guy and know little about how the code is generated. For example I'm surprized that you are displaying a DataStructure and not the actual bizObject. The DataStructure is the under lying code of a dabo.biz.dBizobj. I think that must be the way