Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML parameter
Message
 
To
26/04/2005 10:21:00
Arnold Lee
K&A International Co.,Ltd
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01008448
Message ID:
01008722
Views:
23
Hi Arnold,

>May I put the parse routine to init() so it run at every method call ?

Depends on what the routine does. COM servers do not receive any parameters in their Init event, even if you pass them on the CREATEOBJECT() line. If your code needs to parse the parameters, you have to do this in the method itself. However, you could move the code to a protected method and call it from each method instead of duplicating the code.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform