Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CallByName function help
Message
From
16/01/2002 06:21:27
 
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00605285
Message ID:
00605292
Views:
7
Hi,

In that case, is there any other suggestion or method
to solve my issue. Thank you

>CallByName cannot be used with control arrays.
>
>>Hi,
>>
>>One of my form which is using the CallByName function is giving
>>run-time error of '438', does not support this method or properties.
>>The frmMain is one of my form name, while txtheader is actually
>>an array of my textbox which start from 0 to 5. I want to be
>>able to control which of the textbox to output my display.
>>Please kindly advise me on to solve this issue. Thank you
>>
>>
>>My code below all give the same error.
>>
>>CallByName frmMain,"txtHeader(0)",vbLet, "Testing1" <<=== not working
>>
>>or
>>
>>CallByName frmMain,"txtHeader0",vbLet, "Testing2" <<=== not working
>>
>>
>>But
>>
>>CallByName frmMain,"txtHeader",vbLet, "Testing" <<=== work
Best Regards
Virusim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform