Options

TAB doesn't work in Navision Report

AngeloAngelo Member Posts: 180
Hi All,

is this limitation of Navision? any workaround to solve this issue?

I try this :
chTAB is char datatype

ChTAB := 9;

CommonText = 'ABC' + format(chTAB) + 'BCD'

I put the textbox in report with sourceExp = CommonText.

It shows ABCBCD.

Try using STRSUBSSTNO('%1%2%3','ABC',chTAB,'BCD') also doesn't work.

Please advice....

Thank you
Sign In or Register to comment.