I have a problem with autosave at a special user. The notes.ini entry “auto_save_user=…” was about a hundred times in his ini file. It looks like the entry was renewed each time he starts notes, without deleting the original entry.
This results in a growing notes.ini and at last the client won’t start. After I deleted the “auto_save_user=…” entries, the notes client comes up again.
One month later the notes.ini again is full of “auto_save_user=…” entries.
Does anyone have an idea how to solve the problem?
with their abbreviated username in place of “Sam Rexwell/HahaUnderscore”. For some reason, it’s not finding it so it creates a new one. There’s nothing about the line that’s the least bit unusual? What happens if you give them a toolbar button with the formula:
@Prompt([ok]; “”; “'” + @v3username + “'”)
There aren’t any odd extra characters in the output, say a leading or trailing space, or multiple internal spaces? Might there be an invisible control character in their username? Use the debugstr function (search and you’ll find it here) to show the value of session.username.