Search found 542 matches: quit

Return to advanced search

Re: Programa Oculto

... 0, "Finder 1.0") IF hWnd != 0 ShowWindow( hWnd, 1 ) MsgAlert("Ya esta corriendo la aplicacion","Advertencia") QUIT ENDIF PRINTER oPrn to "CFDPRINTER" DEFINE WINDOW oWnd FROM 1, 1 TO 10, 30 ; TITLE "Finder 1.0" ; COLOR "B/W" ICON ...
by servicomver
Mon Jul 29, 2019 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Programa Oculto
Replies: 4
Views: 997

Re: Opened two window : can I avoid opening the same window?

Disable / enable the window action-button on dialog quit :?: how do I prevent it from reopening another window and going to reopen the previously opened window? the Main window cannot be MDI because I use dialog nowait ( tfsdi) http://www.pflegeplus.com/IMAGES/planer.jpg ...
by ukoenig
Wed Jul 10, 2019 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opened two window : can I avoid opening the same window?
Replies: 3
Views: 507

Re: Descargar y actualizar un EXE

Les comparto como lo hago yo, este método lo he usado desde hace varios años y nunca me ha dado problemas, independientemente de las versiones de windows en las que se ejecute (funciona desde windows 98 hasta windows 10). Básicamente necesitas dos ejecutables, un ejecutable que es tu aplicación prin...
by mariordz
Thu Apr 04, 2019 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descargar y actualizar un EXE
Replies: 5
Views: 1737

Re: Descargar y actualizar un EXE

... proceso?","Confirme" ) Return NIL EndIf ShellExecute( 0, , "actualiza.exe", , NIL, 3 ) oVentPrin:bValid := { || NIL } PostQuitMessage( 0 ) Quit Return NIL Y este es el código del programita que hace la actualización del ejecutable y lo lanza de nuevo: FUNCTION Actualiza() ...
by EBM
Thu Mar 28, 2019 1:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descargar y actualizar un EXE
Replies: 5
Views: 1737

Re: Descargar y actualizar un EXE

... al arrancar el aplicacion.exe, justo al entrar, localiza que ejecutable aplicacion_*.exe es más reciente y lanzalo, cerrando al llamador con un Quit y 3 - al entrar con este ejecutable renombrado intenta: a) Borrar ejecutables renombrados antiguos b) COPY FILE aplicacion_27032019_160200.exe ...
by hmpaquito
Wed Mar 27, 2019 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descargar y actualizar un EXE
Replies: 5
Views: 1737

Re: Import Chinese Characters from XLS

... Insert Error" + cEol + cSqlIns + cEol + oError:Description, cTitle ) //lSql := .F. nError++ END ENDIF ENDIF Sysrefresh() NEXT nX1 oExcel:Quit() MsgAlert( cModule + ' Complete.' + cEol + LTRIM(TRANSF(nAdded,'999,999,999')) + ' records added out of ' + LTRIM(TRANSF(nTotRec,'999,999,999')) ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 989

Problem with TrayIcon

When exit program loaded in Tray the icon does not disappear. Program quit but, the icon on Tray, only disappear when I mouse over. can anyone give me a hint of what to do to remove the Tray icon when I close the program? I create the icon in Tray da with the ...
by shark
Fri Feb 15, 2019 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TrayIcon
Replies: 5
Views: 889

errorsysw.prg

... file name, but can't seem to find a way to pull it out in this situation. Note the commented line in the code. That forces the error program to quit without displaying anything. Any suggestions will be greatly appreciated.
by TimStone
Tue Jan 29, 2019 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: errorsysw.prg
Replies: 2
Views: 805

Re: FWH 18.08: Enhancements to strings.prg

... > 0 * aLanguages := { ; * i18n( "International" ), ; * i18n( "Italian" ), ; * i18n( "French" ), ; * i18n( "Quit" ) } * * CLEAR SCREEN * @2,10 SAY i18n( "X H A R B O U R - Internationalization test " ) * @4,10 SAY i18n( "Current language: ...
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: 5504

Re: Clear Memory

... is intended to indicate what the application programmer did not release. That is all its purpose. Exactly... how to free these resources without quit the EXE ???
by shark
Fri Aug 10, 2018 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clear Memory
Replies: 10
Views: 1394

Excel SaveAs not working

... ) + DTOS(DATE()) + LEFT(TIME(),2)+SUBSTR(TIME(),4,2)+RIGHT(TIME(),2) + ".XLSX" oBook:SaveAs( cRoot + cCsvname ) oExcel:Quit()
by cdmmaui
Thu Jul 05, 2018 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel SaveAs not working
Replies: 2
Views: 917

SELECT ..... FOR UPDATE? How to check it?

... 1. Program will freeze until the first lock is :end() 2. Lock Column (flag) is not certain correct. Because, if the user which for FOR UPDATE quit. The column flag still "lock" status. What is the solution like Rlock()? Regards, Dutch
by dutch
Mon Jul 02, 2018 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SELECT ..... FOR UPDATE? How to check it?
Replies: 0
Views: 409

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

... arroja el error siguiente: [list=]G:\hb32>hbmk2 g:\hb32\tests\hello.prg -compiler=mingw64 Error BASE/1068 Error de argumento: acceso al array (Quit) Error BASE/1068 Error de argumento: acceso al array Called from PARAMTOSTRING(0) Called from LEGACYWARNING(0) Called from __HBMK(0) Called from ...
by Verhoven
Sat Jun 02, 2018 9:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2036

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

He instalado MinGW para 63 bits, versión: \mingw-w64\x86_64-8.1.0-posix-sjlj-rt_v6-rev0 Y utilizo para compilar el siguiente BAT: cls@set HB_INSTALL=C:\harbour64%HB_INSTALL%\bin\harbour %1.prg -n -i%HB_INSTALL%\include -iC:\MinGW-64\mingw32\i686-w64-mingw32\include  gcc -Wall -o%1.exe %1.c -I%H...
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: 2036

Listbox strange problem

... ) // Application call... IF PCOUNT()<2 MsgAlert( "Application Call not valid", PA[04] ) RETURN nil ENDIF // Index... IF ! NdxChk() QUIT ENDIF // Init... cLb1 := IF( "APEXASIA" $ Pmod, 'Lot No.', 'File' ) // Init... _UserSec( cUid, "BKG", aSecurity, @PA[45] ) ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 741
PreviousNext

Return to advanced search