Morley Chalmers Posted August 21, 2008 Posted August 21, 2008 (edited) I'd like to store the last FMP account name used on this computer and propose that automatically when logging in. Is this even possible? By default, FMP9 pulls an identity from the computer and proposes that be the FMP account name when logging. Appreciated, Edited August 21, 2008 by Guest
Fitch Posted August 21, 2008 Posted August 21, 2008 Well, you might use the Get(UserName) or Get(SystemNICAddress) and get (AccountName) function to store the account name in a field. That field could be in a table of user names or NICs -- which are unique, whereas user names might not be -- and you could script it something like: Closing script - search table for NIC - if not found, create new record - store current account name Opening script - open with default low-level password - search table for NIC - re-login
Recommended Posts
This topic is 5939 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now