|
-
Jul 15th, 2013, 12:33 PM
#11
Re: CommonControls (Replacement of the MS common controls)
 Originally Posted by zzap
Compiling the VBP project ends up with an error (343): object is no array (translated from german error description).
in module: Common.bas
in line 128: Index = Control.Index
Any idea?
Regards,
ZZap
It is correct that the "Index = Control.Index" will make a error, whenever the control is not an array.
But that is no problem as there is a "On Error Resume Next" line before the "Index = Control.Index" to prevent that the error will be raised.
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
|