Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Errors compiling project when arrays referenced in repor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00186200
Message ID:
00186256
Vues:
14
You'll find that the report prints what the PRG returns, *not* the value in the array.
However, this hints to another workaround:
Create a PRG that returns the array value:

PROC MyArray
PARAMETER tiRow, tiColumn

EXTERNAL ARRAY MyArray

RETURN MyArray[tiRow, tiColumn]


I've never tried this, so no guarantees :)

Mark

>Create a dummy prg in your app the same name as the array. This will make VFP happy. Just tried it in VFP 5.
"It hit an iceberg and it sank. Get over it."
Robert Ballard, dicoverer of the Titanic wreckage.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform