Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET FILTER
Message
From
21/12/2000 13:21:10
 
 
To
21/12/2000 12:25:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00455929
Message ID:
00456005
Views:
34
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
Previous
Reply
Map
View

Click here to load this message in the networking platform