agtjazz Posted May 27, 2008 Posted May 27, 2008 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
agtjazz Posted June 2, 2008 Author Posted June 2, 2008 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
aldipalo Posted June 4, 2008 Posted June 4, 2008 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now