October 14, 200421 yr Newbies If I use the web security database to protect a DB published on the internet is that possible to get the login of the users who consult the database ? (I would like to get the login of the user to set a field automaticly if a new record is created by the user)
October 14, 200421 yr If you are using CDML you can use a "-new" as the Action for the initial access to the database. The "Web Security" database will prompt for a login before the Action will be followed-through. All the best. Garry
October 15, 200421 yr Hi, A! The CDML reference db also has client-related functions/tags that may be of interest to you, e.g. [FMP-clientusername], [FMP-clientip], [FMP-clientaddress], etc. These can probably be used w/IFs to get what you want. --ST
Create an account or sign in to comment