Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML parameter
Message
 
À
26/04/2005 10:21:00
Arnold Lee
K&A International Co.,Ltd
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01008448
Message ID:
01008722
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform