Addam Posted October 24, 2002 Posted October 24, 2002 I was given the task of modifying our databases to take away the actual "Delete" function and give the "ILLUSION" of deleting a record. I've tried many different ways to do this, but none seem to work. I have a field called "Found Set" (Global)which will show the current found set and a field called "Total Records" (Global) which will show the total records... This Logic seems to be right, but it doesn't happent that way in FMP... Here's what I mean: Perform Find <-- Pre determined find --> <-- Omit's records with the value "1" in the "Deleted Field" --> Set Field [Total Records, "Status(CurrentFoundCount)"] Modify Last Find New Record/Request <-- For the User to Enter in what they want to find. Set Field [Found Set, "Status(CurrentFoundCount)"] In Theory... This sounds right to me. Not sure about the efficiency... I thought about using Calculations for this, but I don't know how to capture the "Omited" number of records. Am I doing this right!? Can anyone help!? Thanks! ~Addam~
Kurt Knippel Posted October 24, 2002 Posted October 24, 2002 cTotalRecords = status ( CurrentRecordCount ) - Sum ( Self by iOne to
Addam Posted October 24, 2002 Author Posted October 24, 2002 Thank you SOOO MUCH! I've got it to work perfectly with the scripts... You are the BEST!! ~Addam~
Recommended Posts
This topic is 8065 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