Jump to content

This topic is 5734 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

1.png

Posted

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 []

...

This topic is 5734 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.