A
Anthony Headley
Hey all, quick question,
I would like to store some local information "In" the clients ADP but I'm
not too sure of the best way to do this.
For the time being I would like to save two simple variables:
1) The last logged on user. At the moment I create a file with VBA with
the users name after a successful login.
2) The current Client ADP Version, at the moment I store this in a module
function al la
~Snip~
Function get_client_version()
get_client_version = "1.4"
End Function
~Snip~
Is there a way that I can do this in a dataset local to the ADP, without
creating an external file or registry entry that the user might be able to
fiddle with?
Thanks again.
H
I would like to store some local information "In" the clients ADP but I'm
not too sure of the best way to do this.
For the time being I would like to save two simple variables:
1) The last logged on user. At the moment I create a file with VBA with
the users name after a successful login.
2) The current Client ADP Version, at the moment I store this in a module
function al la
~Snip~
Function get_client_version()
get_client_version = "1.4"
End Function
~Snip~
Is there a way that I can do this in a dataset local to the ADP, without
creating an external file or registry entry that the user might be able to
fiddle with?
Thanks again.
H