Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Re: Object
Divers
Thread ID:
00452385
Message ID:
00452405
Vues:
65
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform