Search found 543 matches: quit

Return to advanced search

Problem with application terminating

... cMsg += "MO: " + cMon + cEol cMsg += "DY: " + cDay + cEol cMsg += "TM: " + cTime + cEol //IF MsgNoYes( cMsg ) // DbCloseAll() // oWnd[01]:End() // QUIT //ENDIF // Init... cEname := _Event( cEvent ) dDate := CTOD( cMon + "/" + cDay + "/" + cYear ) SELECT impctnr SET ORDER TO TAG S1 GO TOP SEEK '001' ...
by cdmmaui
Fri Oct 28, 2005 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with application terminating
Replies: 1
Views: 1947

Para Antonio Linhares (comm.c , BuildCommDCB, SetCommState)

... ... sua rotina if nPortA > 0 // COMM aberta CloseComm( nPortA ) endif if nPortB > 0 // COMM aberta CloseComm( nPortB ) endif ... sua rotina QUIT */ //////////////////////////////////////////////// // InitComm( c_Porta_Comm, cProperties ) //Ex: InitiComm( "COM1", "4800,n,8,1" ) //////////////////////////////////////////////// ...
by Gilson Lopes
Fri Oct 21, 2005 3:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linhares (comm.c , BuildCommDCB, SetCommState)
Replies: 0
Views: 2027

Re: OLE

Try to not showing Word:

oWord = CREATEOBJECT( "Word.Application" )

// your code here

oWord:Quit()

EMG
by Enrico Maria Giordano
Wed Oct 12, 2005 9:01 am
 
Forum: FiveWin for CA-Clipper
Topic: OLE
Replies: 10
Views: 3876
Previous

Return to advanced search