PG Tips Posted September 4, 2008 Posted September 4, 2008 Hi, I'm guessing there is an easy answer to this but I can't find it. I have a delete button on a portal row. The button is to the right of each row and looks just fine. However, there appears to be an empty portal row generated at the bottom of my portal and the graphic is also appearing there, as in: Does anyone know how to get rid of this phantom graphic? Many thanks, Pat
comment Posted September 4, 2008 Posted September 4, 2008 It's there because the last portal row contains a phantom record (your relationship is defined to allow creation of portal records). You can get rid of this by changing the relationship's definition, and using the + button instead. Alternatively, you can define a calculation field to contain the button, e.g. Case ( ChildID ; gButton ) or simply put the ChildID field in the portal and format it to display as the button.
PG Tips Posted September 4, 2008 Author Posted September 4, 2008 Thanks comment! I changed the script attached to the + button and removed the allow add records relationship and now it works great.
Recommended Posts
This topic is 5924 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