Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DIMENSION returns
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
DIMENSION returns
Divers
Thread ID:
01151573
Message ID:
01151573
Vues:
83
The following snippet has been in my program for over 4 years now....


IF USED("nameplatv") AND RECCOUNT("nameplatv") > 0
PUBLIC gaRecords
DIMENSION gaRecords(RECCOUNT("nameplatv"),4) && Establish array
.......


Nameplatv is a cursor that contains the currrently selected customer's nameplate records.

Why would the line DIMENSION gaRecords(RECCOUNT("nameplatv"),4) all of a sudden start returning the error "Invalid Subscript Reference"?

Is there a limitation on the DIMENSION command? I've read the help menu and have seen nothing to indicate that.

The customer record I'm dealing with has 16,357 records.

Thanks for your help.

Elgin
Elgin Rogers
Epic Solutions
www.epicsolutions.net
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform