ruthcarlton Posted February 24, 2004 Posted February 24, 2004 have a portal with dynamic value lists and relationships based on globals. Here's my issue... If I don't click outside the value lists, I can keep changing global fields and the portal updates automatically. Otherwise, it seems to stick and I have to continue to manually click outside the lists to get the portal to update. Why will FM cease to recognize the changes in the global fields once until I click outside the lists? Thanks. -Ruth
CyborgSam Posted February 26, 2004 Posted February 26, 2004 Ruth-> Check your relationship's sorting: make sure there are no invalid fields in the sort. Sam
Ugo DI LUCA Posted February 26, 2004 Posted February 26, 2004 Hi, Not sure I'm understanding the issues.
Vaughan Posted February 26, 2004 Posted February 26, 2004 Sam has hit on an excellent possibility there. It's happened to me and it's a bugger to debug. Basically the relationship starts behaving intermittently, especially portals and any value lists based on the relationship. It works but it's like you have to force FMP to update the relationship. It's caused by including a related field in the relationship sort order, then deleting the related field. The relationship then has an invalid field in the sort, and it screws things up. There is a TechInfo article about it.
Ugo DI LUCA Posted February 26, 2004 Posted February 26, 2004 Hi Vaughan, I get it now. I couldn't understand if what was reported was really an inconsistent behavour or some classic exit field behaviour. Now, this makes sense. I was alo wondering where the global field was. I debugged one of my files last week, where the values in the portal could change according to the value of a global. I spent a few hours to understand why the portal wasn't updating dynamically. Then I found that the calcs were referencing a global field in the Master file (::Master:global) instead of just having the global in the related file.
ruthcarlton Posted February 29, 2004 Author Posted February 29, 2004 Ugo - of course...that was exactly the problem! Thanks. -Ruth
Recommended Posts
This topic is 7574 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