... FUNCTION _XmlQuery()
local cURL := "https://xxx.com/token" , ;
cSaveAs := "c:\winapps\onasset\xml\inbox\" , ;
lPass := .F. , ;
oProg := 0 , ;
cHttpSend2 := "" , ;
oHttp2 , ;
cHttpSend3 := "" , ;
oHttp3 , ;
cWinResp := "" , ;
cTokenId := "" , ;
cDateFrom := "" , ;
cDateTo ...
Search found 10 matches: oprog
Searched query: oprog
- Thu Aug 24, 2017 8:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Ole unrecoverable error
- Replies: 2
- Views: 994
- Wed Sep 21, 2011 4:00 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Verificar password en unzip xharbour
- Replies: 0
- Views: 612
Verificar password en unzip xharbour
... Tengo una aplicaciòn con opcion de Copias de Respaldo, con la siguiente linea
lOk:= HB_ZipFile( cNameZip, aFile, 9,{|x,i| PINTAR(i, nLast, oProg) } ,;
TRUE, cCodAlm, TRUE, FALSE ) //, pFileProgress )
donde cCodAlm es una variable alfanumerica de 3 digitos que constituye el password
ahora ...
lOk:= HB_ZipFile( cNameZip, aFile, 9,{|x,i| PINTAR(i, nLast, oProg) } ,;
TRUE, cCodAlm, TRUE, FALSE ) //, pFileProgress )
donde cCodAlm es una variable alfanumerica de 3 digitos que constituye el password
ahora ...
- Sun Nov 29, 2009 5:26 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Waitrun y Timer
- Replies: 13
- Views: 4483
Re: Waitrun y Timer
... msgrun.prg
Antonio, muchas gracias. He revisado el código de la siguiente manera:
static function fTimer( cMsg, bAction, nInterval )
local oDlg, oProg, oTmr
DEFINE DIALOG oDlg TITLE cMsg
@ 2, 3 PROGRESS oProg POSITION 0 SIZE 120, 10
oDlg:bStart = { || WaitRun(bAction, 0), oDlg:End ...
Antonio, muchas gracias. He revisado el código de la siguiente manera:
static function fTimer( cMsg, bAction, nInterval )
local oDlg, oProg, oTmr
DEFINE DIALOG oDlg TITLE cMsg
@ 2, 3 PROGRESS oProg POSITION 0 SIZE 120, 10
oDlg:bStart = { || WaitRun(bAction, 0), oDlg:End ...
- Sun Nov 29, 2009 8:21 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Waitrun y Timer
- Replies: 13
- Views: 4483
Waitrun y Timer
... lo consigo. He puesto en el ON INIT un codeblock, pero no marcha.
Este es el código de la función:
static function fTimer( cFile )
local oDlg, oProg, oTmr
DEFINE DIALOG oDlg TITLE "Conexión dispositivo"
@ 1, 3 PROGRESS oProg POSITION 0 SIZE 120, 10
@ 2.5, 10 BUTTON "Conectar" ACTION (WaitRun ...
Este es el código de la función:
static function fTimer( cFile )
local oDlg, oProg, oTmr
DEFINE DIALOG oDlg TITLE "Conexión dispositivo"
@ 1, 3 PROGRESS oProg POSITION 0 SIZE 120, 10
@ 2.5, 10 BUTTON "Conectar" ACTION (WaitRun ...
- Wed Nov 19, 2008 7:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Download internet file without interference
- Replies: 31
- Views: 9947
- Wed Nov 19, 2008 4:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Download internet file without interference
- Replies: 31
- Views: 9947
- Fri Sep 05, 2008 11:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help : Progress Bar reaches end at 33%
- Replies: 19
- Views: 4958
- Thu Sep 04, 2008 7:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help : Progress Bar reaches end at 33%
- Replies: 19
- Views: 4958
- Fri Oct 05, 2007 6:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: TProgress em Statusbar
- Replies: 3
- Views: 1193
- Sat Apr 15, 2006 1:24 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Antonio,error al compilar ej. de progress
- Replies: 7
- Views: 1548
Antonio,error al compilar ej. de progress
... sistema\progres.prg(9) Error E0030 Syntax error: "parse error at '@'"
este es el ejemplo :
#include "fivewin.ch"
function Mainp()
local oDlg, oProg, nValue := 30, oProg2, nValue2 := 20
DEFINE DIALOG oDlg resource "ODLG_browali" TITLE "Progress Bars"
linea 9 @ 1, 1 PROGRESS oProg POSITION ...
este es el ejemplo :
#include "fivewin.ch"
function Mainp()
local oDlg, oProg, nValue := 30, oProg2, nValue2 := 20
DEFINE DIALOG oDlg resource "ODLG_browali" TITLE "Progress Bars"
linea 9 @ 1, 1 PROGRESS oProg POSITION ...