Search found 31 matches: exited

Return to advanced search

Re: phpBB to LLM

... (pyproject.toml) ... done Building wheels for collected packages: pytorch Building wheel for pytorch (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for pytorch (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [20 lines of output] Traceback (most ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Are there any Treeview samples with associated edit boxes?

... some nodes to the test.xml, and also changed the pages associated with some of the nodes, and then added an image to one of the pages. Saved and exited. But when I try to open the new version that was just saved, there's an error that Filename C:\fwh\samples\test.xml Line 28 Description: HBXML_ERROR_UNCLOSED ...
by FWExplorer
Thu Dec 10, 2020 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Re: fwh February 2017 - RESALLFREE

Hi, Yes, in FW 14.14 I exited my app as this:      DbCommitAll()      // Guardamos datos   SysRefresh()   DbCloseAll()   ResAllFree()   ...
by MOISES
Sat Nov 16, 2019 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh February 2017 - RESALLFREE
Replies: 5
Views: 979

dbrowse.prg

... Called from HBARRAY(112) [Thu Oct 31 22:02:36.688040 2019] [mpm_winnt:notice] [pid 5992:tid 608] AH00428: Parent: child process 5856 exited with status 3221225477 -- Restarting. [Thu Oct 31 22:02:36.959137 2019] [ssl:warn] [pid 5992:tid 608] AH01909: http://www.example.com:443:0 server ...
by gruncic
Fri Nov 01, 2019 2:41 pm
 
Forum: mod_harbour
Topic: dbrowse.prg
Replies: 6
Views: 1146

Re: Ejecutar Acción al Cerrar el Preview

leandro wrote:Buenos días para todos,

Requiero ejecutar una función al momento de cerrar el preview de la impresión, justo al momento en que se cierre la ventana.



Hola Leandro:

La clase TPreview tiene una data : lExit .T. when the preview window has exited

Saludos.

Jose
by jvtecheto
Sat Jun 01, 2019 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejecutar Acción al Cerrar el Preview
Replies: 5
Views: 781

Re: Working with barcode

This is the core part of the Method. Once the Dialog is exited, then the array is read and the values applied through a lookup scheme, and adding parts to where they apply, ie. inventory, etc. You could also write code to add parts to an invoice, or ...
by TimStone
Fri Jun 29, 2018 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with barcode
Replies: 9
Views: 2266

Re: multiple defintions, forst defined here

... DON'T EVEN THINK ABOUT USING IT IN WINDOWS!! SET EXACT ON // ALLOW SINGLE EQUAL SIGN TO EQUAL DOUBLE EQUAL SIGN SET ESCAPE ON // ALLOW GETS TO BE EXITED WITH ESCAPE SET DELETED ON // GOTTA HAVE DELETED ON SET CONFIRM ON // DO NOT LET OPERATOR LEAVE A FIELD TILL THEY HIT ENTER SET SOFTSEEK ON // ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20366

Re: App quits on error without showing error Windows 7

Another problem I had when upgraded was that some functions related to ADS were not automatically included. My app exited without any error message. Previously I just needed Request ADS, DBFCDX But I found that I had to add the following to keep my app from crashing. external adsgetrelkeypos, ...
by nageswaragunupudi
Sun Mar 08, 2015 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App quits on error without showing error Windows 7
Replies: 12
Views: 2726

Re: App quits on error without showing error Windows 7

Another problem I had when upgraded was that some functions related to ADS were not automatically included. My app exited without any error message. Previously I just needed Request ADS, DBFCDX But I found that I had to add the following to keep my app from crashing. external adsgetrelkeypos, ...
by Gale FORd
Thu Mar 05, 2015 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App quits on error without showing error Windows 7
Replies: 12
Views: 2726

Re: encrypting dbf files

... exit function. Exit Function App_exit()   // encrypt herereturn nil This function will be called no matter how the program is exited. James
by James Bott
Mon May 05, 2014 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypting dbf files
Replies: 67
Views: 15381

Re: Windows / TPANEL

... then he could be running low on memory. I would put a checkres() in the function and see if it keeps getting smaller each time the routine is exited. Regards, James
by James Bott
Fri Nov 08, 2013 12:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows / TPANEL
Replies: 13
Views: 3592

Re: encrypting dbf files

... or more to decrypt the files. You would have to move all DBFs across the network twice--once to read and once to write. Then when the last user exited the program all the files would then have to encrypted again and all the decrypted files would have to be securely erased. This would take even ...
by James Bott
Fri Sep 27, 2013 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypting dbf files
Replies: 67
Views: 15381

Re: Date/Time On Back Ground

Thank you.. Yes I have experimented with all options.
As the DS Clock stays active after the application is exited, which I do not want. There must be an easy way to display date time on main window background of the application.

Thanks for your response, Regards
by RiazKhan
Mon Mar 26, 2012 5:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date/Time On Back Ground
Replies: 29
Views: 9398

Re: OT: Fake Printer Driver

... Windows default printer, then runs the app, then runs another FW program that changes the default printer back to the original after the app is exited. You could also do the same thing but change to a different printer automatically so there would be no user interaction required. The downside ...
by James Bott
Thu Jun 30, 2011 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Fake Printer Driver
Replies: 9
Views: 1742

Re: xBrowse as Excel behaviour

... like Excel when columns are Editable and FastEdit is enabled. Pressing any key enters edit mode with that key as the first key and if edit is exited with up or down arrow the cursor moves to the cell above or below the current cell like Excel. If only some columns are editable, the behavior ...
by nageswaragunupudi
Sat Jan 15, 2011 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as Excel behaviour
Replies: 2
Views: 705
Next

Return to advanced search