At 17:32 06/11/2003 +0100, you wrote:
On Wednesday, June 11, 2003, at 03:19 pm, Michael Bond wrote:
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.
Thanks for that, but I've checked and find that it is initialised in "A4D_DebugInit", which is indeed called 'On Server Startup'.
David,
In the messages I've received your dialog table name begins with high-order ascii characters: "◊A4D_DialogTable" . If this isn't some weird email server text conversion problem and your table name does contain these characters you might want to get rid of them.
Since you seem to have done all the other required things, this might solve your problem.
hth,
Brad
