Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Runtime error in Property Code
Message
De
08/01/2001 12:43:07
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Titre:
Runtime error in Property Code
Divers
Thread ID:
00460671
Message ID:
00460671
Vues:
40
I'm using following code in Activex dll :-

Public Property Let ShowWord(ByVal vData As Boolean)
'used when assigning a value to the property, on the left side of an assignment.
'Syntax: X.ShowWord = 5


If vData Then

With oWordApp

.Visible = True
.AppShow

If oWordApp.AppMaximize = 0 Then

.AppMaximize

End If

.StartOfDocument

End With

End If

mvarShowWord = vData

End Property


& when i set the property showword to true in a test project, it returns following error :-

Run Time Error 438
Object doesn't support this property or method
Répondre
Fil
Voir

Click here to load this message in the networking platform