Bill_misc_IT Posted March 31, 2009 Posted March 31, 2009 I have a portal to display line items for an invoicing solution. I've inserted a small graphic into the portal row and set it as a button to delete the row when pressed. When I create a record in the portal, it always shows the button on the next line. I've seen other solutions where this is not the case, but cannot figure out how to fix it?
*susan* Posted March 31, 2009 Posted March 31, 2009 If you allow creation through the portal, the graphic will show. You probably have two options: 1. Script creation of related records 2. create a new calc in the child table along the lines of _c_xToShow= calc, container (Case not IsEmpty (PK_KEY); containerX ) Since I always script record creation, I haven't used the calc above, so it may need to be modified to account for your field and table names. Good luck! *susan*
Bill_misc_IT Posted March 31, 2009 Author Posted March 31, 2009 How are able to keep the button from displaying on the next portal record?
mr_vodka Posted April 1, 2009 Posted April 1, 2009 Hint... select the icon and then look under number format --> Format as boolean. BTW, you are probably going to want to script the actual delete process instead of just using delete portal row so you can test to see if the related record exists in order for the user not to see the delete dialog.
Recommended Posts
This topic is 5715 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