Subject How to get CURRENT_USER?
Author Clay Shannon
I want to insert a record into a table whenever a user runs an app for the
first time. To check this, I want to see if there is a record containing the
name of the app and the name of the user. How can I retrieve the
CURRENT_USER context variable so that I can pass that as an arg to see if
such a record exists?



IOW, I want to do something like:



If IsFirstTimeUser(AAppName, AUserName: String) then

InsertRecord(AUserName, etc.)



The AUserName arg to passed should be CURRENT_USER.



Clay Shannon,

Dimension 4 Software





[Non-text portions of this message have been removed]