Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in ActiveVFp.prg Dumpvars routine
Message
From
02/03/2006 15:02:21
June Kendrick
Kendrick Associates, Inc.
New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Title:
Bug in ActiveVFp.prg Dumpvars routine
Miscellaneous
Thread ID:
01101044
Message ID:
01101044
Views:
70
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
Next
Reply
Map
View

Click here to load this message in the networking platform