Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Go to Related Find Dif Records on Dif Platforms


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

Recommended Posts

  • Newbies
Posted

I have a relationship from one file to another based on two fields. I use the external layout to view the records. From the first file I can "Go to Related Records" and on my mac I either show the records or if there are none I get 0 records. On windows I get the same result if there are related records but if none exist then I still show all the records. I was using this as a way of deleting all the related records at times but now it only works on the mac on the PC I get all the records deleted. Is there a way to go to related records in windows and find out if any are really related or did it just not find any. I am new to v7 and the way I set the relationship works fine for all of the other things I use it for (i.e., portals, etc) and is like I would have done in 5.5. I am also new to Windows so this may be a known problem?

Thanks,

Jim

Posted

Another way of checking the validity of related records is to use the IsValid(field) function.

You can specify a field in a related database, and if there is a related record existing it will return a 1 (true) or a 0 (false) if none exist.

Example:

if isvalid(relname::id) = 0

showmessage(No related records exist for this entry.,OK)

else

go to related records(show only related records)

end if

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