15 May 20:57
Re: Display of Field Updates on Form
From: Paul Mohammadi <paul.m.33@...>
Subject: Re: Display of Field Updates on Form
Newsgroups: gmane.comp.lang.inug-4d.tech
Date: 2008-05-15 18:57:38 GMT
Subject: Re: Display of Field Updates on Form
Newsgroups: gmane.comp.lang.inug-4d.tech
Date: 2008-05-15 18:57:38 GMT
Bill, I curse 4D's ability or rather inability to update form elements on a daily basis... sometimes they work flawlessly, sometimes they choke. REDRAW command is pathetically ineffective. The one sure fire way I found out that the form elements are drawn correctly is by resizing the window by 1 pixel... Create your own wrapper REDRAW_FORM where the form window is re-sized 1 pixel and then immediately re-sized back 1 pixel, this way the original window XY is maintained and everything on the form is updated... drawbacks are... output windows and subforms need to re-page their data from the server creating needless I/O but otherwise It should work. Best Paul ********************************************************************** The 4D v11 SQL Roadshow - coming to a city near you! http://www.4D.com/roadshow/index.html 4th Dimension Internet Users Group (4D iNUG) FAQ: http://www.4d.com/support/faqnug.html Archive: http://dir.gmane.org/gmane.comp.lang.inug-4d.tech Unsub: mailto:4D_Tech-Unsubscribe@... Post: mailto:4d_tech@... Options: https://lists.4d.com/mailman/listinfo/4d_tech **********************************************************************
RSS Feed