Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word OleControl causes NT to crash but is ok 95
Message
De
24/07/1998 14:47:48
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Word OleControl causes NT to crash but is ok 95
Divers
Thread ID:
00121149
Message ID:
00121149
Vues:
50
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform