Search found 284 matches: keychar

Return to advanced search

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... aList ) This is how it is working here. https://imagizer.imageshack.com/img922/7010/FwiBdx.gif When FW_SetUnicode( .F. ), no keychar is higher than 255 and none of the special or other characters are displayed as "?". We request both of you to try this sample and ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54316

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... aList ) This is how it is working here. https://imagizer.imageshack.com/img922/7010/FwiBdx.gif When FW_SetUnicode( .F. ), no keychar is higher than 255 and none of the special or other characters are displayed as "?". We request both of you to try this sample and ...
by nageswaragunupudi
Sun Feb 04, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54316

Re: Fwh 23.10 TGet another problem

... While Fwh 23.07 version was active, I manually added TGet.prg to the make file of the program. I put a rem at the beginning of the METHOD KeyChar function in TGet.prg, and when I ran the program and pressed the Ğ character while on a get field, I got the value 208 in the nKey variable ...
by Horizon
Wed Nov 15, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54316

Re: XBROWSE : Seek(), OrdwildSeek() and "increment"

... code of function XBrowse(...) in \fwh\source\function\xbrowser.prg Being a Windows application, INKEY() is not used, but the methods KeyDown() and KeyChar() are used ( handling WM_KEYDOWN messages) There is not input box and when the browse has focus, xbrowse responds to the keys pressed by the ...
by nageswaragunupudi
Sat May 06, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Seek(), OrdwildSeek() and "increment"
Replies: 3
Views: 278

Error XBROWSE SEEK (while no Index) after change RDD

... Calls =========== Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SEEK( 9409 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:KEYCHAR( 3861 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1857 ) Called from: ...
by Jimmy
Mon May 01, 2023 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 567

Re: How to fill edit box and click button in another application

Antonio Linares wrote:Dear Hakan,

It is WM_CHAR, not WM_KEYCHAR sorry

#define WM_CHAR 0x0102

Code: Select all  Expand view
PostMessage( hWnd, WM_CHAR, VK_TAB )


unfortunately no results.
by Horizon
Wed Feb 15, 2023 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

Re: How to fill edit box and click button in another application

Dear Hakan,

It is WM_CHAR, not WM_KEYCHAR sorry

#define WM_CHAR 0x0102
by Antonio Linares
Wed Feb 15, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

Re: How to fill edit box and click button in another application

Antonio Linares wrote:Dear Hakan,

You may try:

PostMessage( hWnd, WM_KEYCHAR, VK_TAB )

etc


Thank you Antonio,

What is WM_KEYCHAR? There is not in winapi.ch.
by Horizon
Wed Feb 15, 2023 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

Re: How to fill edit box and click button in another application

Dear Hakan,

You may try:

PostMessage( hWnd, WM_KEYCHAR, VK_TAB )

etc
by Antonio Linares
Wed Feb 15, 2023 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1407

Error extraño.

... 2] = U Stack Calls =========== Called from: .\source\classes\TGET.PRG => TGET:KEYWCHAR( 919 ) Called from: .\source\classes\TGET.PRG => TGET:KEYCHAR( 1268 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1733 ) Called from: ...
by sajarm
Thu Nov 25, 2021 11:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error extraño.
Replies: 6
Views: 657

Re: ¿Cómo hago una búsqueda incremental en xBrowse?

... 4308 ) Called from: c:\fwh\source\classes\xbrowse.prg => TXBROWSE:SEEK( 6474 ) Called from: c:\fwh\source\classes\xbrowse.prg => TXBROWSE:KEYCHAR( 2495 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: c:\fwh\source\classes\control.prg => TCONTROL:HANDLEEVENT( 1733 ) Called ...
by JoseAlvarez
Sat Oct 23, 2021 1:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo hago una búsqueda incremental en xBrowse?
Replies: 26
Views: 2253

Re: TDatabase Class

... from: CUSTVIEW.PRG => _ISEARCH( 709 ) Called from: CUSTVIEW.PRG => (b)_CUSTVIEW( 307 ) Called from: .\source\classes\TGET.PRG => TGET:KEYCHAR( 2215 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1827 ) Called from: ...
by Rick Lipkin
Wed May 19, 2021 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2077

Re: Como manejo este picture

Otra idea, Si creas una clase nueva por ejemplo MyGet heredada de la clase TGet y reescribes los metodos KeyDown y KeyChar para que los ajustes a tus necesidades? Ahi puedes "capturar" las teclas presionadas y si no es "0123456789%" lo rechazas y si el caracter ...
by EBM
Wed Sep 30, 2020 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como manejo este picture
Replies: 16
Views: 1951

Suggestions for changes to the TRichEdit5 class

... ) INLINE ::PostMsg( FM_CHANGE ), ::Super:LostFocus( hWndGetFocus )ENDCLASS 2b) exclude the FM_CHANGE message in METHOD KeyChar METHOD KeyChar( nKey, nFlags ) CLASS TRichEdit5   if ::lReadOnly .and. ! GetKeyState( VK_ESCAPE )      return 0   endif   ::Super:KeyChar( ...
by MaxP
Fri Nov 22, 2019 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggestions for changes to the TRichEdit5 class
Replies: 1
Views: 496

Re: Paste values into Password Protected Get Objects

... //** REFRESH PASSWORD ON PASTE - WITHOUT REFRESH PASSWORD IS SHOWN IF PASTED CLASS TPGet FROM TGET DATA CTRL_V AS CHARACTER METHOD KeyChar( nKey, nFlags ) METHOD HandleEvent( nMsg, nWParam, nLParam ) ENDCLASS ********************* METHOD KeyChar( nKey, nFlags ) CLASS TPGet SELF:CTRL_V ...
by don lowenstein
Tue Oct 15, 2019 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paste values into Password Protected Get Objects
Replies: 6
Views: 1164
Next

Return to advanced search