|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Error 424, someone explain why this comes up everytime i run this sub
can someone explain this sub to me:
Dim obj 'GwxOleObject object for trend viewer ActiveX Dim twx 'TrendViewer object to control ActiveX Set obj = ThisDisplay.GetVisibleObjectFromName("TWXViewer1") Set twx = obj.GetOLEObject 'Toggle title twx.ShowDetails = Not twx.ShowDetails and tell me why it doesnt work, why do i keep gettiing error messga '424' telling me i need an object in line 5 coloumn 0 |
|
#2
|
|||
|
|||
|
I do not see where you are actaully defining twx. For example
Dim fileSystem As Object |
|
#3
|
|||
|
|||
|
howwould u go about writing this the, wouldnt obj have to be defined also
|
|
#4
|
|||
|
|||
|
Yes you will also have to define obj as well.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Error 424, someone explain why this comes up everytime i run this sub |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|