Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programaticaly alignment of report field
Message
De
24/12/2004 22:31:18
 
 
À
24/12/2004 05:48:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
00972003
Message ID:
00972117
Vues:
22
Dear Experts

When I run following codes it show error message

Missing Comma(,)


Select x, y, z, IIF( LEN( ALLTRIM( field1))) < 30, Field1, SPACE(29) as ThinField, ;
IIF( LEN( ALLTRIM( field1))) >= 30, Field1, SPACE(100) as FatField ;
into cursor csrPrintCsr
(/pre>

What is mistake, please help
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform