Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More MS Word
Message
From
03/03/2000 16:34:39
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00341316
Message ID:
00341512
Views:
23
>Cetin,
>
>Thanks for your help. I am definitely getting closer. However, I am now getting an - Variable 'wdMergeIfIsBlank' is not found. Any ideas.
>Mike


Mike,
It's a VB constant.

#define wdMergeIfEqual 0
#define wdMergeIfGreaterThan 3
#define wdMergeIfGreaterThanOrEqual 5
#define wdMergeIfIsBlank 6
#define wdMergeIfIsNotBlank 7
#define wdMergeIfLessThan 2
#define wdMergeIfLessThanOrEqual 4
#define wdMergeIfNotEqual 1

Whole constants list should be in files section (files\classes ?). If you cannot find informme to email a copy. For now you could :
-Open word
-Select tools\macro\VB editor
-Press F2 to bring up "Object browser"
-Find needed wdConstant type (group) ie:WdMailMergeComparison
-On right window click needed member Constant ie: wdMergeIfIsBlank
-Below the window constant value is displayed

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform