Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link 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
Today is November 23, 2024, 2:17 am This article has been viewed 35399 times. Google search has resulted in 18 hits on this article since January 25, 2004.
|
|