Search found 541 matches: quit

Return to advanced search

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: 96

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: 575

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: 1218

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: 293

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: 396

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: 339

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: 858

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: 12383

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: 1150

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: 1150

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: 1150

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: 1150

Re: Small Question about Word and FWH

I'm very sorry, Antonio, but all of this goes far beyond my knowledge. This is the source right now: STATIC PROCEDURE WordQuit   cWord:Quit()RETURN Is it possible for you to adapt it so that Word-documents from other applications which are still opened, changed and unchanged, ...
by driessen
Mon Jul 17, 2023 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1150

Re: Small Question about Word and FWH

... open or not. Set the flag to true when a document is opened in jWord and false when the document is closed. In Application 2, before calling cWord:Quit(), you can use inter-process communication to check the state of the document in jWord. Here's a general outline of the steps involved: a. Use ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1150

Re: Small Question about Word and FWH

... 2 creates the object cWord. The Word-objects are both created by "WinOle()". If I close Application 2, I perform a "cWord:Quit()". Then Word (cWord) is closed, but also Word (jWord) is closed. If in jWord no document is opened, that is no problem.But in case a document ...
by driessen
Mon Jul 17, 2023 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1150
Next

Return to advanced search