I am running Dabo version 0.9.3, Python 2.7 and Postgres all on Windows 7. I am have form that I am trying to add a grid to to represent a one-to-many relationship. When adding the grid via the "Add controls from data environment" wizard, it takes me through each step with no problems until I get to the section in which it allows me to edit the captions, sizes and other options. The screen sits for a minute as if it is loading, then it crashes python.exe and everything closes. The table is composed of the following:
id serial NOT NULL, hs_subject character varying(128) NOT NULL, hs_datetime timestamp without time zone NOT NULL, hs_customer_id integer, hs_staff_id integer, hs_contact_id integer, hs_project_id integer, hs_opportunity_id integer, hs_type character varying(16) NOT NULL, hs_comments text, Of these, I am only trying to add hs_subject, hs_type, hs_datetime and hs_comments to the grid. What could be the trouble? Any help would be very appreciated. I am very new to this! Thanks! _______________________________________________ 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]
