Search found 368 matches: ascii

Return to advanced search

Re: Fulltext-Search

If you want to read the result.txt with memoread you need to use : Out-File -FilePath "search_results.txt" -Encoding ASCII' cText :=  'Get-ChildItem -Path ' + ALLTRIM( h['seachpath'] ) + ' -Recurse -Filter ' + ALLTRIM(h['seachpattern'])   ...
by Otto
Mon Mar 18, 2024 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1247

Re: Classe TGif

... have a header that identifies the file as a GIF file and specifies the version of the format. The header should be six bytes long and contain the ASCII characters “GIF89a” It should have a logical screen descriptor that defines the dimensions and properties of the logical screen. The logical screen ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1659

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

Yes, pure sql works! Without AnsiToUtf8()! Because I have completely switched from mixed ASCII-Cp850/Ansi environment to UTF8, i.e. source code (UEStudio) and database DBF/MariaDB. From now on, I no longer have to worry about the encoding. No more conversions between ...
by frose
Fri Nov 10, 2023 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: Fwh 23.10 TGet another problem

... how to define fonts choosing Turkish Charset? Got it, using CHARSET 162. With this font definition I am able to see Turkish fonts for the above ASCII codes correctly DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-16 CHARSET 162 Is this the right way? Hi Mr. Rao, I'm sorry for being late ...
by Horizon
Tue Nov 07, 2023 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54314

Re: Fwh 23.10 TGet another problem

... how to define fonts choosing Turkish Charset? Got it, using CHARSET 162. With this font definition I am able to see Turkish fonts for the above ASCII codes correctly DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-16 CHARSET 162 Is this the right way?
by nageswaragunupudi
Tue Nov 07, 2023 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54314

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

Re: crear DLL

Un fichero RC es un fichero ascii que puedes crear a mano

Tienes muchos ejemplos en FWH\samples *.rc

Puedes usar cualquier editor de recursos: resedit, etc.
by Antonio Linares
Fri May 19, 2023 8:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: crear DLL
Replies: 12
Views: 673

Re: Imprimir un código ascii

- Usando el Bloc de notas del windows, te permite usar los códigos ASCCI, para hacer cuadros ╔═╗.

- Usando el Notepad++ (codificación UTF-8) tambien te permite usar los caracteres en cuestión.
by jacgsoft
Tue Jan 10, 2023 11:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir un código ascii
Replies: 14
Views: 954

Re: Imprimir un código ascii

Hola Adhemar. Gracias por tu tiempo. ya lo hice con tu sugerencia, el problema es que imprime con el guion bajo y buscaba hacerlo con el guion medio o el doble linea continuo. ya buscare otra solución que sera imprimiendo la linea como dices pero manejando el espacio de salto entre lineas mas ajusta...
by José Camilo
Fri Jan 06, 2023 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir un código ascii
Replies: 14
Views: 954

Re: Imprimir un código ascii

Estimado José

Y porque no hace líneas en vez de replicate
Code: Select all  Expand view

 oPrn:CmLine(nLn+0.1,1.8,nLn+0.1,19.0,oPen1)
 oPrn:CmLine(nLn+0.2,1.8,nLn+0.2,19.0,oPen1)
 
by acuellar
Fri Jan 06, 2023 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir un código ascii
Replies: 14
Views: 954

Re: Imprimir un código ascii

... mejor. 1 - El box que tu imprimes se logra con caracteres 'especiales' que NO están representados en el teclado por eso se recurre al código ascii. 2 - en dicho box se imprimen caracteres de guiones bajos completos (entre uno y otro NO hay separación) 3 - yo estoy tratando de usar esos caracteres ...
by José Camilo
Fri Jan 06, 2023 12:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir un código ascii
Replies: 14
Views: 954

Re: Imprimir un código ascii

Ó es esto?

Code: Select all  Expand view

         oPrn:cmSay( 6.0, 10.0, Replicate(  "_", 90 ), oFont,,CLR_BLACK,,PAD_CENTER )
 


Regards, saludos.
by karinha
Thu Jan 05, 2023 9:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir un código ascii
Replies: 14
Views: 954

Re: Imprimir un código ascii

No és posible! Mira una imagen:

https://imgur.com/nGc4Uv4

Image

Que version de FWH usas?

Regards, saludos.
by karinha
Thu Jan 05, 2023 8:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir un código ascii
Replies: 14
Views: 954

Re: Imprimir un código ascii

Karinha y Garbi. Muchas gracias por su tiempo. Karinha: de ninguna de las 2 formas que sugieres obtengo lo que necesito. en la primera me imprime otro caracter y en la segunda me imprime el guion comun o signo -. Gracias. Garbi: con tu sugerencia me imprime el sigo = que no es lo que busco. busco im...
by José Camilo
Thu Jan 05, 2023 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir un código ascii
Replies: 14
Views: 954

Re: Imprimir un código ascii

Y poque no lo pones en la linea directamente

Code: Select all  Expand view
oPrn:Say(prow, pcol*5 ,Replicate("═", 90) ,oCour_n_10)
 

Es decir, poniendo directamente en el editor. A mi en mi editor no me hace falta poner el oemtoansi. Me coge el caracter directamente, como °, © etc.
by Garbi
Thu Jan 05, 2023 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir un código ascii
Replies: 14
Views: 954
Next

Return to advanced search