Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report DE property not found in an expression
Message
From
12/01/2009 20:24:33
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Report DE property not found in an expression
Miscellaneous
Thread ID:
01373027
Message ID:
01373027
Views:
61
UPDATE: Ok, I made this work using a public variable - which I didn't like to do - but I would still like to understand it. I think it's because THIS is the DE, not the report itself. Is there any way to reference properties of the DE in an expression in the report?
.
.
.
I have this in the INIT of the DE of a report form:
THIS.AddProperty('TotalCodes')
* Run some SQL...
THIS.TotalCodes = _TALLY
Then this in an expression in the report:
THIS.TotalCodes
I'm getting an error when running the report that TotalCodes is not found. What am I doing wrong? I have other properties that work, though none that are expressions. Is it a scoping thing of some sort?
Next
Reply
Map
View

Click here to load this message in the networking platform