Mandu Posted June 11, 2007 Posted June 11, 2007 I'm using a portal on an invoice layout to show the inventory items and their stock codes. The portal is set up to be filtered by matching strings: if you type a search string into a custom dialog and click search, it does a find, and puts the record id's of the found set into a global field as a new-line-separated list. The portal relationship is simply between the global field and the inventory table. Works great. I want to add another button besides "Search" : "Show All". I know how to make it execute a find that finds everything in the inventory and then shows it in the portal, but it's about a 5-second process to create the record id list. Is there any neat trick to make this portal behave like an unfiltered, Cartesian relationship with Inventory? (I'll create and cache the entire record id list if need be, with all the attendant problems of keeping it coherent, but I'm wondering if there's a much easier way.) Thanks, Chap
Raybaudi Posted June 11, 2007 Posted June 11, 2007 Hi see if this file gives you some idea Inventory.zip
Mandu Posted June 11, 2007 Author Posted June 11, 2007 Yes, that makes perfect sense, and I would never have thought of that. Thanks, Daniele! Chap
Recommended Posts
This topic is 6713 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