Search found 46 matches: vkey

Return to advanced search

Re: Extraño error con HARBOUR

... la cuenta jajajaj , antes de mostrarme mis errores , me arroja una infinidad de errores redefinition or duplicate definition of en los archivos: VKey.ch WinApi.ch Ado.ch Wcolors.ch No se que se deben, pero por los momentos solo tomare en cuentas los mios. Muchas Gracias ! Joao, Muchas Gracias ...
by JoseAlvarez
Thu May 25, 2023 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Extraño error con HARBOUR
Replies: 5
Views: 363

Re: unrecoverable error 9015 hb_vmdo()

Retire o include "vkey.ch"

Code: Select all  Expand view

#include "fivewin.ch"
#include "xbrowse.ch"
// #include "vkey.ch"  PRECISA PARA?
// #include "inkey.ch" PRECISA PARA?
#include "dbinfo.ch"
#include "Dbstruct.ch"
 



Regards, saludos.
by karinha
Wed Oct 13, 2021 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1643

Re: Wrong Tooltip

... the result shows different spaces maybe 3 tabs are needed if the difference is to big between short and long text ( have a look at sample 2 ) from vkey.ch #define VK_TAB 9 // 0x09 DEFINE BUTTON OF oBar ACTION MsgInfo( "Two" ) ; TOOLTIP "One" + Chr( VK_TAB ) + Chr( VK_TAB ) + ...
by Silvio.Falconi
Mon Mar 30, 2020 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrong Tooltip
Replies: 9
Views: 1420

Re: Wrong Tooltip

... the result shows different spaces maybe 3 tabs are needed if the difference is to big between short and long text ( have a look at sample 2 ) from vkey.ch #define VK_TAB 9 // 0x09 DEFINE BUTTON OF oBar ACTION MsgInfo( "Two" ) ; TOOLTIP "One" + Chr( VK_TAB ) + Chr( VK_TAB ) + ...
by ukoenig
Sat Mar 28, 2020 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrong Tooltip
Replies: 9
Views: 1420

Re: Favor Ayuda con Valid en Get URGENTE

Saludos.

Mira en \include\vkey.ch porfa.

Y comente se comprendes?
by karinha
Wed Aug 28, 2019 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Favor Ayuda con Valid en Get URGENTE
Replies: 24
Views: 2090

Re: Como emular presionar CTRL + CLICK IZQ ?

... WM_KEYDOWN, nKey, 0 )   NEXTRETURN ( NIL )  En esta función solo utilizo la tecla FLECHA ABAJO (WM_KEYDOWN) pero si miras en VKey.Ch de FW, encontrarás vairas combinaciones de teclas. Espero te sirva mi ejemplo Saludos EDITADO Francisco, creo que la combinación de teclas que ...
by Armando
Tue May 08, 2018 4:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como emular presionar CTRL + CLICK IZQ ?
Replies: 7
Views: 1756

Re: How translate virtual key to asc code?

All the v key codes are in FWH\include\vkey.ch
by James Bott
Wed Jul 23, 2014 1:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How translate virtual key to asc code?
Replies: 6
Views: 1410

Re: Simular Caps Lock

... GetKeyToggle( VK_CAPITAL ) --> lYesNo Y puedes forzar su cambio con: KeyToggle( VK_CAPITAL ) el valor de VK_CAPITAL es 20 y esta definido en vkey.ch
by Antonio Linares
Wed May 07, 2014 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Simular Caps Lock
Replies: 3
Views: 465

Re: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2

New Update 3.2 added colored xbrowse-cell , showing the incremental search result of a key Because all settings are saved in the first record of ASCKEYS.dbf, there is no need to recompile WASC.exe and DASC.exe. Changing brushes or colors, is done with the main-appl. ASCVIEW.exe http://www.pf...
by ukoenig
Tue Jul 30, 2013 6:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2
Replies: 11
Views: 5474

Re: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.1

New Update 3.1 now You can create Your own tables, because Array changed to DBF. Complete rewritten with many new functions. Download : http://www.pflegeplus.com/fw_downloads/ascview3.zip http://www.pflegeplus.com/pictures/AView1.jpg http://www.pflegeplus.com/pictures/AVi...
by ukoenig
Sun Jul 14, 2013 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2
Replies: 11
Views: 5474

Problem using 2 DBFs in Folder DBSELECTAREA(..

... using the same area, Maybe any working sample ? Using ARRAYS in the early release it was OK. Page 1 uses the last defined DBSELECTAREA("VKEY") from page 2 I added DBSELECTAREA("ASCKEY") at the end of page 2 After that, page 1 was OK and page 2 wrong. DBSELECTAREA("ASCKEY") ...
by ukoenig
Thu Jul 11, 2013 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem using 2 DBFs in Folder DBSELECTAREA(..
Replies: 2
Views: 791

Re: Single char " from a DBF breaks a Excel-Sheet ?

I tested with the 2. VKey-table. It seems only " " as a pair is possible in Excel and are not visible. http://www.pflegeplus.com/pictures/excel12.jpg http://www.pflegeplus.com/pictures/excel13.jpg ...
by ukoenig
Tue Jul 09, 2013 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Single char " from a DBF breaks a Excel-Sheet ?
Replies: 6
Views: 1341

Re: No return-value with Keyboard-Col-change in xBrowse ?

... oBrw2:KeyNo(), ;                                nCPos := oBrw2:SelectedCol():nCreationOrder, ;                                SEL_VKEYS(nRPos,nCPos, oGet1, oAsc) ) }oBrw2:bChange := { | nRow, nCol | (  nRPos := oBrw2:KeyNo(), ;                  ...
by ukoenig
Sun Jul 07, 2013 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Return-value with Keyboard-Col-change in xBrowse
Replies: 6
Views: 2381

Re: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 2.1

Hello Uwe, nice job!
Here, to compile WASC.PRG, had to change the line # 627 to:
STYLE nOR( DS_MODALFRAME , WS_POPUP, WS_DLGFRAME, WS_THICKFRAME )
The Excel opens at the front.
Regards, Euclides.
by Euclides
Tue Jun 11, 2013 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2
Replies: 11
Views: 5474
Next

Return to advanced search