Search found 193 matches: memoedit

Return to advanced search

Re: FW_MemoEdit error

I tested also with Tom Marcione RichText class apart from the fw_memoedit function it often crashes when the dialog is enlarged I noticed a congruence, that is, rtfdemo.prg creates a rtfdemo.rtf file which, if opened with fw_memoedit , displays in one way, if opened with Office Word or with OpenOffi...
by Silvio.Falconi
Sun Jan 28, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_MemoEdit error
Replies: 2
Views: 509

Re: FW_MemoEdit error

tried also with win 10

Code: Select all  Expand view

         FW_MemoEdit( cFileName, "schedina", 10, 10, 40,80, .t., , .t. )
 


Image
by Silvio.Falconi
Sun Jan 28, 2024 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_MemoEdit error
Replies: 2
Views: 509

FW_MemoEdit error

If I open a rtf file with FW_MemoEdit I see this


Image


But it is instable and make crash


If I open with Office winword the same rtf file I see this

Image



why ?
by Silvio.Falconi
Fri Jan 26, 2024 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_MemoEdit error
Replies: 2
Views: 509

Re: Browse Json

We can view a structured Json using either FW_MemoEdit() or XBrowse this way. This apply to any complex Json and Json arrays. #include "fivewin.ch"function Main()   local cJson, hHash, oTree   local cTitle := "JSON VIEW"TEXT INTO cJson{"numRo...
by nageswaragunupudi
Thu Jan 11, 2024 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: New FTDN October/Octubre 2023 (FWH 23.10)

Agosto, Septiembre, Octubre 2023 ================================ * Fubción WebPageContents() en imgtxtio.prg: En caso de URLs inexistentes devuelve NIL, mientras que se espera que el valor de retorno sea siempre un valor de carácter. Ahora se ha corregido para que devuelva "" en lugar de ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3901

New FTDN October/Octubre 2023 (FWH 23.10)

August, September, October 2023 =============================== * function WebPageContents() in imgtxtio.prg: In case of non-existent URLs this function is returning NIL, where as return value is expected to be always a character value. Now fixed to return "" in such cases instead of nil T...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3901

Re: Help with complex JSON

This is my reply to your first post. Glad if you can try this revised function ReadDataNew() as below: static function ReadDataNew( hJson )   local aData    := {}   local aRow, aCalls, hCall, hFacility   local d, n, i, j, aDt   local ARRI, DEPA   local cPol, cPolName, cDateTim, dE...
by CARLOS ATUNCAR
Sat Sep 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1214

Re: xHarbour.org updated!

... EXIT ENDIF cMemo:=cMemo+cString ENDDO cString:=cMemo oCli:Close() oUrl:Close() END SEQUENCE MEMOWRIT("BCV.TXT",cMemo) MsgInfo( cString ) MemoEdit( cString ) Return Nil
by wartiaga
Mon Sep 18, 2023 7:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37545

Re: FW_SetUnicode( .T. ) 2-Byte characters

... following images demonstrate the change of Unicode Ä (0xC4) to UTF-8 Ä (0xC3 84) via Hex codes: Before change, the new hex code is already in the MemoEdit: https://i.postimg.cc/jSC5QS5W/2023-06-27-14-11-57.jpg Due to the Unicode code 0xC4 the sorting is not ok. MsgInfo() to control ...
by frose
Tue Jun 27, 2023 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2193

Re: Memoedit to HTML by API connection

Antonio, I fill a string with keys needed by the API. Once I have filled the str the upload is done. The problem I seem to have is that insite the memofield there a chars (codes) like CRLF, ENTER, and more format items. When I leave them out the upload is ok. When I include the field and I think the...
by Marc Venken
Tue May 23, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit to HTML by API connection
Replies: 2
Views: 255

Re: Memoedit to HTML by API connection

Dear Marc,

What API do you refeer to ?

Could you please provide a small example ?
by Antonio Linares
Tue May 23, 2023 5:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit to HTML by API connection
Replies: 2
Views: 255

Memoedit to HTML by API connection

I'm having issues that when I read a memo field where some ascii codes like CRLF,.. are used and I save them by API online, The API is not saving data when there are special chars insite the text. I tried some changing with strreplace, but there are always new items comming up. Is there a general AL...
by Marc Venken
Mon May 22, 2023 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit to HTML by API connection
Replies: 2
Views: 255

RTF : Fully functional

... text that prints on invoices. It has always been in the same font, color, size as the detail ( parts, labor, prices, etc ) on the invoice. Using MemoEdit, my clients could change the content but not the style. Now, that same text can be read, modified as RTF, saved, then printed on the customer's ...
by TimStone
Thu May 11, 2023 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF : Fully functional
Replies: 2
Views: 194

Re: Capturar el motivo del error petición web (curl)

Buenas tardes para todos Bueno les cuento que buscando solucionar este problema que tenemos, logramos compilar la aplicación con harbour, como nos recomendó Cristobal, estamos intentando usar la libreria curl, el problema ahora es que no logramos que el servidor nos entregue una respuesta. Necesitam...
by leandro
Sat Nov 05, 2022 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar el motivo del error petición web (curl)
Replies: 16
Views: 1196

Re: PROBLEMA CON FORMATO DE FECHA MYSQL ADO

OK oRs := oAdoCon:Execute( "SHOW CREATE TABLE <yourtablename>" ) FW_MEMOEDIT( oRs:Fields( 1 ):Value ) CREATE TABLE `polizas` ( `LLAVE` varchar(20) NOT NULL default '', `PERIODO` varchar(6) default ' ', `POLIZA` varchar(13) default ' ', `CONCEPTO` varchar(100) default ' ', `CARGOS` de...
by Marco Augusto
Thu Oct 27, 2022 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON FORMATO DE FECHA MYSQL ADO
Replies: 11
Views: 846
Next

Return to advanced search