August 21, 200817 yr 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, 200817 yr by Guest
August 21, 200817 yr 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
Create an account or sign in to comment