Search found 905 matches: saved

Return to advanced search

Re: Convert a print to Rtf or doc

... Marco, This is a test for HTML report. If you also make mod harbour programs later, you can adopt the reports 1:1. You'll see that the report is saved as index.html in the program directory. You can then open this report with Word and save it as a docx file. I hope you like it. Please take your ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3544

Re: DBF Repair Tools

... showing visually as blanks. Finally, you can add a routine to check for those offending characters in the Save() method so each time a record gets saved it is fixed before saving. James 
by James Bott
Mon Nov 13, 2023 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 792

Re: Does TDatabase supports SEEK LAST?

Saved me a few keystrokes :)
I normally would type as (oDbf:cAlias)->(dbSeek(cSeek, nil, .t.))


If you use database objects then you can just do:

oCustomer:goBottom()
by James Bott
Fri Nov 10, 2023 1:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 383

Re: Does TDatabase supports SEEK LAST?

Thanks Rao,
Saved me a few keystrokes :)
I normally would type as (oDbf:cAlias)->(dbSeek(cSeek, nil, .t.))
by hua
Tue Nov 07, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 383

Interesting issue

... On many of my clients' systems it works as expected. However, on some, when the value is passed back from the spell checker, the result is not saved, and the display does not refresh with the corrections. I am using the latest FWH release, with Microsoft Visual Studio Community 2022, and the ...
by TimStone
Wed Nov 01, 2023 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting issue
Replies: 1
Views: 208

Re: DBF . Commit

For Me ... all my data is written to memory variables when the data needs to be saved I can append the data or edit the data and the last thing I do with dbfcdx is to move the record pointer after I write to the disk with GoTo Recno() ADO is a bit different with ...
by Rick Lipkin
Tue Oct 24, 2023 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2509

Re: Request : function GetSerialCol()

... SavePQQ() to a separate function "MySavePQQ( oRec )" in your program and make the changes you need. This codeblock may return .t. if saved or .f. if not.
by nageswaragunupudi
Tue Sep 26, 2023 3:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 625

Re: Parameter for Timeout

Probably none, but it is just a good habbit of closing a program.

I will surely use this code to force the program to close. (give them enough time offcource) Non saved data is the responsability of the user. They need to save and close.


+1

Ramesh Babu
by RAMESHBABU
Fri Sep 22, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 840

Re: Parameter for Timeout

... it is just a good habbit of closing a program. I will surely use this code to force the program to close. (give them enough time offcource) Non saved data is the responsability of the user. They need to save and close.
by Marc Venken
Thu Sep 21, 2023 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 840

Re: Parameter for Timeout

... user is no longer in front of the computer. You'll always have to close the program automatically, but you won't know whether the data needs to be saved or not. I think we need to design the programs like on the web, where it doesn't matter if it remains open (stateless). But it does require extra ...
by Otto
Thu Sep 21, 2023 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 840

FWH2309: New function FW_StitchImages()

... )   ximage( cImage ) https://imagizer.imageshack.com/v2/xq70/924/36RnIA.png Now, this cImage can be saved to a file or to a memo field of any database.
by nageswaragunupudi
Fri Sep 08, 2023 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2309: New function FW_StitchImages()
Replies: 0
Views: 283

Re: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF

... study the functions used carefully to appreciate the logic. Will the recno's not change when deleting of adding items to the invoice that will be saved ? This is the basic behavior of DBFs. When records are deleted, recno()s do not change. Only deleted flag will be set for the records. The RecNo()s ...
by nageswaragunupudi
Wed Aug 30, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF
Replies: 1
Views: 180

Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF

... Is it save to think that this process is 100% fullprove ? Will the recno's not change when deleting of adding items to the invoice that will be saved ? Do I have to delete the items so now and then in a separate maintenance procedure where all deleted invoice items will be erased for sure ? ...
by Marc Venken
Wed Aug 30, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF
Replies: 1
Views: 180

Re: ayuda con edicion en xbrowse

Inline Edit Behavior: During inline edit of a cell, by default, the changes are saved if the user confirms the changes either by pressing enter or any arrow keys. During the edit, if the Get loses focus, either by clicking another cell or changing focus to another ...
by nageswaragunupudi
Sun Aug 13, 2023 4:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con edicion en xbrowse
Replies: 3
Views: 250

New FTDN July/Julio (FWH 23.07)

... creates a help.dbf with index and updates it properly * TDataRow class: Image fields are displayed as images, though they can not be modified and saved yet. * XBROWSE: - RTE while browsing PostGre query due to a bug in method SetPostGreCol() fixed. - If recordset is closed when setting up is setup, ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1104
PreviousNext

Return to advanced search