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

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

Recommended Posts

Posted

I am using John Osborne's technique for not displaying an icon in the last portal row if there

is no record there (using a global container field and an auto-calculation container field).

This works fine. However, I am using it in a database which already has a number of records. The container fields work fine for newly entered records. But the previously entered records do not

display the icon on their portal rows.

Is there any way the container can be updated for previously entered records on the portal rows?

Many thanks,

Margita

Posted

Many thanks. I take it that if I change the Autoenter to unstored calculation the way I have it at the moment, it will show the icon in all the portal rows, including the last blank row? Would I have to construct something else?

Thanks again,

Margita

Posted

I take it that if I change the Autoenter to unstored calculation the way I have it at the moment, it will show the icon in all the portal rows, including the last blank row?

To show the icon in all the portal rows, including the last, we don't need a calculation - we could just place the global container, or the icon itself, inside the portal. The purpose of the calculation is to prevent the icon showing in the last row. The calculation can be something like:

Case ( ChildID ; gContainerfield )

where ChildID is the auto-entered serial number in the child table. Set the result of the calculation to type Container.

  • 2 weeks later...

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