`
Clarion 6.1: MDI Synchronization tips 2005-01-20 -- Steven Sitas Newsgroups: softvelocity.public.clarion6,comp.lang.clarion > We have application in C6.1 PE 9026 with extension for MDI > synchronization. > When user closes some forms quickly by pressing ESC buton twice or three > times program create GPF. These forms are simple forms for populating just > one file. I think that this problem is related with Win98 bug, but I don't > have any idea how to solve it. Our client has more than 5000 entries per > day > and they are very nervous because of this frequent behaviour - maybe 100 > times a day they get GPF like this. They have only 2 machines with XP and > this machines behave correctly. 1) Dont use the MDI Synchronization extension - the source of millions of GPFs (specially with with98) 2) Upgrade to 9031 and read carefully why the MDI synchronization was developed in the first place. Specially if you have menus in Browses/Procedures delete them and use buttons or another approach. 3) Do you have the maximum attribute on the windows/Browses? Then uncheck IMMEDIATE on these windows My users havent seen a GPF (Win98, XP and 2000) since I have done the above .... Steven Sitas Printed November 21, 2024, 6:44 am This article has been viewed/printed 35396 times. Google search has resulted in 18 hits on this article since January 25, 2004. |