Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports function
Message
From
24/08/2001 19:31:45
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00548987
Message ID:
00549059
Views:
20
Hi Thom,
You might try the single quotes ','. I have never used the ":=" so I do not know if that is part of the problem.

However try the following:

LOCAL stringVar lcRetVal = ' ' ; \\'Space' so you can have the variable as char
LOCAL stringVar lcSep = ' ' ; \\'Space' so you can have the variable as char

IF Length(Trim({ipheader.QUALSURVEY})) > 0 and Length(Trim({ipheader.QSVCNAME})) > 0 then
lcSep = ',' ;

lcRetVal = Trim({ipheader.QSVCNAME}) + lcSep + Trim({ipheader.QUALSURVEY})

I hope this helps

Andy Eggers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform