|
From: Alexander S.K. <al...@be...> - 2014-12-19 06:58:36
|
Itamar M. Lins Jr. Lins writes: > Imagine a typist registering a product and then having to open the > dialog again, simply because it closes compulsorily? > We use valid because it simplifies for the user does not need to take > the keyboard and grab the mouse have to click buttons. > If no other way to do this, I wonder. As we say here, in Russia, from every dead-end situation there is at least two exits :) I see, at least, two ways here. The most evident is to open the dialog again automatically, if oDlg:lResult is True. Other is to use an additional invisible get with a SIZE 0,0. Using of :bKeyDown ( as in a good Delphi program :) ) or SET KEY also may help. Regards, Alexander. |