Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help on CreateObject
Message
 
To
31/03/1997 21:40:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00026260
Message ID:
00026416
Views:
40
>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform