Hi you all.
We would like to show a message to our users opening our QV application, notifying the changes of the current release. Obviously, the message should appear to users that hasn't previously seen the message for the current version. That could imply keeping a record of every user access, to compare the date the user last logged in with the date that the current version was released, or something like that.
So far, the only possibility we know to keep that record is through Scripting.FileSystemObject library. But we don't want to do that, since that would force our users to accept an extra level of security (allow system access). And we don't want to do that, at this moment for that application (we had to do it for other QV application).
Do you guys figure out any other workaround to solve this issue?
Thank you!