Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Fields?
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00907048
Message ID:
00907066
Views:
13
If the fields have a bookmark you could do something like the following:
if odoc.bookmarks.Exists['somebookmark']
orange = odoc.bookmarks['somebookmark'].Range()
orange.text = 'Text to fill'
endif
hope this helps.

- Joel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform