Search found 275 matches: modifying

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

Thank you Mr. Rao, modifying my code at this moment. Very complete. Byron ...
by byron.hopp
Tue Feb 13, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 987

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 torch==2.1.0!pip ...
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: 1197

Back after 10 years due to illness [ Javier Lloris ]

... programs for these matters that work perfectly, at least I use them without any errors to date. Modificando el Blog pero aquí podéis descargarlos: Modifying the Blog but here you can download them: https://javierlloris.blogspot.com/ Por cierto yo soy de los que empezó con Fivewin 1.0 ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 318

Re: copy a row of xbrowse

... `aCopy` and add each row to `oBrw:aArrayData`. Make sure to reset `aCopy` after pasting. 3. **Handle Unique Identifiers**: To avoid issues with modifying copied rows, ensure each row has a unique identifier (like a record number). You might need to generate new unique IDs for the pasted rows. ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5598

Re: who use PostgreSQL with Fivewin ?

... is a method of TDataRow class of FWH. That is the reason, why we advised not to use TDataRow and other FWH functions for reading, editing and modifying the PostGre records and instead directly use TPQquery and TPQrow classes of Harbour's hbpgsql.lib. This helps us to close any further discussion ...
by nageswaragunupudi
Fri Sep 29, 2023 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 991

Re: not ISOEM(), ISANSI() or IsUTF8()

... by FWH without any code written by the programmer. Personally I checked all rows and found the translations are correct. Browsing, editing and modifying OEM databases using FWH XBrowse. Please do not spend time in writing your own functions. Save time for other things. What all required is ...
by nageswaragunupudi
Sun Sep 03, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 1925

Re: Create help system with F1

... menu to add, reorder, and modify the structure of your help file. 7. Customize appearance: You can customize the appearance of your help file by modifying the style and layout. Help Workshop provides options to change fonts, colors, and other visual elements. Use the "Project" menu ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 728

Re: Color a Groupbox Frame

Carlos, With XHBBCC74 and BCC74 it doesn't work at all. Please see if I made a mistake in modifying your SCRIPT which is terrible. haha ha. Con XHBBCC74 y BCC74 no funciona en absoluto. Vea si cometí un error al modificar su SCRIPT, lo cual es terrible. jajaja. CX.BAT ...
by karinha
Mon Jun 12, 2023 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1121

Re: XBROWSE : METHOD DataRow() -> TDataRow()

can i change Color of Panel :idea:

it is all for "Dark-Mode"

At present, it is not possible without modifying the source code of TDataRow class.
But soon we will provide a way to do it from the Application code and let you know.
If you like, we will share the revised program with you too.
by nageswaragunupudi
Sat May 06, 2023 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : METHOD DataRow() -> TDataRow()
Replies: 5
Views: 300

Re: Protecting certain functions to be used

I just realized that scope.pointer is member of an union and not a member of a struct, so modifying scope.pointer will be affecting the scope of the symbol. This would be the right way to do it: function Main()   local pFunPtr := HB_Protect( "memoWrit" ...
by Antonio Linares
Wed May 03, 2023 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protecting certain functions to be used
Replies: 6
Views: 338

Re: autoGPT for OpenAI

...   "prompt": "cPrompt_empty",      "temperature": 0,      "max_tokens": 2048   }   ENDTEXT Not sure if modifying the max_tokens value may help. Maybe we need to contact OpenAI tech support. Regarding the use of SOAP I don't see any issue with that as ...
by Antonio Linares
Fri Apr 28, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1410

xbrowse custom myBrowse

... add some DATA and some Methods, modify a method of xbrowse (with ovverride) . I would like to create it so that I can use it in the future without modifying the original class of fwh
by Silvio.Falconi
Sat Feb 25, 2023 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse custom myBrowse
Replies: 2
Views: 212

Re: prsht.h changes for Borland 64 bits

... can't, sorry, yesterday I was compiling several files and one of them failed with bcc 64 bits, but I just tried again to build all of them without modifying prsht.h and all of them compiled fine. Now I don't remember which exact file gave the error, I modified several modules. I would say it was ...
by Antonio Linares
Thu Nov 10, 2022 8:29 pm
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 8674

Re: SMS Text messaging

... be used in sending the SMS. I would suggest setting up the account, then testing with Reinaldo's code, substituting in your own account info, then modifying it in steps.
by TimStone
Tue Nov 08, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1656

Re: found 90 numbers

Dear Silvio, I was modifying your array to check for a valid result and I just realized that you have LESS than 90 elements on each row !!! So how do you expect that a row has all values from 1 to 90 if they have less elements ? :-) ...
by Silvio.Falconi
Wed May 25, 2022 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: found 90 numbers - Resolved -
Replies: 9
Views: 512
Next

Return to advanced search