margita Posted August 26, 2006 Posted August 26, 2006 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
comment Posted August 27, 2006 Posted August 27, 2006 Use an unstored calculation field instead. Auto-entering the icon into a container replicates the icon needlessly across all records.
margita Posted August 27, 2006 Author Posted August 27, 2006 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
comment Posted August 27, 2006 Posted August 27, 2006 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.
margita Posted September 4, 2006 Author Posted September 4, 2006 Many thanks - I was away, hence the late reply.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now