Search found 1698 matches: format

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... the error Returns oAdoError - Enhanced: function Fw_OpenAdoConnection( ; cConnStr, [lShowError], [@oErr], [nTimeOut] ) * fwxlsxlb.prg: fixed format while exporting datetime values with fraction of seconds. Also increased column size to fit the contents. * FWMariaRowSet: - Method ToExcel(): ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 42

IA y Harbour Conceptos básicos

... otras puertas y ventanas ... Según entendí se utilizó para los ejemplos el modelo de IA generativa LLama y el formato gguf (GPT-Generated Unified Format), usando Python en su desarrollo Comprendo que desde la optica harbour es la unica posibilidad de momento para acceder a la IA Ya desde los tiempos ...
by Joaquim Ferrer
Sat Apr 13, 2024 10:57 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 1
Views: 88

Re: How to include hbCurl?

... tags to a member in a MailChimp list using the MailChimp API and curl in a command line environment. The issue appears to be with the way you're formatting the JSON data in your curl command. Let's break down the correct format and structure for your curl command to add tags to a member. Here's ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

Re: SWAGGER-UI para documentar nuestras API.

Dear Marc Mailchimp exposes Marketing API (and others) in OAS format at https://api.mailchimp.com/schema/3.0/Swagger.json This format can be read with Postman https://www.postman.com/ You can import from File -> Import ...
by Joaquim Ferrer
Wed Mar 06, 2024 6:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Dear Antonio,
thank you. I thought similar to the RTF control (C:\FWH\source\classes\fget.prg).

@ 0,155 FORMAT GET oFGet1 VAR cTxt OF oWnd;
SIZE 360,40 PIXEL

Best regards,
Otto
by Otto
Tue Feb 20, 2024 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54318

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 received ...
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 451

Re: FW_SaveImage

Yes, your example works well. But files in A1 and A0 format do not want to be saved from my program. How can I help you? Can you send me a test program of yours to my personal email? nageswaragunupudi [at] gmail [dot] com I am trying to make an option ...
by nageswaragunupudi
Thu Feb 15, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 451

Re: FW_SaveImage

Yes, your example works well. But files in A1 and A0 format do not want to be saved from my program :cry:

I am trying to make an option with the creation of several bitmap files and their subsequent gluing.
Is it possible to split hBmp into several parts and save them as separate files ?
by Natter
Thu Feb 15, 2024 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 451

FW_SaveImage

Hi, I create an image in A2 format. hBmp :=FW_MakeYour Bitmap(7016, 4961, {|hDc|FW_DrawImage(),..}) Then I save it to file FW_SaveImage(bmp, "myfile") Everything is fine. I create an image in ...
by Natter
Tue Feb 13, 2024 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 451

Re: Error: FWH2206 Parte1

... ON INIT para utilizar el "LoadFromMemory" y por eso me dió el error. Ya se lo he quitado, pero igual sigo teniendo el mensaje de "Format image not supported" reportado al inicio, despues de ese mensaje, presenta bien el dialogo con la imagen, eso es lo que no entiendo porque ...
by csincuir
Mon Feb 12, 2024 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 988

Re: Error: FWH2206 Parte1

Karinha,
Como es una imagen ".Png" en la TImage se usa con LoadFromMemory y se me olvido quitarlo cuando probé con la TXImage.
Gracias por el dato, pero igual, sigo teniendo el mensaje de "Format image not supported"

Saludos cordiales.

Carlos.
by csincuir
Mon Feb 12, 2024 2:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 988

Re: Error: FWH2206 Parte1

Si buscas en todos los *.prg y *.c de FWH verás que "Format image not supported" solo aparece aqui: METHOD Save( cFile, nQuality, nBackClr ) CLASS GDIBmp   local cExtension  := Upper( cFileExt( cFile ) )   local cCLSID  ...
by csincuir
Fri Feb 09, 2024 8:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 988

Re: Error: FWH2206 Parte1

Si buscas en todos los *.prg y *.c de FWH verás que "Format image not supported" solo aparece aqui: METHOD Save( cFile, nQuality, nBackClr ) CLASS GDIBmp   local cExtension  := Upper( cFileExt( cFile ) )  ...
by Antonio Linares
Fri Feb 09, 2024 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 988

tinyAstrology another AI training model example

... created the dataset using chatgpt: 1. You ask chatgpt "tell me small questions and answers related to this topic and write the answer in json format" 2. You tell chatgpt to do it again without including previous responses Once we have the dataset then we train tinyLlama and we get our ...
by Antonio Linares
Fri Feb 02, 2024 10:57 am
 
Forum: Artificial Intelligence examples
Topic: tinyAstrology another AI training model example
Replies: 0
Views: 146

Re: Creating table with Trichedit

... 12 ; ALIGN CENTER ; SPACEBEFORE .12 ; SETDEFAULT NEW PARAGRAPH oRTF TEXT "" ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF SETDATE oRtf FORMAT LONGFORMAT NEW PARAGRAPH oRTF TEXT "" SETDEFAULT aMarca=ARRAY(9) AFILL(aMarca,0) DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1455
Next

Return to advanced search