Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need help on CreateObject
Message
 
À
31/03/1997 21:40:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00026260
Message ID:
00026416
Vues:
42
>>I'm currently having problem with CreateObject function.
>>I basically use CreateObject function to open up "Microsoft Word" and do any necessary work I have to do. Then I want to change one of my table field value, however it seen like it doesn't recognize the field name that I want to change. Any suggestion!!
>>
>>CreateObject("Microsoftword")
>> mywork
>> f_test = .F. ***it seen to ignore this line***
>> close microsoftword
>
>You can't change the value of a field with FieldName=Value. Use:
>
>replace FieldName with Value
>
>Vlad

Thanks, I keep thinking this as C++ programming. No wonder I get into so much problem.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform