My guess is that "âA4D_DialogTable" is not being initialised, it is a pointer to the table in which the preferences dialog lives. In our shell it is initialised in "A4D_DebugInit". (A quick search with 4D 2003's search should find it.) You should make sure that the method is run in an appropriate place, On Startup is probably where it should go.
All the best Michael Bond ----- Original Message ----- From: "David Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 2:33 PM Subject: [Active4d-dev] Installation problem - any ideas? Hi all, I am still having trouble with my installation... After spending over half a day trying to get Active4D to work, I've given up. As I mentioned before, I have 4D Server 2003 running on OSX. I have downloaded and installed Active4D 3.0b15 for the 4D Web Server. I have also downloaded Pseudo and launched 4D Server through this in order to be able to use Port 80 for the web server. I have installed the Active4D menu bar item. I am now accessing the database using 4D Client, also on OSX. When I go to the Active4D menu item and select Preferences I get a series of error messages: In the A4D_Prefs method, I get "field, variable or table expected" and "argument types incompatible" amongst others, in the part which says... $wref:=Open form window(âA4D_DialogTable->;"A4D_Prefs";Palette window ;On the Right ;At the Top ;*) DIALOG(âA4D_DialogTable->;"A4D_Prefs") CLOSE WINDOW($wref) BTW: Is this the best place to ask questions, or is there a separate support list? Thanks David Wright _______________________________________________ Active4d-dev mailing list [EMAIL PROTECTED] http://aparajitaworld.com/mailman/listinfo/active4d-dev
