Search found 3633 matches: action

Return to advanced search

Re: Parameter for Timeout

... --- AppEvent() is like ACTIVATE and 4th Parameter is for TIMEOUT AppEvent() get Events when Keyboard "input" or Mouse move or other Action if used 4th Parameter of AppEvent it include "Timeout" when "no Event" arrive and after "timeout" is over, it send ...
by Jimmy
Mon Sep 18, 2023 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 788

Re: xHarbour.org updated!

... GET oGet1 VAR Inicio OF oDlg SIZE 100, 10 COLOR "W/G" PICTURE "99999999" @ 3, 7 BUTTON "&Ok" OF oDlg SIZE 30, 12 ACTION WebPageSource() @ 3, 16 BUTTON "&Cancel" SIZE 30, 12 OF oDlg ACTION oDlg:End() CANCEL ACTIVATE DIALOG oDlg CENTERED Return nil ...
by wartiaga
Mon Sep 18, 2023 7:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38189

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... Redefine BtnGet oCampo Var cCampo Id 1002 Of oDlg Resource "BTO_ZOOM" Font oFont2 PICTURE "@!" COLOR RGB(128,0,0) ; Action (FiltrarProducto(oBrw,cCampo,cTab_Art)) Redefine BtnBmp oBtn2[1] Id 101 Resource "BTO_NUEVO" Of oDlg 2007; // BTO_NUEVO Action (Add_Producto(.T.,oBrw, ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 331

evitar que se active columna con xbrowse al dar un click

... Redefine BtnGet oCampo Var cCampo Id 1002 Of oDlg Resource "BTO_ZOOM" Font oFont2 PICTURE "@!" COLOR RGB(128,0,0) ; Action (FiltrarProducto(oBrw,cCampo,cTab_Art)) Redefine BtnBmp oBtn2[1] Id 101 Resource "BTO_NUEVO" Of oDlg 2007; // BTO_NUEVO Action (Add_Producto(.T.,oBrw, ...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1077

error TXBROWSE:CARGOS

... xNUsuario, ofld1:aDialogs[ 1 ] ), .t. ), .t. ) redefine BTNBMP BtnB prompt HB_UTF8CHR( 57626 ) font oSegoe ID 4016 OF ofld1:aDialogs[ 1 ] noborder ACTION ( val_cli( 9999 ), onrocli:Refresh(), onomcli:refresh(), odircli:refresh(), BuscoAntInfo( xnrocli, xNUsuario, ofld1:aDialogs[ 1 ] ), .t. ) BtnB:lTransparent ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 282

FWH2307: List View Unicode compatible

... 300 PROMPTS "One" + CRLF + "ఒకటి", ; "Two" + CRLF + "రెండు", "Three" + CRLF + "మూడు"; ACTION MsgInfo( nOption ) oLvw:SetImageList( oImageList ) ACTIVATE WINDOW oWnd oImageList:End() return nil/code]
by nageswaragunupudi
Sun Aug 27, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2307: List View Unicode compatible
Replies: 1
Views: 232

Dificultad con METERS

... oMeter2 VAR nActual2 TOTAL xTotVtas ID Med_Meter2 of oDlgMed REDEFINE BTNBMP oBtnAcep ID Med_Aceptar OF oDlgMed FILENAME "ACEPTAR.BMP" ACTION (LstVtasXCli(nCliente,cVeoCli,dDesde,dHasta, @oMensaje,@cMensaje),oDlgMed:end()) REDEFINE BTNBMP oBtnCanc ID Med_Cancelar OF oDlgMed FILENAME ...
by José Camilo
Tue Aug 22, 2023 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 264

Re: Question about xBrowse

... modified data is already written and also if the old data is different from the new data written. This codeblock is meant for taking consequential action after modification of data in the cell but not for validation.
by nageswaragunupudi
Mon Aug 21, 2023 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about xBrowse
Replies: 6
Views: 284

Re: Saving OuterHTML using Await Implementation with TWebView

... an asynchronous manner. - This class allows waiting for specific elements to be loaded on the web page, ensuring the content is available for extraction. - The idea is to simulate the 'await' functionality seen in other programming languages. 2. **Main Function**: - A Dialog (`oDlg`) is created ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1659

Re: Saving OuterHTML using Await Implementation with TWebView

... an asynchronous manner. - This class allows waiting for specific elements to be loaded on the web page, ensuring the content is available for extraction. - The idea is to simulate the 'await' functionality seen in other programming languages. 2. **Main Function**: - A Dialog (`oDlg`) is created ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1659

Re: MENU MAS ATRACTIVO

... tareas? intento con: DEFINE MSGITEM oMsg OF oWnd:oMsgBar ; SIZE 24 ; BITMAPS "CALCULADORA" ; TOOLTIP "Calculadora de Windows" ACTION WinExec("CALC.EXE") y me da error.. lo mismo si le quiero agregar un título a la Windows, los intentos que hago con "TITLE" ...
by TOTOVIOTTI
Tue Aug 15, 2023 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MENU MAS ATRACTIVO
Replies: 26
Views: 3158

Re: como refrescar un listbox

... 0 ), oDlg:nHeight := GetSysMetrics( 1 ), BuildTimer( oDlg, obrow )) function BuildTimer( oDlg, wobrow ) local oTmr DEFINE TIMER oTmr OF oDlg ; ACTION busco(wobrow) INTERVAL 10000 ACTIVATE TIMER oTmr return nil De esta manera funciono perfecto.
by jpcavagnaro
Tue Aug 15, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: como refrescar un listbox
Replies: 2
Views: 235

Re: Error p/generar EXE usando UHTTPD2 en Windows

... you're programming. GET ID 'tabla' PROMPT 'tabla' TYPE 'text' VALUE hParams['tabla'] BUTTON '<i class="fas fa-search"></i>' ACTION 'consulta' OF o GET ID 'gestion' PROMPT 'gestion' TYPE 'text' VALUE hParams['gestion'] OF o Best regards, Otto
by Otto
Sun Aug 06, 2023 9:17 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1937

Re: Lost connection to MySQL server during query

... STATIC FUNCTION iniciapri() IF MEMVAR->NTIMER>0 DEFINE TIMER MEMVAR->oTimerpri INTERVAL MEMVAR->NTIMER OF MEMVAR->oWPrincipal ACTION ISCONEXION() MEMVAR->oTimerpri:Activate() ENDIF RETURN NIL //----------------------------------------------------------------------------// ...
by cjcardoza
Sat Aug 05, 2023 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12433

Re: Lentitud al abrir una dbf en red

... CHR(nKey) ) .OR. ISDIGIT( CHR(nKey) ) ; .OR. nKey = 32, UPPER(CHR(nKey)), "" ) ), ; oLbx:refresh() ) // REDEFINE BUTTON ID 170 OF oDlg ACTION EditPaci( oLbx, oPaci, @tUser, .t. ), oDlg:Update() REDEFINE SBUTTON oBtn ID 170 OF oDlg ACTION EditPaci( oLbx, oPaci, @tUser, .t. ), oDlg:Update() ...
by ACC69
Thu Jul 06, 2023 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1575
PreviousNext

Return to advanced search