I have web app populating data in a navision table, which NAV report reads and populates in comment field. There are control charactes in theis field and I would like to remove them. Does NAV have any function to do that.
Thanks
I have web app populating data in a navision table, which NAV report reads and populates in comment field. There are control charactes in theis field and I would like to remove them. Does NAV have any function to do that.
Thanks
No, but you can write a function to do it yourself. Google for the ASCII table and determine the characters you want to remove. Define a Char variable, set its value to the one(s) you want to remove (may have to loop through multiple) and use DELCHR to remove them.