Search found 544 matches: quit

Return to advanced search

Alex,

Pruébalo así:

winexec('NXTAlma.exe')
PostQuitMessage(0)
SysRefresh()
__Quit()
return
by Antonio Linares
Sun May 13, 2007 8:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Terminar proceso no funciona !!!
Replies: 3
Views: 935

Terminar proceso no funciona !!!

que tal pues ya lei los otros topics al respecto de terminar un proceso y me funciona lo del: winexec('NXTAlma.exe') PostQuitMessage(0) __Quit() pero estoy utilizando la clase FTP e Internet y cuando las pongo en mi programa esto ya no funciona solicito su ayuda por favor gracias, les dejo mi progra...
by alex_cyr
Fri May 11, 2007 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Terminar proceso no funciona !!!
Replies: 3
Views: 935

... ) LOCAL oMenu1 MENU oMenu1 MENUITEM "&Find ..." // ; * ACTION ( _DocFind( oRS ), ; * oBRW:Refresh() ) ; * MESSAGE "Find a Site" MENUITEM "&Quit" ; ACTION oWnd1:END() ENDMENU RETURN( oMenu1 ) //------------------------------- STATIC FUNCTION SKIPPER( oRsx, nSkip ) LOCAL nRec := oRsx:AbsolutePosition ...
by Rick Lipkin
Thu May 03, 2007 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO enhansed TwBrowse ?
Replies: 13
Views: 4591

Cambiar el tipo de servidor con ADS

... al Sevidor AIS de ATISA", {"OK"} ) ELSE Alert( "Se ha rechazado la conexión al servidor AIS de Atisa, por favor intente mas tarde", "AIS Error" ) QUIT ENDIF AdsSetServerType(4) //SET SERVER AIS AdsSetFileType(2) #define DIR_APGRA 'C:\APGRA\' #define DIR_INCI "X:\inciden\" c:= DIR_INCI+"Incidenc.Dbf" ...
by Carlos Mora
Thu May 03, 2007 10:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el tipo de servidor con ADS
Replies: 10
Views: 2866

... LOCAL oInbox := oNameSpace:GetDefaultFolder( olFolderInbox ) LOCAL i FOR i = 1 TO oInbox:Items:Count ? oInbox:Items[ i ]:Body ? NEXT oOutlook:Quit() INKEY( 0 ) return nil ****************** con FWH24 e mi fa partire intanto il Microsoft Outlook (ma io i messaggi ce l'ho in OutLook Express) ...
by Romeo
Thu Apr 19, 2007 8:57 am
 
Forum: All products support
Topic: Come beccare i messaggi da un file DBX di Outlook Express
Replies: 16
Views: 5599

MC1000

... := 0 , oContador PRIVATE nContador2 := 0 , oContador2 PRIVATE cCurDir := curdir() PRIVATE aTemp_file := {} IF StillRun("Toma-Facil++ V1.0") Quit ENDIF if ! file( cCurDir+"INVENTA.DBF") aadd( aTemp_file , { "BARCODE","C",13,0} ) aadd( aTemp_file , { "INVENTARIO" ,"N",08,0} ) aadd( aTemp_file ...
by ramirezosvaldo
Mon Mar 26, 2007 5:26 pm
 
Forum: FiveWin para Pocket PC
Topic: MC1000
Replies: 8
Views: 4112

... cert SKIP ENDDO oSheet:Columns( "A:L" ):AutoFit() * oExcel:Visible = .T. ferase( cDEFA+"\CERT.XLS" ) oSheet:SaveAs( cDEFA+"\CERT.XLS" ) oExcel:Quit() close databases quit
by Rick Lipkin
Mon Mar 26, 2007 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf to Xls
Replies: 32
Views: 11964

... pClipBoard:close() oExcel:oSheet:Cells( nStart, 1 ):Select() oExcel:oSheet:paste() nStart := nCounter cMemo := '' endif enddo close databases quit return( nil )
by Rick Lipkin
Fri Mar 23, 2007 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf to Xls
Replies: 32
Views: 11964

... "00/00/00", cert->init_date) nRow++ @ 10,10 say str(Nrow)+" "+cert->name select cert SKIP ENDDO * oExcel:Visible = .T. close databases quit
by Rick Lipkin
Fri Mar 23, 2007 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf to Xls
Replies: 32
Views: 11964

Por fin pude poner el combobox en la toolbar :)

... and height of bitmaps oImgList3:AddMasked( TBitmap():Define( "internet",, oWnd ), nRGB( 255, 0, 255 ) ) oImgList3:AddMasked( TBitmap():Define( "quit",, oWnd ), nRGB( 255, 0, 255 ) ) // Now we create the rebar oReBar = TReBar():New( oWnd ) // Now we create the toolbars and add the buttons oToolBar1 ...
by AIDA
Sun Mar 04, 2007 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por fin pude poner el combobox en la toolbar :)
Replies: 0
Views: 777

Help!! ayuda!! no me queda bien un combobox en un ToolBar

... and height of bitmaps oImgList3:AddMasked( TBitmap():Define( "internet",, oWnd ), nRGB( 255, 0, 255 ) ) oImgList3:AddMasked( TBitmap():Define( "quit",, oWnd ), nRGB( 255, 0, 255 ) ) // Now we create the rebar oReBar = TReBar():New( oWnd ) // Now we create the toolbars and add the buttons oToolBar1 ...
by AIDA
Thu Mar 01, 2007 4:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Help!! ayuda!! no me queda bien un combobox en un ToolBar
Replies: 0
Views: 635

ya casi funciona

... ), nRGB( 255, 0, 255 ) ) oImgList2:AddMasked( TBitmap():Define( "keys",, oWnd ), nRGB( 255, 0, 255 ) ) oImgList2:AddMasked( TBitmap():Define( "quit",, oWnd ), nRGB( 255, 0, 255 ) ) DEFINE STATUSBAR OF oWnd PROMPT "Programacion Aida 2007" @ 2,27 SENSITIVE SAY oSay PROMPT "Buscar Poliza : " OF ...
by AIDA
Mon Feb 26, 2007 1:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PONER UN COMBOBOX EN UN TOOLBAR COMO LE HAGO?
Replies: 4
Views: 1796

HOLA

... ), nRGB( 255, 0, 255 ) ) oImgList2:AddMasked( TBitmap():Define( "keys",, oWnd ), nRGB( 255, 0, 255 ) ) oImgList2:AddMasked( TBitmap():Define( "quit",, oWnd ), nRGB( 255, 0, 255 ) ) // Now we create the rebar oReBar = TReBar():New( oWnd ) // Now we create the toolbars and add the buttons oToolBar1 ...
by AIDA
Sun Feb 25, 2007 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PONER UN COMBOBOX EN UN TOOLBAR COMO LE HAGO?
Replies: 4
Views: 1796

solved! it seems as the socket catches two messages at a time I don't know why there is this different behavior among the two PC's but now it works I put the follwing modifications in the TSMTP class, OnRead() method Case ::nStatus == ST_AUTH0 If SubStr( cData, 1, 3 ) == "250" // add: Roberto Chiaie...
by chiaiese
Fri Feb 23, 2007 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP session aborting
Replies: 9
Views: 3037

Position of a TBButton

... oBtnS:nLeft:=oBar:nWidth-45 oBar:bResized:={||oBtnS:nLeft:=oBar:nWidth-45} in order to put the button QUIT at the right corner of the button bar. How can I do this with TBButton? Regards,
by Kleyber
Wed Feb 21, 2007 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position of a TBButton
Replies: 1
Views: 678
PreviousNext

Return to advanced search

cron