xochi Posted November 8, 2014 Posted November 8, 2014 I have a large solution that was recently converted from FM Server 11 to FM Server 13. In general, it's working great. However, I just found one layout which locks up & beach balls whenever I switch to a certain Tab on the layout. When this happens, the cursor turns to a beach ball for 5-10 seconds at a time. The Tab that causes problems has several Text blocks that include a merge field: <<cFoundCount>> Which refers to a Calculated field for the table which is defined as cFoundCount = Unstored, from Data = Get(FoundCount) Storage options : Do not store calculation results. As a test, I tried changing the text blocks to instead refer to the {{FoundCount}} But the behavior remains the same. Any ideas?
xochi Posted November 8, 2014 Author Posted November 8, 2014 Hah - I thought I had the problem identified, but turned out I was wrong. The actual problem had nothing to do with the use of Get(FoundCount), but in fact was due to a malfunctioning ToolTip function. This custom tooltip function that I wrote used Recursion to find the right tooltip, and something in the conversion from FM11 to FM13 seemed to break it. So, basically this should be written off as "User Error: Don't Do That: Infinite recursion in a custom function used for a tooltip is a bad idea" Nevermind :)
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