Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Object
Miscellaneous
Thread ID:
00452385
Message ID:
00452385
Views:
66
Hi Everyone:
I do not have a whole lot of experience working with objects. I am trying to launch Access from my code in VFP. What I want to do is to automatically link to the third party datafiles call Computerease to the Access datafiles. Computerease is a an old fashion database system and uses Cobol records with a *.dat extension. I am able to convert the Computerease datafiles into Access datafiles by going through the Link procedure, however, I want to eliminate this third process and allow the use to run the LINK procedure in Access through my VFP codes.

Here is my code
oAccess = CreateObject("Access.Application")
oAccess.Show

I am getting an unkown error. Please tell me what am I doing wrong with this code.

Thanks
MA
Next
Reply
Map
View

Click here to load this message in the networking platform