OrWolf
MIS
- Mar 19, 2001
- 291
I'm trying to run a single formula to put all of my address lines together to eliminate blank rows on my report. The problem is that even though data appears in formulas with just the single field listed it does not in the formula below. I just get no value.
Help please.
WhilePrintingRecords;
shared StringVar strQuoteFor;
strQuoteFor = {rptQuote.OrganizationName} & chr(13) & chr(10);
strQuoteFor = strQuoteFor & {rptQuote.Address1};
strQuoteFor
Help please.
WhilePrintingRecords;
shared StringVar strQuoteFor;
strQuoteFor = {rptQuote.OrganizationName} & chr(13) & chr(10);
strQuoteFor = strQuoteFor & {rptQuote.Address1};
strQuoteFor