"... you mean these fans?" Posted December 1, 2014 Posted December 1, 2014 Hi, Not sure here … ? I have a client who wants to number their windows in the "Title" ... And it turns out that the calc looks like this for the active window that opens … ValueCount ( Window ( Get ( FileName ) ) ) &" of "& ValueCount ( Window ( Get ( FileName ) ) ), so ... "5 of 5" for example. The only problem I have is when the customer opens / closes windows the calculations for the other windows are static and I am not sure if there is a way to auto update the other windows without having to navigate to each open window and recalculate. Is there a way to auto update / number the other window as the user closes and open them ?? Thank you. Tom
Wim Decorte Posted December 1, 2014 Posted December 1, 2014 No, I don't think so. You'd have to activate each window and rename it. Which is going to cause a lot of flickering and confusion. What's the business rationale for having that many windows open?
"... you mean these fans?" Posted December 2, 2014 Author Posted December 2, 2014 Wim, Well, the client requested that new layouts open to a new window and stack with an offset and then close the active window by "Command W". I change the window title to the obvious tittle but apparently "Naming" is not what is desired. I will be requesting more clarity and maybe provide a different results that would be acceptable. I didn't want to put my foot in my mouth by saying "NO" if there was a process out there that I was not familiar with and it just so happened to be the one video the client watched on YouTube from someone like Matt from ISO Filemaker Magazine. Ha Ha :-) Matt I love your stuff :-) So, just making sure before responding back to my client. Thank you. Tom
Wim Decorte Posted December 2, 2014 Posted December 2, 2014 Many open windows carry other risks that I would want to avoid: - performance - locking yourself out of a record because it is open in another window - user getting lost & firing scripts from the menu in the wrong context - ... 1
Josh Ormond Posted December 3, 2014 Posted December 3, 2014 Just to expand on the point Wim made: "locking yourself out of a record because it is open in another window". There is a strong possibility that you run a script that runs on multiple records, and not all of the records get updated...because one or more of them are locked. There are times FM will not throw an error message for you, and there are times where a user just clicks "Ok" or "Continue" not knowing the problem it can cause. In either case, you end up with some records changed, some not...and no way of knowing that the data in not accurate. And when the reports are wrong...they WILL blame you. 1
Recommended Posts
This topic is 3641 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