Combining Different Data Types

I am trying to combine 2 different data types into one Text Box but the system won’t let me do it. This is the error that I got: “Type conversion is not possible because 1 of the operator contains an invalid type”. I am trying to combine between Decimal + Text and also Date + Time. Please help! Zen

Hi, Try using format: format(Decimal) + format(Text). For Date and Time the same.

Thank you Tino. Wow…it’s work, it’s look so easy huh…[:O)]…but not for me as a new comer in Navision’s neighborhood. Zen

Or for better formatting control strsubstno('Date %4 - Time %3 Num %31 Text %2', MyNum, MyText, MyTime, MyDate)