Search found 17 matches: terminating

Return to advanced search

Re: App Termination and Relaunch.

... procedures before termination, you should implement those in your application code or a separate script that the batch file can call before terminating the application.
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 391

Re: App Termination and Relaunch.

... C/C++), or use the appropriate method in your programming language to gracefully terminate your application. 2. Relaunch the Application: After terminating the current instance, you can use one of the following methods to relaunch your application: a. `ShellExecute`: ```cpp #include <Windows.h> ...
by Antonio Linares
Fri Oct 06, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 391

Re: OLE with Excel.

Just pop this into any app that has a menu so you can call it multiple times without terminating the app. Function McsExcelRunning() If IsExeRunning( "excel",".",.F. ) MsgStop( "Excel is currently running...","IsExeRunning" ...
by byron.hopp
Tue Oct 18, 2022 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 399

Re: New FTDN May 2018 (FWH 18.05)

... when dialogs are closed with valid clause closing datasource. This causes lot of annoyance and incovenience to the users of the software by terminating the application. In such cases runtime errors are prevented. Navigation and edits are disabled but the browse continues to be displayed ...
by Antonio Linares
Sun Jul 22, 2018 5:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2756

New FTDN May 2018 (FWH 18.05)

... when dialogs are closed with valid clause closing datasource. This causes lot of annoyance and incovenience to the users of the software by terminating the application. In such cases runtime errors are prevented. Navigation and edits are disabled but the browse continues to be displayed ...
by Antonio Linares
Sat Jul 14, 2018 4:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2756

Re: Traducir VB a C

... of bytes in the following data string. It appears immediately before the first character of the data string. This value does not include the terminating null character. Data string A string of Unicode characters. May contain multiple embedded null characters. Terminator Two null characters. ...
by Antonio Linares
Sat Jul 02, 2016 8:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Traducir VB a C
Replies: 21
Views: 3556

Re: Prototype missing?

... in XHB library to emulate some core HVM xHarbour extensions. In xHarbour there are few functions which allows to create string items without terminating '\0' characters like: hb_itemPutCRaw(), hb_itemPutCRawStatic(), hb_retclenAdoptRaw(). Because string items without terminating '\0' character ...
by carlos vargas
Sun Oct 02, 2011 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8026

Re: CSV to DBF

... character variable you could then manipulate it along the following lines: It would be hard to single out the CRs inside fields but the record terminating ones would presumably be something like: '"' +Chr(13) + Chr(10) + '"' You could use StrTran() function to replace all the with ...
by xProgrammer
Wed Jul 14, 2010 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 10
Views: 2398

Re: tDatabase

... that the user cannot cancel a record edit (only a cell edit). It is a Windows standard design to use dialogs for edits and provide Ok and Cancel terminating buttons. This is what the users are used to and expecting. Also, unless there are very few fields, you cannot see all the fields at one ...
by James Bott
Sat Jan 23, 2010 2:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tDatabase
Replies: 16
Views: 4636

Re: Undo

... month later. Forgive me if you already know this, but this an important point regarding user interface design. All modal dialogs should have two terminating buttons, OK and Cancel. OK saves and closes the dialog, and Cancel just closes the dialog. This is why you really must use a buffer to edit ...
by James Bott
Wed Jan 13, 2010 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Undo
Replies: 7
Views: 1473

Api-Function

... means that the function may return values in any order. lpValueName [out] Pointer to a buffer that receives the name of the value, including the terminating null character. lpcValueName [in/out] Pointer to a variable that specifies the size, in TCHARs, of the buffer pointed to by the lpValueName ...
by ukoenig
Thu Sep 25, 2008 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegEnumValue - Win98
Replies: 3
Views: 866

activa los puerto serial

... MUST be done before exiting program. Best use the following function. EXIT PROCEDURE cleanup() CLS UNINT_PORT() ? "Port Uninitialized, program terminating............." RETURN ********************************************************* ISWORKING() =>Log Returns TRUE if IRQ is working, the ...
by orosmagno
Tue May 22, 2007 1:15 pm
 
Forum: FiveWin para CA-Clipper
Topic: ayuda por favor
Replies: 7
Views: 2312

... automatically, upon server startup. It does not continously load the application. If you terminate the .exe the service may still continue to run. Terminating the service will terminate your .exe, but terminating your .exe will not terminate the service necessarily. I use the service (srvany.exe) ...
by don lowenstein
Tue Mar 27, 2007 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: printing from .exe running as a service
Replies: 6
Views: 1933

The maximum number of characters in a full path, including the drive letter, colon, leading backslash, file name, and terminating null character, is 260.
by Vladimir Grigoriev
Fri May 19, 2006 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in cGetFile()
Replies: 7
Views: 2035

Problem with application terminating

Hello, I am having a problem with an application that continues to exit with no error message. The application is reading a folder with incoming files; opens the file; parses the information; then stores to a database. I think the problem might relate to the number of files in the folder which excee...
by cdmmaui
Fri Oct 28, 2005 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with application terminating
Replies: 1
Views: 1925
Next

Return to advanced search