On Oct 19, 2006, at 6:54 AM, Dixon, Tom wrote:
Since you turned them into arrays you must now call them using their
index like:
x7=StaticText21(0).Text
On Oct 18, 2006, at 6:45 PM, Robert Poland wrote:
Hi,
I'm getting 68 errors like the following; This method or
property does
not exist.
x7=StaticText21.Text
The objects are all StaticText, some are arrays and some not.
Did I flip a switch somewhere?
This project was working till I tried to change some of the
items to
an array.
Robert Poland
[EMAIL PROTECTED]
Found it. Seems that "StaticText" is a keyword and not
allowed as a name. Too bad the error code couldn't say that.
Robert Poland
[EMAIL PROTECTED]
The example WAS NOT an array.
Sorry I didn't explain it better. At the time I sent the email I
didn't realize that using "StaticText" as an Array name wasn't
allowed. What I was trying to do, for example, was change
StaticText21 to StaticText(21). Switching to "ST" cured the problem.
Robert Poland
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>