Matt Leach Posted August 18, 2009 Posted August 18, 2009 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
comment Posted August 18, 2009 Posted August 18, 2009 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 [] ...
Matt Leach Posted August 18, 2009 Author Posted August 18, 2009 Thank oyu very much for your help, works like a charm.
Recommended Posts
This topic is 5875 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now