September 4, 200817 yr 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
September 4, 200817 yr 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.
September 4, 200817 yr Author Thanks comment! I changed the script attached to the + button and removed the allow add records relationship and now it works great.
Create an account or sign in to comment