Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in ActiveVFp.prg Dumpvars routine
Message
De
02/03/2006 15:02:21
June Kendrick
Kendrick Associates, Inc.
New York, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Titre:
Bug in ActiveVFp.prg Dumpvars routine
Divers
Thread ID:
01101044
Message ID:
01101044
Vues:
71
There's a bug in the dumpvars routine in activevfp.prg.

Where the form variables are being listed, the line:

lcVar = THIS.oRequest.FORM(lcFormVar)

should read:

lcVar = THIS.oRequest.FORM(lcFormVar).ITEM()

As it is, you get "Operator/operand type mismatch".

June
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform