Search found 208 matches: inkey

Return to advanced search

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

... options of seek Also it is worth going through the 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 ...
by nageswaragunupudi
Sat May 06, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Seek(), OrdwildSeek() and "increment"
Replies: 3
Views: 275

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

hi, how does XBROWSE "increment" Seek work ... i find no Sample for DBF does it have a "own" GET or does it use INKEY() or do i have to write my "own" Input-Box :?: --- i saw OrdWildSeek() using ::lSeekWild in METHOD RddIncrSeek() should i use   METHOD RddIncrSeek( ...
by Jimmy
Fri May 05, 2023 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Seek(), OrdwildSeek() and "increment"
Replies: 3
Views: 275

DBF REDE/WEB WINDOWS 7/10/11

... cStr="Tempo Abertura de DBFs: " + Transf(ElapTime(cTime,TIME()),"@k 99:99:99") SWPanelRefresh( oPan, cStr ) inkey(1) SWPanelClose( oPan ) ? 'Tempo da leitura dos registros: ' + CRLF +; ElapTime(cTime,TIME()) + CRLF +; NETNAME() SELECT MULTIFUN MULTIFUN->(DBSETORDER(1)) ...
by wanderson8
Sun Jan 08, 2023 3:10 pm
 
Forum: All products support
Topic: DBF REDE/WEB WINDOWS 7/10/11
Replies: 0
Views: 4644

begin sequence

... and on a Cicle Do while do while (Val(num1) < 90)         do while (Val(num2) <= 90)           if (InKey() == K_ESC)               break            endif  then at end  enddoend sequence How translate this if (InKey() == K_ESC)         ...
by Silvio.Falconi
Wed May 04, 2022 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: begin sequence
Replies: 0
Views: 193

Re: unrecoverable error 9015 hb_vmdo()

ver stat func fteclei Você não precisa usa comandos do xHarbour do Inkey.ch o fivewin tem seus próprios comandos. DECLARE TODAS AS VARIÁVEIS, DE PREFERÊNCIA A LOCAL. CADPLAN.prg(56) Warning W0001  Ambiguous reference: 'NTTINIC'CADPLAN.prg(57) ...
by karinha
Wed Oct 13, 2021 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1643

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... ' -in ' + cPath+ 'TRA.xml' +; // Archivo XML a Firmar ' -out ' + cPath+ 'TRA.tmp' +; // Archivo con la Firma ' -signer ' + cPath + cCert +; // ' -inkey ' + cPath + cPrivateKey + ; // ' -outform ' + 'DER' +; // Lo Graba en Binario ('PEM' lo graba como numeros con 4 lineas de titulos) ' -nodetach' ...
by dhf27
Tue Sep 28, 2021 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4715

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... ' -in ' + cPath+ 'TRA.xml' +; // Archivo XML a Firmar ' -out ' + cPath+ 'TRA.tmp' +; // Archivo con la Firma ' -signer ' + cPath + cCert +; // ' -inkey ' + cPath + cPrivateKey + ; // ' -outform ' + 'DER' +; // Lo Graba en Binario ('PEM' lo graba como numeros con 4 lineas de titulos) ' -nodetach' ...
by rterraz
Thu Sep 23, 2021 1:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4715

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... ' -in ' + cPath+ 'TRA.xml' +; // Archivo XML a Firmar ' -out ' + cPath+ 'TRA.tmp' +; // Archivo con la Firma ' -signer ' + cPath + cCert +; // ' -inkey ' + cPath + cPrivateKey + ; // ' -outform ' + 'DER' +; // Lo Graba en Binario ('PEM' lo graba como numeros con 4 lineas de titulos) ' -nodetach' ...
by rterraz
Sat Sep 18, 2021 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4715

Re: Clipper Code under FiveWin ?

... i have to say that every "Output" is slow. GTWVT is not slower than Xbase++ Console. GTWVT "Event-Loop" is just INKEY() and with HMG i can use GUI too e.g. Button. this is what i don't know with FiveWin while GUI Parts seems all Inherit from TWindows. HMG use ...
by Jimmy
Fri Dec 20, 2019 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper Code under FiveWin ?
Replies: 14
Views: 1713

Problemas con Syswait.

... de foro, Hace años que transporté mis antiguos programas hechos con clipper a fivewin, y en aquellos browses que clipper paraba su flujo con inkey() yo lo sustituí por Syswait. Han funcionado siempre bien y nunca se han parado por algun error de programa. Ahora me he dado cuenta que cuando ...
by Andrés González
Sat Nov 23, 2019 11:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Syswait.
Replies: 1
Views: 611

Re: Tiempo de inactividad

... a state of expectation, when the Harbour program is waiting for the input from the user with the keyboard or the mouse. It arises as the result of Inkey() function call ( the READ command uses Inkey(), so that while waiting for input GET-objects idle state occurs ). In this state, there is an automatic ...
by carlos vargas
Tue Mar 26, 2019 1:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tiempo de inactividad
Replies: 4
Views: 1021

Re: FWH 18.08: Enhancements to strings.prg

... to configure the i18n system * at runtime: * * * ************************************************************ * * i18ntest.prg * * #include "inkey.ch" * * Procedure MAIN() * LOCAL nChoice * LOCAL aLanguages * LOCAL aLangCodes := { "en_US", "it_IT", "fr_FR" ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5404

Re: Compilar código Harbour con gcc en 64 BITS

... to `__GSHandlerCheck' C:\harbour64\lib/hbrtl.lib(math.obj):(.text$mn+0x123): undefined reference to `hb_itemDo' C:\harbour64\lib/hbrtl.lib(inkey.obj):(.text$mn+0x45): undefined reference to `__security_check_cookie' C:\harbour64\lib/hbrtl.lib(inkey.obj):(.text$mn+0x163): undefined reference ...
by Verhoven
Sat May 26, 2018 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 1946

codigos de las teclas

saludos compañeros, alguien sabe los codigo de las teclas para combinaciones como alt+f1, ctrl+f2, alt+a, etc ya que no aparecen en inkey.ch, gracias de antemano
by QAZWSX2K
Tue Jan 16, 2018 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: codigos de las teclas
Replies: 2
Views: 568

Re: EVP_SignInit_ex - HBSSL problem

... venia haciendo por linea de comando de esta manera...: C:\OPENSSL\BIN> openssl smime -sign -in c:\tra.xml -out c:\tra.tmp -signer c:\cert.crt -inkey c:\cert.key -outform DER -nodetach Por favor tener en cuenta que no tengo mucho conocimiento en la manera que se envian los datos entre C y Harbour. ...
by dhf27
Wed Dec 27, 2017 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EVP_SignInit_ex - HBSSL problem
Replies: 19
Views: 4020
Next

Return to advanced search