Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Address fields
Message
From
30/08/2000 16:41:19
Tom Gahagan
Alliance Computer Solutions
Thomaston, Georgia, United States
 
 
To
30/08/2000 16:20:54
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00410998
Message ID:
00411017
Views:
12
Sharon....


>>IIF(addr_1=space(30),"",addr_1+", ")+IIF(addr_2=space(30),"",addr_2+", ")...


Not sure why above is failing but You might try.....

if empty(addr_1)
mstr=""
else
mstr=alltrim(addr_1)
endif
if empty(addr_2)
mstr=mstr
else
mstr=mstr+', '+alltrim(addr_2)
endif
Tom Gahagan
Alliance
Computer Solutions

"Music, like sex, is much too important to be left to professionals."
Robert Shaw
Previous
Reply
Map
View

Click here to load this message in the networking platform