TProgressDlg
Publicado: Mié Feb 03, 2010 3:36 pm
Estimados Xailer-Gurús, mucho les agradecería si me pudieran orientar.
Porque la ventana de TProgressDlg despliega el botón "Cancelar" si se le
está indicando que no lo haga?
Porque la ventana de TProgressDlg tarda en desplegarse, sin cumplir su
cometido de mostrar el avance del proceso desde el principio?
Porque la ventana de TprogressDlg ya no despliega la animación AVI en
Windows 7?
WITH OBJECT TProgressDlg()
:cTitle := l_cTitulo
:lNoMinimize := .T.
:lNoCancel := .T.
:lNoTime := .T.
:lCenter := .T.
:nMax := 100
:lModal := .F.
:nCommonAVI := aviCOPYLILES
:Execute()
:cText := 'Procesando...'
Reo_Abo()
:nValue := (1/10)*:nMax
Reo_Age()
:nValue := (2/10)*:nMax
Reo_Art()
:nValue := (3/10)*:nMax
Reo_Caj()
:nValue := (4/10)*:nMax
Reo_Cbr()
:nValue := (5/10)*:nMax
Reo_Cte()
:nValue := (6/10)*:nMax
Reo_Chq()
:nValue := (7/10)*:nMax
Reo_Fct()
:nValue := (8/10)*:nMax
Reo_Ncr()
:nValue := (9/10)*:nMax
Reo_Nvt()
:nValue := (10/10)*:nMax
Reo_Rms()
:Stop()
END WITH
Saludos
Alex
Porque la ventana de TProgressDlg despliega el botón "Cancelar" si se le
está indicando que no lo haga?
Porque la ventana de TProgressDlg tarda en desplegarse, sin cumplir su
cometido de mostrar el avance del proceso desde el principio?
Porque la ventana de TprogressDlg ya no despliega la animación AVI en
Windows 7?
WITH OBJECT TProgressDlg()
:cTitle := l_cTitulo
:lNoMinimize := .T.
:lNoCancel := .T.
:lNoTime := .T.
:lCenter := .T.
:nMax := 100
:lModal := .F.
:nCommonAVI := aviCOPYLILES
:Execute()
:cText := 'Procesando...'
Reo_Abo()
:nValue := (1/10)*:nMax
Reo_Age()
:nValue := (2/10)*:nMax
Reo_Art()
:nValue := (3/10)*:nMax
Reo_Caj()
:nValue := (4/10)*:nMax
Reo_Cbr()
:nValue := (5/10)*:nMax
Reo_Cte()
:nValue := (6/10)*:nMax
Reo_Chq()
:nValue := (7/10)*:nMax
Reo_Fct()
:nValue := (8/10)*:nMax
Reo_Ncr()
:nValue := (9/10)*:nMax
Reo_Nvt()
:nValue := (10/10)*:nMax
Reo_Rms()
:Stop()
END WITH
Saludos
Alex