August 18, 200916 yr Im trying ot create a script that will perform a find upon login but am not having any success. The field i am trying to perform the find on is a list of users which matches the usernames to login to the database so i am trying to perform a field using the Get(AccountName) funtion as the criteria but instead it performs a find on the text Get(AccountName). Is there a way to perform a find based on this variable? Ive added a screenshot of how the Find Request is setup
August 18, 200916 yr You cannot use dynamic criteria in a stored request. You need to do it this way: ... Enter Find Mode [] Set Field [ YourTable::Claimant ; Get (AccountName) ] Perform Find [] ...
Create an account or sign in to comment