|
-
Oct 13th, 2000, 09:05 AM
#1
Thread Starter
Member
if so why i get an error:
******************
Compile error:
Only user-defined types defined in public object modules can be coerced tp or from a variant or passed to late-bound
function.
******************
BTW udt variant i defined as public.
thank You
-
Oct 13th, 2000, 12:01 PM
#2
Fanatic Member
******************
Compile error:
Only user-defined types defined in public object modules can be coerced tp or from a variant or passed to late-bound
function.
******************
What this means is, your user-defined type must be declared within an object or a module (class module or module) as Public. A UDT from a form cannot be used within a collection in this way.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|