Hi!
VFP9
I am using in reports the possibility to get data spread over several lines.
Therefore I e.g. put in textbox expression:
"T1: "+cTel1_net,"-",cTel1;"T2: "+cTel2_net,"-",cTel2
This results in:
T1: +cTel1_net - cTel1
T2: +cTel2_net - cTel2
But...
if cTel1 is empty than next is displayed:
T1: cTel1_net - T2: cTel2_net - cTel2
As far to my knowlegde all of the expression 'behind' the ";" should start at a new line.
Any suggestions?
TIA
-Bart
VFP9
I am using in reports the possibility to get data spread over several lines.
Therefore I e.g. put in textbox expression:
"T1: "+cTel1_net,"-",cTel1;"T2: "+cTel2_net,"-",cTel2
This results in:
T1: +cTel1_net - cTel1
T2: +cTel2_net - cTel2
But...
if cTel1 is empty than next is displayed:
T1: cTel1_net - T2: cTel2_net - cTel2
As far to my knowlegde all of the expression 'behind' the ";" should start at a new line.
Any suggestions?
TIA
-Bart