Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh in Pageframe
Message
From
08/02/2000 02:18:09
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00328239
Message ID:
00328657
Views:
13
It's not a pageframe error but like Jess said, an array subscript error with one of the controls within that particular page. What other code is in the page's Activate method or in the Refresh method?

>>I have a pageframe with 3 pages. I put this.refresh() in the Activate method for page 2. When I click page 2, it is ok for the first time. But it gives me the error message "Subscript is outside the defined range." in the second time. What is the reason? Anyone could help? TIA!
>
>The error might be caused by using an index for an array variable which is outside the defined one.
>
>DIMENSION MYARRAY[2,2]
>
>MYARRAY[3,2] = 10 && this line gives the error you mentioned.
It's "my" world. You're just living in it.
Previous
Reply
Map
View

Click here to load this message in the networking platform