... control is to put focus on it, but, since the operator is typing, the focus needs to go back to the TMultiGet control. But when the TMultiGet looses focus and gets it again, the typed text becomes marked, and, when the operator keeps typing, it is deleted... How do I update the RICHEDIT control ...
... work fine :-) The solution would be not to use real buttons and use painted buttons (simulated buttons) on the dialog. This way the GET does not looses the focus
... nX:=2, oGet[2]:oGet:buffer := buffer } oGet[2]:bLostFocus:={|| buffer := oGet[2]:oGet:buffer } the problem comes from the fact that the GET looses the focus when the button is pressed
When the button is pressed, the GET looses the focus and the numeric value changes. We can't stop that as we use a standard Harbour GET from FWH Class TGet
so the only solution that I see it is as James proposed
... the same conditions as a customer. 2) My main computer is a laptop and whenever it comes out of sleep mode, or hibernation mode, or boots up, it looses all the touchpad settings. It then takes about 8-10 mouse clicks to reset the touchpad. For me anyhow, the computer is totally unusable when ...
... test does not work I copy and paste some chinese characters like these 机器加工时间测量表 or I type some character using chinese keyboard When get object looses focus all chinese characters disappear and appear a list of ?????? Any hints? King regards Marco #include "fivewin.ch"ANNOUNCE RDDSYSFUNCTION ...
... The point is that bChange is fired when control's internal buffer changes, but that change is not taken into the VAR's value until the COMBOBOX looses focus. Just test it in the original form, navigating using <Tab>. Assign() does the trick: copies the controls value into the var.
Rick, Ideally, if your app looses a connection, the app should save the recordset locally, then update the database when a connection is re-established. ADO has built-in capabilities to save and restore recordsets. Persisting Data http://msdn.microsoft.com/en-us/library/windows/desktop/ms675273(v=vs.85).aspx ...
Rick; Right. The line must have focus for the button to display. Once the line looses focus, the button is gone. That's ok and it makes sense to me. I'm using EDIT_GET_BUTTON as nEditType browsing arrays and it works as expected. My problem is when browsing this ...
... values of aCols will be shown as rows inside the cell of the first column. * Fix: GoNextCtrl and GoPrevCtr methods in Window.prg: When a control looses focus, focus does not go to next/previous control having TABSTOP style if the next control does not have TABSTOP style in case of controls on ...
When a dialog is activated with the NOWAIT clause, it always stays on the foreground even if it looses focus. How can I make the dialog go to the background when it looses focus?
... isn't the active window any more. But I can't do that with bLostFocus, because, for example, by clicking the ribbon-menu the mdi-child already looses focus but is still the active window. Thanks anyway for your suggestion, maybe it's a start...