April 9, 200124 yr I have a fmp 5 database which i have made web ready through Lasso WDE/Webstar & Go Live plug in. There are 10 clients who create new records for requests on certain criteria What I would like to do is have each client have a passowrd/login-ID on the index page (not a default "pop up" browser user entry) to access/edit/create and delete only their records not the other clients. How is this possible. Many thanks for any help
April 17, 200124 yr A pretty simple way would be to have a web format file come up asking for their user name and password in fmp fields. Then run a -Search command to find only the records that match that. No one else would see those records unless they knew the combination of user name and password. That would allow that user to view/change/delete only their records as long as you don't have any LDML that would allow -FindAll. Hope that helps, Cael.
Create an account or sign in to comment