Search found 542 matches: quit

Return to advanced search

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

Re: Mark field as required

What he want is quit good and should be a thing inside FWH. It simple give a visual look (red stars) that these fields are needed.

Image
by Marc Venken
Thu Jul 06, 2023 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1812

Re: oWord:CentimetersToPoints() en xHarbour

...  // Display the result   MsgInfo("2 centimeters = " + Str(nPts) + " points")   // Quit Word   oWord:Quit()RETURN We create a Word application object `oWord` using the `New` method of the `WinWordObj` class, and call the `CentimetersToPoints` ...
by Jimmy
Sun Apr 23, 2023 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: oWord:CentimetersToPoints() en xHarbour
Replies: 12
Views: 768

Problem with OLE and Microsoft Word

Hello, I did this test: oWord := TOleAuto():New("Word.Application")oWord:Quit()oWord:= NILoWord := TOleAuto():New("Word.Application")oWord:Quit()oWord:= NILoWord := TOleAuto():New("Word.Application")oWord:Quit()oWord:= ...
by driessen
Fri Apr 07, 2023 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with OLE and Microsoft Word
Replies: 6
Views: 524

New Class Tmessage

I made a new class Tmessage, show a small message quit fading

Image


Sources Sent to fwteam today.
by Silvio.Falconi
Wed Mar 22, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class Tmessage
Replies: 0
Views: 204

Re: Detect any activity of a window?

Buen día. Puedes usar la función indicada por Leandro, solo modifícala para que "suelte" la ventana o diálogo. En lugar de usar QUIT, use RETURN NIL, o "mate" todo el sistema y reinícielo con .BAT. Tu imaginación es el limite. Prueba y mira con tus propios ojos por favor. ...
by karinha
Wed Dec 14, 2022 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detect any activity of a window?
Replies: 4
Views: 407

Re: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?

... [vcvarsall.bat] Environment initialized for: 'x64' Error BASE/1126 Argument error: STRTRAN (Quit) Error BASE/1126 Argument error: STRTRAN Called from STRTRAN(0) Called from __HBMK(0) Called from HBMK_LOCAL_ENTRY(0) Called from __HBMK_FAKE_ENTRY(0) ...
by Jimmy
Wed Nov 16, 2022 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?
Replies: 14
Views: 900

Re: OLE with Excel.

hi, i´m not sure how under FiveWin but it is recommend to o:Destroy() -> o:End() an ActiveX "Connection" and NIL it o:Quit() is like close Firefox but still have Internet "Connection" No, it is not. Quit() method is enough to ensure your instance of Excel is completely ...
by Enrico Maria Giordano
Wed Oct 19, 2022 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 433

Re: Error compiling libs

Hi Antonio,
thanks for your quickly answer .
I confirm you that application always QUIT .

Bye
by giuliano
Wed Oct 19, 2022 6:04 am
 
Forum: mod_harbour
Topic: Error compiling libs
Replies: 2
Views: 398

Re: OLE with Excel.

hi,

i´m not sure how under FiveWin but it is recommend to o:Destroy() -> o:End() an ActiveX "Connection" and NIL it

o:Quit() is like close Firefox but still have Internet "Connection"
by Jimmy
Tue Oct 18, 2022 10:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 433

Re: OLE with Excel.

oExcel:Quit() is enough.
by Enrico Maria Giordano
Tue Oct 18, 2022 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 433

Re: Error compiling libs

Dear Giuliano,

That code is for mod_harbour CGI version only, so we need to find a way to use it just when it is working as a CGI
What error do you get ? Is QUIT always been called ?

We are going to find a way to fix it

many thanks for your feedback
by Antonio Linares
Tue Oct 18, 2022 6:27 pm
 
Forum: mod_harbour
Topic: Error compiling libs
Replies: 2
Views: 398

Error compiling libs

... Software 2012-2022" ) QOut( "www.fivetechsoft.com" ) QOut( "https://github.com/FiveTechSoft/mod_harbour" ) QOut() QUIT endif If i comment these lines everything works perfectly . Bye Thanks in advance
by giuliano
Tue Oct 18, 2022 3:14 pm
 
Forum: mod_harbour
Topic: Error compiling libs
Replies: 2
Views: 398

Re: Corrector ortográfico

... oTexto := oWord:Selection() oTexto:Text := Texto oDoc:CheckSpelling() cText := oTexto:Text oDoc:Close(0) oWord:Quit() oTexto:=NIL oDoc:=NIL oWord:=NIL cText:=StrTran(cText,Chr(13),Chr(13)+Chr(10)) // No recuerdo por qué puse esta linea If !Empty(cText) // si ...
by jpcavagnaro
Fri Aug 19, 2022 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Corrector ortográfico
Replies: 3
Views: 336

Re: CLASS fwTVCL for IP-TV

... is the first time that I see this hbmk2.exe error: [vcvarsall.bat] Environment initialized for: 'x64' Error BASE/1126 Argument error: STRTRAN (Quit) Error BASE/1126 Argument error: STRTRAN Called from STRTRAN(0) Called from __HBMK(0) Called from HBMK_LOCAL_ENTRY(0) Called from __HBMK_FAKE_ENTRY(0) ...
by Antonio Linares
Wed Aug 03, 2022 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 772
PreviousNext

Return to advanced search