Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Crystal Problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Titre:
Crystal Problem
Divers
Thread ID:
00671061
Message ID:
00671061
Vues:
43
I have 2 formula fields in the header of my report, with field
one positioned above field 2.

If the data field for field 1 is empty, I want to populate
field 1 with the data from field 2.

The VB syntax function for field 1 is:
IF TRIM({RPTINFO.TITLE1}) = "" THEN
    Formula = {RPTINFO.TITLE2}
ELSE
    Formula = {RPTINFO.TITLE1}
END IF
The problem is, if field 1 is empty in the table, field 2
does not display.

Any thoughts?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform