Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculate highest does not work (bug?)
Message
From
14/03/2006 12:07:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Calculate highest does not work (bug?)
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01104253
Message ID:
01104253
Views:
51
To reproduce:

1. Create report calchighestbug with the expression field in
page footer with expression
iif(t, tekst,'')
2. Select Calculate : Highest for this field

3. Run the following code
CREATE CURSOR t ( t l, tekst c(60) )
INSERT INTO t VALUES ( .f., '' )
INSERT INTO t VALUES ( .t., 'aaaa' )
REPORT FORM calchighestbug preview
Observed result:
print preview is empty

Expected result:
print preview must contain letters aaaa

Occurs in VFP 9 SP 1 with all set enginebehaviour settings.

Notes
Does not occur in VFP 7
Does not occur is expression is changed to iif(t, tekst,' ')
Repro code is available at www.eetasoft.ee/calchighestbug.zip

Please confirm that this is bug introduced by VFP 9
Any idea how to fix it without changing report ?
Andrus
Reply
Map
View

Click here to load this message in the networking platform