Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh in Pageframe
Message
 
 
To
07/02/2000 10:03:14
Yongyao Lou
Florida Department of Transportation
Tallahassee, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00328239
Message ID:
00328595
Views:
17
>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.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform