Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB6 Code
Message
From
05/09/2005 23:33:04
Fred Wood
Madera Systems Consulting
Mill Valley, California, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
VB6 Code
Miscellaneous
Thread ID:
01046885
Message ID:
01046885
Views:
60
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
Next
Reply
Map
View

Click here to load this message in the networking platform