Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

How do I check for duplicates? I want to prevent a user from entering a duplicate report for the same department.....

Is there a script I can run before they get to add a new record?

Thanks in advance

Posted

I have something similar to this... but it's not working.

It says nothing was in the found set- do I want to continue or modify find....

I am trying to have this work on IWP... so it can't have the custom dialog boxes... and stuff like that.

Any help would be greatly appreciated

Picture_2.png

Posted

I would use a variable instead of a set field to set field.

Set Variable($DeptName; Holding::Deptname)

Then:

Enter Find Mode()

Set Field(ANNUALRPT::dept_name;$DeptName)

Perform Find()

Also, I don't use IWP so this is a question, can you run the script in IWP with debug on? If yes, that should isolate what the problem is.

HTH

This topic is 6015 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.