Hi guys, I have a UI chooser screen where the user can choose his preferences . I also have a button which when pressed focuses on a new tab. I have multiple tables in my database all of them relevant to the current discussion. What I am trying to do is construct a query using the users preferences and populate the grid using data from multiple tables and select only 2-3 common columns. When the user has clicked on one of the rows more data(all the columns from my database for that particular record will be displayed).
So what I did was use the Appwizard and generate all the bizobjects and add them to biz directory and also make sure the init.py in the biz directory had all this imported.I also added all the bizobjects to the '*createBizobjs()' *of the form. I am kind of lost as to how to handle the GUI next. Do I use add control from data environment. If so then how do I get multiple tables added to the same grid(I am thinking this is not the right way to proceed). Do I create a grid sizer separately and try to populate that? Whats the most efficient way of handling this situation? --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/cak5s0b5u8h6rsjowkevezxvhqdgasjwla3fagqdfbc4nezi...@mail.gmail.com
