Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VB6 Code
Message
De
05/09/2005 23:33:04
Fred Wood
Madera Systems Consulting
Mill Valley, Californie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
VB6 Code
Divers
Thread ID:
01046885
Message ID:
01046885
Vues:
59
Can anyone show me how to translate this VB6 code into VFP8 code?

Dim oSvc As AddressSvc
Dim oAddress As Address
Dim oResult As ValidateResult
Set oSvc = New AddressSvc
Set oAddress = New Address
oAddress.Line1 = "900 Winslow Way"
oAddress.City = "Bainbridge Island"
oAddress.Region = "WA"
oAddress.PostalCode = "98110"
Set oResult = oSvc.Validate(address)

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform