Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SET FILTER
Message
De
21/12/2000 13:21:10
 
 
À
21/12/2000 12:25:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00455929
Message ID:
00456005
Vues:
36
I'm not sure what all you need. Hopefully this will help.

Grid:
RecordSource = addresses
RecordSourceType = 1 - alias
ColumnCount = 4

COLUMN1
ControlSource = IIF(EMPTY(addresses.lastname), ALLTRIM
addresses.firstname),ALLTRIM(addresses.lastname)
+", "+ALLTRIM(addresses.firstname))
COLUMN2
ControlSource = ALLTRIM(addresses.org)
COLUMN3
ControlSource = ALLTRIM(addresses.workphone)+" "+ALLTRIM
(addresses.workext)
COLUMN4
ControlSource = addresses.city

The column headers are programed so that the controlsource can be changed to different sources.

If you need anything else please let me know.

Thanks again for your help,
Russell
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform