On Friday 12 January 2007 04:44, [EMAIL PROTECTED] wrote: > Ed, > > Yes I am on Windows XP > > Phil > To get you running lets just edit the cdxml file. First open ClassDesigner and create and save a form without any connection infomation. Then open the file (yourname.cnxml) in an editor and input the cxnfile information. Near the top you should see a line containing text similar to "CxnFile=". Add the path to your cnxml file - CxnFile = "C: \daboproject\firsttest.cnxml" (notice the double quotes around the path and filename) Next you need to add the connection name CxnName - CxnName="Myconn"
Below is a sample of what I'm taking about (from a Linux box) <dForm code-ID="dForm-top" CxnFile="../home/johnf/mssqlProject/PgConnection.cnxml" Name="dForm" Caption="Dabo Class Designer" Top="466" Height="644" Width="868" designerClass="DesForm" CxnName="PgConn" UseSizers="True" Left="629"> After the edit: Open the ClassDesigner and it should be aware of the connection and allow adding of fields. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
