Search found 544 matches: quit

Return to advanced search

Re: Timeout to close App

hi, i like to build 2 Level Timeout 1st. Level is from DIalog into Screen Save while close DBF when TIMEOUT 2nd. Level is from Screen Saver to Quit App when TIMEOUT but when press any or MOVE Mouse within 2nd Level i want to Return into 1st Level Dialog 1st. Level already work perfect, but i ...
by Jimmy
Thu Aug 08, 2024 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timeout to close App
Replies: 16
Views: 2851

Re: Ayuda con DLL

... Private IPCem IF !VerSiExe() DBCLOSEALL() QUIT ENDIF SalgoSN:=.f. FOR Q=1 TO 10 NroVta[Q]:=0 FecVta[Q]:=CTOD(" / / ") HorVta[Q]:=" : : " SurVta[Q]:=" " PicVta[Q]:=0 ...
by Jorge Jaurena
Tue Jun 04, 2024 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 567

Re: MQTT xHarbour

... ? "MQTTClient_setCallbacks", nResult Vt_Aviso("Erro ao criar modo multithread. " + lZA_Zero( nResult, 10, .F. ) ,.T.) quit Return( Nil ) Endif cTopicLen := "cTopicLen" nResult := DllCall( MQTTLIB, DLL_OSAPI, "MQTTClient_receive", nHandle, cClientID, ...
by lzanardo
Thu May 23, 2024 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MQTT xHarbour
Replies: 7
Views: 1083

Error Fwh 24.02 con XBROWSE

... cuadro resumen de valorizaciones", "Consultas" } ; ACTION CuadroValoriza() DEFINE BUTTON OF oBar ; FILE op:bmp32+"quit.bmp" TOP ; PROMPT "&Salir" ; GROUP LABEL "SALIR" ; ACTION (oQry:End(),oWnd:End()); TOOLTIP { "Cerrar Ventana", ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 489

Re: Does anyone have an Envelope Printing module ?

Gentleman I have a customer that had a contact database in SAGE and SAGE has quit supporting their Contact info of products. I was fortunant enough to export my Customers data into an Excel file which I imported into MS Access. I have all the usual fields like ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 1818

Re: Problem with FiveWin and PDF995 on Windows 11.

... nil When I run this the second time I get: Error description: Error BASE/1005 Message not found: FWPDF:_LUSEHARUPDF Args: [ 1] = O FWPDF If I quit my program and restart I can print it once again. Am I not resetting something that may cause this problem. Thanks,
by byron.hopp
Tue Feb 13, 2024 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 3421

MEMO problem?

... problem. when My customer press some key( forgot ) and appear this below Memo field 2 green box The text description and direction are reversed. QUIT my application and restart my application Back to normal This is old FWH version. https://i.postimg.cc/FsvmMR3t/S-11665411.jpg
by richard-service
Thu Oct 26, 2023 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO problem?
Replies: 3
Views: 408

Re: App Termination and Relaunch.

Dear Byron,

You may try:

ShellExecute( 0, "open", "yourapp.exe" )
__Quit()
by Antonio Linares
Fri Oct 06, 2023 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 668

Consulta sobre falla de programa.... (RESUELTO)

... indicando que el programa falló. Cuando se produce un fallo en mi programa, como se queda en la ventanita esperando que indique si grabo o "QUIT" ni recibo aviso de que falló, ni se puede volver a ejecutar en la siguiente hora porque está en ejecución aún. Mi pregunta es si se puede ...
by jose_murugosa
Fri Sep 22, 2023 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre falla de programa.... (RESUELTO)
Replies: 3
Views: 643

Re: Set a specific starting function

... the following code at the end the INIT function: IF TYPE( "MAIN()" ) = "UI"    MAIN()    QUITENDIF Works fine for me. I would only like to know your thoughts about it. If there is not a public function called MAIN the code behavior is the ...
by Enrico Maria Giordano
Sun Aug 06, 2023 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 1466

Re: Lost connection to MySQL server during query

... con el servidor...",cTitulo,3) lRta:=MEMVAR->oConex:Ping() IF !lRta MsgWait("Se desconecto el servidor!","Error",3) QUIT ENDIF ENDIF ENDIF RETURN NIL Another important observation verifies that the computer constantly disconnects, is with a trusted antivirus and fully ...
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: 14730

Re: Small Question about Word and FWH

Dear Michel,

> would it be difficult to create a same function for other applications or files (Word- or Excel-documents)?

You simply apply the same logic:

if there is only one FWH app running then you can quit it, if not, you don't
by Antonio Linares
Mon Jul 17, 2023 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 2189

Re: Small Question about Word and FWH

Dear Michel,

If you don't call cWord:Quit() does Word remain opened ?

So you can only call cWord:Quit() if there no more FWH apps using it

is that correct ? thanks

Are you using Borland or MSVC32 ?
by Antonio Linares
Mon Jul 17, 2023 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 2189

Re: Small Question about Word and FWH

Yes.

If app 1 is closed, its Word niets to quit, but the word of app 2 can’t nr closed
by driessen
Mon Jul 17, 2023 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 2189

Re: Small Question about Word and FWH

Is there any specific reason why you need to call cWord:Quit() ?
by Antonio Linares
Mon Jul 17, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 2189
Next

Return to advanced search