January 19, 200323 yr hi, I am using FM Pro 5.5. I have a script that performs a find on a certain condition and displays a report(that contains records that matc the criteria. Offcourse). How do i revert back to displaying "ALL Records" once the user shifts to another layout. For eg after displaying the report a user shifts to a layout that displays the details of all employees. Currently i see only those records that were retrieved after the "Perform Find" was executed. Thanks
January 20, 200323 yr This doesn't happen automatically. You have to do a "show all records" command. If you use buttons to navigate between layouts, then you could have a script for each button like this: Show all records Go to Layout [LayoutX]
Create an account or sign in to comment