sal88 Posted November 13, 2019 Posted November 13, 2019 Hello all On FM 18.03, the closing of a popover, the button of which is in each row of a portal, causes FileMaker to close. This appears to only happen when the fields which are in that popover (the portal records) are edited. Has anyone else experienced this? Thanks
comment Posted November 13, 2019 Posted November 13, 2019 Are you able to reproduce this problem in a new file? If yes, post the file so others may test it too.
sal88 Posted December 5, 2019 Author Posted December 5, 2019 Hi Comment Please find attached. I think this is down to some poorly made filtering formulas in the portal: 1. The problem doesn't occur if I delete around 7000 of the portal records 2. It also doesn't occur if I remove the carriage returns from: PatternCount ( ¶ & Clients::multikey_Cloud_Machines & ¶ ; ¶ & Machines::ID & ¶ )) in the portal filter 3. However if I remove all the other filters and leave just the above one (with carriage returns) it is also OK Thanks! portal_popover_filter_problem.fmp12
comment Posted December 5, 2019 Posted December 5, 2019 I cannot reproduce the problem: However, in my experience portal filtering becomes unusably slow when the number of records to filter exceeds a few thousands. Perhaps you're experiencing a memory overflow problem. 1
sal88 Posted December 5, 2019 Author Posted December 5, 2019 Did you click away from the popover as soon as you had populated the field? And are you on 18.03? I just tried it on version 17 and the issue didn't occur. Thanks
comment Posted December 5, 2019 Posted December 5, 2019 5 minutes ago, sal88 said: Did you click away from the popover as soon as you had populated the field? Yes. 5 minutes ago, sal88 said: And are you on 18.03? 18.0.3.317. Under macOS 10.13.6.
LaRetta Posted December 5, 2019 Posted December 5, 2019 (edited) This seems to be an ongoing problem ... is it the same portal by chance? https://fmforums.com/topic/98701-crashing-with-filter-formula/ Windows has, over its years, suffered from crashing portals. I don't remember the specifics but one issue had to do with corrupt fonts. Have you tried creating a new portal completely? How about on a new layout? Have you ever ran Recover on a copy of that file and see if it still breaks? added: I won't bother testing since I'm using precisely same FM/OS as Michael. I agree completely though, that filtering a portal is not a good idea with many records. Edited December 5, 2019 by LaRetta
sal88 Posted December 6, 2019 Author Posted December 6, 2019 Great memory LaRetta! It is a different portal, but what a coincidence that the issue occurred after an upgrade. I've tried a brand new portal and tables etc but no luck. For now I have replaced: PatternCount ( ¶ & Clients::multikey_Cloud_Machines & ¶ ; ¶ & Machines::ID & ¶ ) with: not IsEmpty ( FilterValues ( Home_Clients::multikey_Cloud_Machines ; Home_Machines::ID )) This has fixed it, though you can still see a delay when the popover is being closed. If it comes up again I will implement a multikey field relationship, the multikey field being updated on record entry. Thank you both for your help!
sal88 Posted December 9, 2019 Author Posted December 9, 2019 It has crashed a few times (far less frequently however). I have gone for the global multikey field option, party populated by ExecuteSQL. Filter criteria is now only user defined.
Recommended Posts
This topic is 2180 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