Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Late/Early-binding difference?
Message
General information
Forum:
Visual Basic
Category:
COM, DCOM and OLE automation
Miscellaneous
Thread ID:
00557572
Message ID:
00557639
Views:
14
Obviously a typo. For early-binding it should be:

Dim U as New clsUser
Dim RS As Recordset
Dim robjUserData As UserData

Set robjUserData = New UserData
...

Back to the original question, any thoughs on what's going on???

>>
>>Early-binding with "References" set:
>>
>> Dim U As New clsUser
>> Dim RS As Recordset
>> Dim robjUserData As UserData
>> Dim robjUserData As Object
>
>You have declared the same object twice!
It's "my" world. You're just living in it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform