schooldataguy Posted July 9, 2003 Share Posted July 9, 2003 If I do a find in a layout and then use a script and button to point to that layout, will the found set "stay" there permanently as long as I don't do another find in that layout? Link to comment Share on other sites More sharing options...
LaRetta Posted July 10, 2003 Share Posted July 10, 2003 Hi schooldataguy, The found set will stay until another find (or Show All Records or Omit, etc.) is performed anywhere in the db. You can 'store' found sets for later retrieval, by writing the IDs to a multi-line, but finds are not related to layouts specifically. Now what you can do is include a find within your script which switches to the layout. In that way, every time you execute the script, the 'new' found set will display in your layout. I hope that helps. LaRetta Link to comment Share on other sites More sharing options...
Recommended Posts