Search found 39 matches: abort

Return to advanced search

Re: FWH 13.04 / xHarbour Commercial

... was open, and the operator left the computer alone for 8 or more minutes, the display locked up and could not be restarted. It was necessary to abort and restart the program. 2) Dialogs would suddenly "wash out", which means button bars would disappear, parts of the dialog would become ...
by TimStone
Mon Jul 01, 2013 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.04 / xHarbour Commercial
Replies: 28
Views: 7413

Re: Exit Error : 13.04 OLE

... ) Here is the end method: METHOD End() CLASS MpCal oDtPick:oOleAuto := nil oCalex:oOleAuto := nil RETURN .t. This will cause the whole program to abort when I try to close the MDI window with the calendar on it. IF I change the values to ::oDtPick:oOleAuto, and oCalex:oOleAuto then the window ...
by TimStone
Fri May 17, 2013 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exit Error : 13.04 OLE
Replies: 26
Views: 4496

Re: Saber Metodos de un CREATEOBJECT

... url() STDCALL dispatch PROPERTYGET VARIANT_BOOL async() STDCALL dispatch PROPERTYPUT void async( [in] VARIANT_BOOL ) STDCALL dispatch FUNC void abort() STDCALL dispatch FUNC VARIANT_BOOL loadXML( [in] BSTR ) STDCALL dispatch FUNC void save( [in] VARIANT ) STDCALL dispatch PROPERTYGET VARIANT_BOOL ...
by Antonio Linares
Mon May 13, 2013 5:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32247

Re: FWh SQLITE

... /* Internal logic error in SQLite */ #define SQLITE_PERM 3 /* Access permission denied */ #define SQLITE_ABORT 4 /* Callback routine requested an abort */ #define SQLITE_BUSY 5 /* The database file is locked */ #define SQLITE_LOCKED 6 /* A table in the database is locked */ #define SQLITE_NOMEM ...
by softruz
Mon Jan 14, 2013 11:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWh SQLITE
Replies: 3
Views: 1321

Re: create group on report class

... oGrp3:= TRGroup:New({|| tmp->cuenta }, {|| tmp->cuenta+" "+aconcue->descrip}, {|| "Subtotal" }, , , oRpt) // Abort TRGroup does not exist oRpt:Stabilize() Return Nil
by artu01
Thu Aug 11, 2011 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create group on report class
Replies: 3
Views: 743

Re: Buscar texto en un fichero

... flocate que era estupenda. La última versión 6 NO la tiene . Su descripción: Name: flocate() - locate text in a text file _xkey() - specify no abort in flocate() _xkeyval() - specify key that aborts flocate() Usage: [<integer>] = flocate(<handle>,<string>,[<case>]) [<logical>] ...
by JmGarcia
Wed Nov 24, 2010 8:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6275

Re: New FWH 10.4

... regret BRW and i am sure i am not the only one... Now i have to try and find out what is different in the resource that cause bcc 5.8 to abort and not bcc 5.5.1 ...
by Richard Chidiak
Fri Apr 30, 2010 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.4
Replies: 61
Views: 15032

Re: C++ -> Fivewin

The program abort when I call de dll with the parameter as ptr. Ptr because I need to receive the var send by reference...
by sambomb
Sat Apr 17, 2010 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C++ -> Fivewin
Replies: 3
Views: 740

First FWPPC App - Help :-)

... COLOR RGB(0,0,0),RGB(230,225,172) STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION) of oMainWnd @ 8,10 BUTTON oBtn1Stop PROMPT "ABORT" SIZE 50,25 of oDlg1 FONT oFontSmall Action (lLoop:=.f., oDlg1:End()) @ 5,1 say oSay1 VAR alltrim(cSat)+" sat " SIZE 360,50 FONT ...
by Jeff Barnes
Wed Jan 07, 2009 1:45 pm
 
Forum: FiveWin for Pocket PC
Topic: First FWPPC App - Help :-)
Replies: 31
Views: 5329

MicroSoft Flight Simulator and FSUIPC

... otherwise BOOL FSUIPC_Open(DWORD dwFSReq, DWORD *pdwResult) { char szName[MAX_PATH]; static int nTry = 0; BOOL fWideFS = FALSE; int i = 0; // abort if already started if (m_pView) { *pdwResult = FSUIPC_ERR_OPEN; return FALSE; } // Clear version information, so know when connected FSUIPC_Version ...
by alvaro533
Wed Dec 17, 2008 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MicroSoft Flight Simulator and FSUIPC
Replies: 1
Views: 1144

MicroSoft Flight Simulator y FSUIPC

... otherwise BOOL FSUIPC_Open(DWORD dwFSReq, DWORD *pdwResult) { char szName[MAX_PATH]; static int nTry = 0; BOOL fWideFS = FALSE; int i = 0; // abort if already started if (m_pView) { *pdwResult = FSUIPC_ERR_OPEN; return FALSE; } // Clear version information, so know when connected FSUIPC_Version ...
by alvaro533
Wed Dec 17, 2008 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MicroSoft Flight Simulator y FSUIPC
Replies: 1
Views: 1436

... comments like: >Professionally written production code is bug free, so there is no need for asserts. >An assert firing causes the program to abort, which may not be permissible, may cause data loss, and looks unprofessional to the customer. Really surprised me. That is just ignoring that ...
by James Bott
Thu Sep 04, 2008 1:44 pm
 
Forum: Off Topic / Otros temas
Topic: Assertions in Production Code?
Replies: 3
Views: 946

Dúda: És posible esto en FIVEWIN ahora ó en el futuro??

... #DEFINE MB_OK 0 && OK button only #DEFINE MB_OKCANCEL 1 && OK and Cancel buttons #DEFINE MB_ABORTRETRYIGNORE 2 && Abort, Retry, and Ignore buttons #DEFINE MB_YESNOCANCEL 3 && Yes, No, and Cancel buttons #DEFINE MB_YESNO 4 && Yes and No buttons #DEFINE ...
by karinha
Wed Jun 11, 2008 1:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dúda: És posible esto en FIVEWIN ahora ó en el futuro??
Replies: 2
Views: 2157

About end of file (txt)

Hello

Look that code please

Resp := LOpen("TEXTO.TXT",0)
Do While .t.
Resp1 := cFReadLine(Resp)

========> why i can test end of file to abort this while?

Loop
Enddo

Thanks
Wanderson.
by Wanderson
Mon May 26, 2008 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About end of file (txt)
Replies: 3
Views: 793

Moises, I found these in my notes (for MAPI). It may help. James ----------------------- If you specify a TO and the parameter is blank and you are using the FROM USER clause, the message compose box will not appear. Likewise if the filename is invalid or not found. It is best to use an error trap: ...
by James Bott
Mon May 19, 2008 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with email
Replies: 20
Views: 3591
PreviousNext

Return to advanced search