Search found 600 matches: saving

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... FWMariaRecord class (source\classes\mariarec.prg) derived from tDataRow class. This enables editing a single existing record or a new record and saving to a table without having to open RowSet object, thus saving time. Usage: oCustRec := oCn:Record( "customer" ) // creates a blank record ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 29

Re: Digital signing a document

Antonio,

I just send you a PDF-file which I digitally signed.

The PDF-file was made by saving as a PDF-file in Word.

Thanks.
by driessen
Mon Apr 15, 2024 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 410

Re: Question about performance RowSet

In the next release we will have: oRec := oCn:Record( cTable )oRec:Edit() for editing and saving a blank record. oRec := oCn:Record( cTable, cWhere )oRec:Edit() for editing a single existing record and saving the modifications. oCn:Record(...) ...
by nageswaragunupudi
Thu Mar 21, 2024 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4031

Re: BackUp [cCondition]

... clause, Restoring the table gives problems. Let us think and come up with alternative solutions. Meanwhile you may consider and try this method of saving full or a part of the table to DBF METHOD SaveToDBF( cSql, cDbf, lForUpdate ) or Copy table to another server METHOD CopyTableToServer( ...
by nageswaragunupudi
Tue Mar 05, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 157

Re: FW_SaveImage

I think the problem is not saving large formats through the FW_SaveImage function. To get a larger format, I expanded the dialog box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I ...
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 449

Re: FW_SaveImage

When saving it to a file, the program terminates without an error. I understand that there is not enough memory. Possible. But I tried with the same size it is working for me quite well. This is my sample program function LargeBmp()  ...
by nageswaragunupudi
Tue Feb 13, 2024 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 449

FW_SaveImage

... Everything is fine. I create an image in A1 format. hBmp:=FW_MakeYour Bitmap(9933, 7016, {|hDc|FW_DrawImage(),..}) When saving it to a file, the program terminates without an error. I understand that there is not enough memory. What can be predicted ?
by Natter
Tue Feb 13, 2024 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 449

Re: I'm not asking for the moon...

Before saving, use VAL() unlike you I try my programs over and over again and don't hand the client something that doesn't work well. It's not easy at all, as I told you in the Xbrowse table I have the numeric figures with commas, ...
by Silvio.Falconi
Fri Jan 19, 2024 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2150

Re: I'm not asking for the moon...

Before saving, use VAL()
by Otto
Thu Jan 18, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2150

Re: Fine tune Phi2 from Microsoft with your own data

Locally saving a fine tuned model without modifying quantization: !pip install accelerate==0.25.0!pip install bitsandbytes==0.41.1!pip install datasets==2.14.6!pip install peft==0.6.2!pip install transformers==4.36.2!pip install ...
by Antonio Linares
Wed Jan 17, 2024 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: Fine tune Phi2 from Microsoft with your own data

Locally saving a fine tuned model quantized: !pip install accelerate==0.25.0!pip install bitsandbytes==0.41.1!pip install datasets==2.14.6!pip install peft==0.6.2!pip install transformers==4.36.2!pip install torch==2.1.0!pip ...
by Antonio Linares
Wed Jan 17, 2024 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: Crear librerias de Harbour BCC74 Me genera error

Saludos, Recibi tu correo pero no fue posible descargar el archivo que me enviaste el HRBFIX.PRG. Please disable your antivirus before saving the attachment. veo que para 32 bits pasa lo mismos si coloco esto SET HB_WITH_CURL=c:\curl32\include SET HB_STATIC_CURL=yes SET HB_WITH_OPENSSL=c:\OpenSSL-Win32\include ...
by Enrico Maria Giordano
Mon Nov 27, 2023 11:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6867

Re: DBF Repair Tools

... 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: 775

Re: who use PostgreSQL with Fivewin ?

... with "SavePQQ()" While we totally disagree, we suggest a totally different approach for you. For the purpose of reading, editing and saving PostGre records, please totally avoid using FWH's TDataRow. Also totally avoid using any functions of FWPGSUPPORT.PRG for reading, saving and ...
by nageswaragunupudi
Thu Sep 28, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1038

Re: Parameter for Timeout

... or even a file lock. It would be beneficial, especially considering mod harbour, to have a standardized function: buffer and then check before saving if the buffered data is still current. Best regards, Otto
by Otto
Thu Sep 21, 2023 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787
Next

Return to advanced search