On Nov 14, 2007, at 7:46 AM, Dave Nation wrote:
> If the table if the primary DataSource this field is held as a Decimal
> in the dataset, but if the table is joined to the main table, then
> it is
> held as a Float in the Dataset.
Thanks; I've tracked down and fixed this. I should have the changes
available in Web Update soon.
If you are using an app created by AppWizard, there are other
changes you will need to make. By default, the initProperties method
of the bizobj defines 'self.DataStructure' to be the fields in the
base table. If you then modify the SQL by adding/changing the fields,
it's probably best to comment out that line, since it will prevent
Dabo from doing any further inspection of the data. Also, in the
setBaseSQL() method, be sure to comment out the line
'self.addFieldsFromDataStructure()', since it will duplicate the
fields that you've manually added.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
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]