Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB6 Code
Message
From
08/09/2005 15:29:00
Fred Wood
Madera Systems Consulting
Mill Valley, California, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01046885
Message ID:
01047841
Views:
17
Thanks for the help Craig, but I was wondering why the VB line:
Set oSvc = New AddressSvc
Is converted to:
oSvc = New AddressSvc
Which obviously does not compile in VFP. If I change it to:
oSvc = "New AddressSvc"
It destroys the object created with:
oSvc = CreateObject("Avalara.AvaTax.Adapter.AddressService.AddressSvc")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform