Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Re: Object
Miscellaneous
Thread ID:
00452385
Message ID:
00452405
Views:
55
>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

Mahmood, instead of oAccess.Show use:
oAccess.visible = .t.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform