- first time without parameters
- second time with parameters
Your Form.Init(parms) method should test for Pcount() > 0:
LPARAMETERS parms Dodefault() IF Pcount() > 0 <your init code> ENDIF
There was a SET CLASSLIB TO without ADDITIVE, thanks.
Now I am trying to call a form with predefined parameters (Example 3 in xxxServer.prg) but the values I give to wFormStandardPage don't reach the Init() of the form, all parameters are .F. there.
-- thn (FoxInCloud)