Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: WWXML, WWFILETIMER

$
0
0
Re: WWXML, WWFILETIMER
FoxInCloud
Re: WWXML, WWFILETIMER
02/15/2012
02:55:19 AM
3FM069H1Z Show this entire thread in new window
Gratar Image based on email address
From:
To:
Attachments:
None
And RETURN .F. if PCOUNT()=0?

In Fact .Init() is executed twice:
- 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.


Viewing all articles
Browse latest Browse all 10393

Trending Articles