I have variable lc_desc "1234567890123" ( 13 chars)
In the report I have a field : "Desc:" + lc_desc
It prints fine: "Desc: 1234567890123"
In the report when I increase the size of lc_desc to 25 chars, lc_desc "1234567890123456789012345"
It prints: "Desc:". The value of the variable does not print. I am aware thetif I increase the size of the report field, it prints.
Is there a way to tell VFP to truncate and print. for example "Desc: 1234567890123457"
Thank you,
Dave
In the report I have a field : "Desc:" + lc_desc
It prints fine: "Desc: 1234567890123"
In the report when I increase the size of lc_desc to 25 chars, lc_desc "1234567890123456789012345"
It prints: "Desc:". The value of the variable does not print. I am aware thetif I increase the size of the report field, it prints.
Is there a way to tell VFP to truncate and print. for example "Desc: 1234567890123457"
Thank you,
Dave