Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No menu bar in Word97
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
No menu bar in Word97
Miscellaneous
Thread ID:
00124885
Message ID:
00124885
Views:
64
Hi, does anybody have the same problem as me, when Word97 is not open I use createObject but when I present Word, there is no menu bar and no toolbar so the user can't print or save. Any suggestion? (I need to deal with Word English (at least) or French )



I use this code to get a Word97 object

CASE THIS.WordVersion = C_WORD97VB
&& Word is already open so I use it
.objName = GETOBJECT(, "Word.Application.8")
IF .bErrorWord97
&& .bErrorWord97 Flag turn in the Error method when Word is not open
&& Word is not open so I open it
.objName = CREATEOBJECT("Word.Application.8")
ENDIF
Analystik Team
1430 Belanger
Montreal (Quebec)
Canada
(514) 278-2727
analyste@analystik.ca
Next
Reply
Map
View

Click here to load this message in the networking platform