So here's the "People" file, which has about 8000 records. Of that number, 
about 250 will be in next semester's choir. So I tag those 250 to make them 
easy to find and DO the find. My found count is thus 250. I have a calculated 
field, called "Found", defined as
  Get ( FoundCount )
and set to produce a numeric result, unstored. In "People" it displays 250 for 
every visible record.

Then, over here, I have the "Members" file, into which I want to import the 250 
PersonID codes. The screen I've got set up for my user has a text block 
displaying the message "You've found X records in the 'People' file. If this is 
the right number, click the 'Import' button below. Otherwise yada yada yada ..."

It doesn't actually SAY "X", of course. In Layout mode, it looks like this:
   People::Found
where "People" is a cross-product (all to all) link from "Members" to "People".

Here's the hinky part. In Browse mode, it SHOULD say 250, because that's the 
number of records I've found. But it doesn't. It says 8000, which is the total 
record count.

Doing a "Refresh Screen" doesn't help.

Any ideas?

Reply via email to