Search found 101 matches: cursorwait

Return to advanced search

Re: Calculate total pages

...  := oDevice:aMeta   hMeta   := oMeta1:hMeta    cUniqueID := cUniqueID()       CursorWait()       DeleteDC( oDevice:hDC)      oDevice := NIL            ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5857

TIPOS DE CURSORES

Buenas
Alguien tiene una lista ( o puede completar esta), de los tipos de cursores ?

CursorWait()
CursorArrow()
CursorHand()

.....


Gracias
by JESUS MARIN
Tue Mar 28, 2023 8:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TIPOS DE CURSORES
Replies: 3
Views: 236

Re: cGetFile32 initial file

... Function cGetFile32( cFileMask, cTitle, nDefaultMask, cInitDir, lSave, nFlags, cIniFile ) local cSection, cFile local nRet DEFAULT lSave := .f. CursorWait() // On cGetFile() that parameter is a boolean for long filenames if nFlags != Nil .and. ValType( nFlags ) != "N" nFlags := Nil ...
by PAUL SIMM
Mon Nov 28, 2022 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 initial file
Replies: 3
Views: 602

Re: Facturacion TicketBai

... @'+cFileName+' https://'+cURL+' --output '+salida+' -D '+headers+' -v' ) FClose(m) //----------------------------- WaitRun("LROE.bat",0) CursorWait() Donde: header "authorization: xxxxxxxxxxxxxxxxxxxx" en las x indicas el número de serie de tu certificado data-binary indica ...
by landaga
Wed Dec 15, 2021 7:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Facturacion TicketBai
Replies: 8
Views: 1221

Harbour y MySQL - tildes y eñes

... DBFFPT, OrdCreate, OrdKeyCount, OrdKeyNo, OrdKeyGoto RddSetDefault( 'DBFCDX') set deleted on set autopen off set exclusive on Set optimize on cursorwait() readinsert( .t. ) SetBalloon( .T. ) setresdebug( .F. ) clear all FwSetLanguage( 2 ) Request HB_LANG_ES HB_LangSelect( 'ES' ) request HB_CODEPAGE_ESWIN ...
by José
Tue Nov 23, 2021 4:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour y MySQL - tildes y eñes
Replies: 14
Views: 1645

Re: Metafile error

... "ARIAL" SIZE 0,-11 BOLD OF oPrn DEFINE FONT oFn4 NAME "ARIAL" SIZE 0,-16 BOLD OF oPrn oPrn:lPrvModal:=.f. oPrn:SetLandscape() CursorWait() // Page 1 PageBegin() //here oPrn boxes and cmsay endpage // Page 2 PageBegin() //here oPrn boxes and cmsay endpage oFn1:End(); oFn2:End(); ...
by Silvio.Falconi
Tue Oct 26, 2021 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 422

XBROWSE REFRESCO DE TABLA

... RESOURCE "no2" ; // NO ACTION (lGoOn:=.f.,oConDlg:End()) ; TOOLTIP "Cancelar" BORDER ACTIVATE DIALOG oConDlg CENTERED IF lGoOn CursorWait() do case case xconsulta == 1 V0100CO1(oBrw) // BUSQUEDA POR CLIENTE !!! case xconsulta == 2 V0100CO2(oBrw) endcase ENDIF cSql := "SELECT ...
by pedroluis
Thu Jan 28, 2021 5:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE REFRESCO DE TABLA
Replies: 4
Views: 755

XBROWSE MARIADB REFRESCAR TABLA

... RESOURCE "no2" ; // NO ACTION (lGoOn:=.f.,oConDlg:End()) ; TOOLTIP "Cancelar" BORDER ACTIVATE DIALOG oConDlg CENTERED IF lGoOn CursorWait() do case case xconsulta == 1 V0100CO1(oBrw) // <<<<--------- Búsqueda por nro.de cliente case xconsulta == 2 V0100CO2(oBrw) ...
by pedroluis
Fri Dec 11, 2020 12:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE MARIADB REFRESCAR TABLA
Replies: 2
Views: 622

Acceso denegado (SOLUCIONADO)

... Y lo ejecuto con MsgRun("Espere un momento por favor, estoy haciendo el respaldo... !",oApp:cAplicacion,{||CursorWait(),WaitRun(cFileBat, 0 )}) No se ejecuta correctamente. Lo ejecuto desde una ventana CMD y me tira el mensaje de "Acceso denegado" ...
by Armando
Wed Dec 04, 2019 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acceso denegado (SOLUCIONADO)
Replies: 2
Views: 532

Re: Algun experto en el foro que use o uso Eagle 1 ?

... !oMySqlCon:lConnected // oMySqlCon:ReConnect() lHayError:=.T. ENDIF IF lHayError ARREDUCE(oDp:aMySql,nAt) RETURN NIL ENDIF RETURN oMySqlCon ENDIF CursorWait() oMySqlCon:= TMSConnect():New() // Inicia el objeto Conexion oMySqlCon:SetAutoError( lError ) __objAddData(oMySqlCon, "nSeconds" ...
by jnavas
Thu Nov 15, 2018 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algun experto en el foro que use o uso Eagle 1 ?
Replies: 15
Views: 3451

Re: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE

... CONECTAR(cIp,cLogin,cPass,nPort,lError) cIp := ALLTRIM(cIp ) cLogin := ALLTRIM(cLogin) cPass := ALLTRIM(cPass ) DEFAULT nPort :=3306,; lError:=.F. CursorWait() IF cTypeBD="MYSQL" oServer:= TMSConnect():New() // Inicia el objeto Conexion Mediante la clase Eagle oServer:SetAutoError( lError ...
by Compuin
Mon Nov 12, 2018 8:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE
Replies: 15
Views: 3667

Re: Can I change standard CursorWait() to another animation?

Dutch,

Please review FWH\samples\win32.prg

Also check the free tool AniTuner from this URL:
https://torry.net/pages.php?id=1520
by Antonio Linares
Thu Oct 04, 2018 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I change standard CursorWait() to another animation?
Replies: 2
Views: 593

Can I change standard CursorWait() to another animation?

I would like to change standard hourglass to another modern animation?

Thanks in advance,
by dutch
Thu Oct 04, 2018 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I change standard CursorWait() to another animation?
Replies: 2
Views: 593

Re: Waitrun and CursorWait()

No, a SysRefresh() (or what is its Java equivalent) is what probably changes the cursor back to normal.

EMG
by Enrico Maria Giordano
Mon Aug 06, 2018 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Waitrun and CursorWait()
Replies: 5
Views: 628
Next

Return to advanced search