Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 Report - Subscript out of bounds
Message
From
04/08/1999 05:02:06
 
 
To
03/08/1999 13:17:35
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00249309
Message ID:
00249615
Views:
17
Hi Ken :

The error is caused because nCounter is bigger that the lengrh of the array it self you can try (in the field report) :

instead of :

YourArray(nCounter,1)

Try :

iif(nCounter<=alen(yourarray,1),YourArray(nCounter,1),"")

Hope it helps.
Previous
Reply
Map
View

Click here to load this message in the networking platform