Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calculate highest does not work (bug?)
Message
De
14/03/2006 12:07:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Calculate highest does not work (bug?)
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01104253
Message ID:
01104253
Vues:
50
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
Répondre
Fil
Voir

Click here to load this message in the networking platform