Clayton King Posted February 10 Posted February 10 It's been a while since I've developed a solution in FM. This may not be the right place to post, but searching didn't get me anywhere. Using FM20 and, in list view, when I scroll down to view more records, the screen automatically jumps to the top. Can someone please help me with this?
Søren Dyhr Posted February 10 Posted February 10 Isn't it portals you're talking about? Some portals can have "Reset scroll bar when exiting record" :
Clayton King Posted February 10 Author Posted February 10 No, it's a plain table view. If I switch to form view and switch back, it doesn't do that.
comment Posted February 10 Posted February 10 2 hours ago, Clayton King said: in list view, when I scroll down to view more records, the screen automatically jumps to the top Does it happen in the attached file? If not, look for something in your file that causes it - such as a script trigger. If you cannot find it, post a copy of your file that shows the problem (and only the problem). Vendors.fmp12
Søren Dyhr Posted February 10 Posted February 10 Then is a record locked preventing other networked users entering it: https://community.claris.com/en/s/question/0D50H00007DMaGvSAL/record-locking-prevention ... then might the behaviour you here have issues with, be because the way you say eyeball patterns in list view, be slightly against the way the tool is meant to work? Could you try to describe the scenario a bit further?
Clayton King Posted February 10 Author Posted February 10 30 minutes ago, comment said: Does it happen in the attached file? If not, look for something in your file that causes it - such as a script trigger. If you cannot find it, post a copy of your file that shows the problem (and only the problem). Vendors.fmp12 308 kB · 3 downloads OK, when I add table view and sort by a column, that's when it happens - in your file and in mine. I'm attaching the file. Layout is Prospects in table view. EE Potential Donor List - July 2023 Converted Copy.fmp12
comment Posted February 10 Posted February 10 5 minutes ago, Clayton King said: OK, when I add table view and sort by a column, that's when it happens - in your file and in mine. First you said List view, now you say Table view. In any case, I am not able to reproduce the claimed behavior in your file. And if you say you see it my file too, then it's probably something in your system. Or you are doing something extra you're not telling us about (I would certainly prefer knowing whether the problem occurs in a file you did not create or modify - that's why I posted mine to begin with). FWIW, I am testing this in version 18. Still, I believe that if there were such an obvious bug in v.20, we would have heard about it by now. 1
Clayton King Posted February 10 Author Posted February 10 My bad on the original list vs table description. I can't imagine what's 'different' on my computer as I just installed Filemaker and started using it. I thought perhaps there was something in preferences that might affect the display, but not seeing anything pertinent. I recall a couple of years ago reading something about this jumping business having to do with either sorting by a column and scrolling, or something like that. Anyway, thanks for taking the time to post your file. I'll just have to keep looking.
comment Posted February 10 Posted February 10 5 minutes ago, Clayton King said: I just installed Filemaker and started using it. Do you still have the previous version installed?
LaRetta Posted February 10 Posted February 10 Hi Clayton, Could you be changing a value which changes the sort order and the layout sorts (if checked 'keep records in sorted order') so the table view jumps to the new location in the record set? Could you take a video of your screen showing exactly what you do to cause the jump? 😀
Søren Dyhr Posted February 10 Posted February 10 (edited) 4 hours ago, Clayton King said: My bad on the original list vs table description. I can't imagine what's 'different' on my computer as I just installed Filemaker and started using it. I thought perhaps there was something in preferences that might affect the display, but not seeing anything pertinent. I recall a couple of years ago reading something about this jumping business having to do with either sorting by a column and scrolling, or something like that. Anyway, thanks for taking the time to post your file. I'll just have to keep looking. I'm the other one poking into your file, neither can I replicate the behaviour you found. Tiny suggestion, would be ... do not consider filemaker as such, a spreadsheet - But instead a relational database, where some sort of normalisation have taken place ... an example is the use of Phone1 and Phone2 containing exactly the same formatting - why isn't it broken out in a separate table - if need be provisions of a third phone, number. The same goes with adresses - I can straight away come up with companies of a size where two adresses won't suffice. However would i turn: Let(tt = "4415551212"; Replace (Replace ( Replace ( tt ; Length(tt)-3;0; "-" ) ; Length(tt)-6;0; ") " ); Length(tt)-10;0; " (" )) into a single custom function to replace the autoenter calcs found under both date fields. Where is the "tt" is build out of areacode "441" and "5551212" the number... Edited February 10 by Søren Dyhr
Clayton King Posted February 10 Author Posted February 10 Thanks for the comments. I threw this together from multiple spreadsheets from multiple people. Ultimately that's exactly what I would do, but in the interest of first cleaning the data I left the separate phone number in a single record. The same is true for multiple contacts at the same company, although that is more rare.
Søren Dyhr Posted February 11 Posted February 11 11 hours ago, Clayton King said: Thanks for the comments. I threw this together from multiple spreadsheets from multiple people. Ultimately that's exactly what I would do, but in the interest of first cleaning the data I left the separate phone number in a single record. The same is true for multiple contacts at the same company, although that is more rare. Yes normalising data on it's way in from a spreadsheet can be a little tricky, sometimes demanding a broker table, which journals the errors showing up when attempting. There isn't any signs of anything being fair and squarely in the realms of a database, except for the multi user aspect of it. But this could perhaps be handled just as well in Google Sheets:
Recommended Posts
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