Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Automation
Message
From
10/11/1998 16:30:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Word Automation
Miscellaneous
Thread ID:
00156397
Message ID:
00156397
Views:
74
When trying to underline some text in word97 using automation from VFP50 I use code like the following.

with goWord.Selection
.Style = "Normal"
.Font.Underline = wdunderlinesingle
.InsertAfter(" Paul Montgomery")
endwith

I am getting the error message "Variable 'WDUNDERLINESINGLE' is not found.

This is one of the constants for Word97. Any suggestions as to why this is not being found?

Paul Montgomery

I can't complain, but sometimes I still do - Joe Walsh
I can't complain but sometimes I still do - Joe Walsh
Next
Reply
Map
View

Click here to load this message in the networking platform