Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word OleControl causes NT to crash but is ok 95
Message
From
24/07/1998 14:47:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Word OleControl causes NT to crash but is ok 95
Miscellaneous
Thread ID:
00121149
Message ID:
00121149
Views:
51
Any thoughts on why the following code crashes NT WS and Server 4.0, but is fine on '95?

TIA

loo = CREATEOBJECT( 'form' )
loo.ADDOBJECT( 'oObject', 'oleWord' ) && This creates Word with a document "named" unnamed
DEFINE CLASS oleWord as OLEControl
	AutoActivate = 2
	AutoVerbMenu = .T.
	oleTypeAllowed = 1
	sizable = .T.
	AutoSize = .T.
	OleClass ="word.document.8" 
ENDDEFINE
Next
Reply
Map
View

Click here to load this message in the networking platform