Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The biggest mistake of the season :)
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01124333
Message ID:
01124411
Views:
10
Which one of 17 I see in your code?

>
>So stupid of me:
>
>.cProblemText = IIF(lnPayment_Arrangement > 0, ;
>ALLTRIM(STR(lnPayment_Arrangement)) + 	" accounts have payment arrangements","")
>.cProblemText = IIF(lnPayment_Received > 0, ;
>IIF(!EMPTY(.cProblemText), .cProblemText + CHR(13) + CHR(10), "") + ;
>ALLTRIM(STR(lnPayment_Received)) + " accounts have recent payments", "")
>.cProblemText = IIF(lnBilled > 0, ;
>IIF(!EMPTY(.cProblemText), .cProblemText + CHR(13) + CHR(10), "") + ;
>ALLTRIM(STR(lnBilled)) + " accounts have been recently billed","")
>
>.cProblemText = IIF(lnProcess_Pending > 0, ;
>IIF(!EMPTY(.cProblemText), .cProblemText + CHR(13) + CHR(10), "") + ;
>ALLTRIM(STR(lnProcess_Pending)) + " accounts have some process pending","")
>
>.cProblemText = IIF(lnStatus_Changed > 0, ;
>IIF(!EMPTY(.cProblemText), .cProblemText + CHR(13) + CHR(10), "") + ;
>ALLTRIM(STR(lnStatus_Changed)) + " accounts have recent status changes","")
>
><g>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform