DonH Posted November 26, 2003 Posted November 26, 2003 Is it possible to do a FIND on a container field JUST to see if there is something in it? Or maybe looping over the entire database and some type of check to see if there is anything in the container field.
Lee Smith Posted November 26, 2003 Posted November 26, 2003 You will need to do a baloon calculation on the field and do a find on it. your calculation would look like this: Case(Image of File=0,"No", "Yes") Note: Image of File is your container file name. HTH Lee
DonH Posted November 26, 2003 Author Posted November 26, 2003 Case? Hmmmm. Looking looking. In FM6 where is that?
Lee Smith Posted November 26, 2003 Posted November 26, 2003 create a new field, make it a calculation, use the calculation modified as stated previously, and then make the results of the calculation "text". HTH Lee
LaRetta Posted November 26, 2003 Posted November 26, 2003 Hi Don, I believe that a calculation (number) with not IsEmpty(Container) may be a TAD more efficient when searching through large-record databases. Then you would just Find on this calculation field for a 1. I may be wrong though. LaRetta
DonH Posted November 26, 2003 Author Posted November 26, 2003 Ahhh okay. I was doing it in the script. A calculation field sounds much easier.
-Queue- Posted November 26, 2003 Posted November 26, 2003 Baloon? Ah, you mean Boolean! Poor George must have just rolled over in his grave.
DonH Posted December 10, 2003 Author Posted December 10, 2003 Baloon calculations are for floating numbers.
Recommended Posts
This topic is 7653 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