Running Navision 4 (native) on a Windows 2000 server with Citrix.
The client can hit the server fine if you are an Administrative rights user, but if you are a normal user we are getting the following error: There are errors in the text conversion (Text no. 1949-0 does not exist in the .stx file). Internal error: 47-1 The application then closes. Any solutions?
0
Comments
As long as you do not give them Delete permissions you should be relatively safe.
I wanted to call format on an OptionString field for a record, and return a number.
Instead of entering:
format( rec.OptionStringField, 0, '<Number>')
I entered:
format( rec, 0, '<Number>')
Just a typo, but it gave me the same error.
I guess before you go around deleting files and reinstalling, you should make sure your code doesn't have a dumb bug.