I have just downloaded Dabo and am trying it for the first time, using the Dabo Step-by-Step page. The only (intentional) deviation I've made so far is that, since I am doing this on a machine without an internet connection and without MySQL, I set up the connection to access a local Postgresql database. I created the tables as per the SbS page. I have verified that the user I am using in the cnxml file has full access to the database. And the ClassDesigner seems to be able to read the column names from the database ok when I first set up the Client form.
However, when I run the Client form, I enter some data in the fields, click the Save button, note that the app says "data saved" in the staus bar, but nothing appears in the database table. Added a couple of rows to the table using Postgresql tools but their data do not appear in the Clients form controls when I run the app. The status bar says two records so clearly the app is able to access and read the table. The only sign of something amis is that when I click in a field in the the app form, messages like the following appear in the console window I ran the app from: Dabo Error Log: Mon Mar 16 13:37:12 2009: Could not bind to 'public.clients.attn' Reason: 'NoneType' object has no attribute 'attn'. Since that message is not very informative, and the dabo code is completely opaque to me, I thought I would seek advice here. I am running Dabo-0.9.1 with web updates (that didn't work before but seemed to today) on Windows 2K machine. _______________________________________________ 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]
