Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Runtime error in Property Code
Message
From
08/01/2001 12:43:07
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
 
 
To
All
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
Runtime error in Property Code
Miscellaneous
Thread ID:
00460671
Message ID:
00460671
Views:
41
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
Reply
Map
View

Click here to load this message in the networking platform