Search found 652 matches: length

Return to advanced search

AYUDA Validacion LRC para datafono

... s As String) As String Dim result As String = Nothing Dim s2 As String = s.Replace(" ", Nothing) For i As Integer = 0 To s2.Length - 1 Step 2 result += Convert.ToChar(Integer.Parse(s2.Substring(i, 2), System.Globalization.NumberStyles.HexNumber)) Next Return result End Function ...
by russimicro
Sat Mar 30, 2024 6:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Validacion LRC para datafono
Replies: 2
Views: 483

Re: Problemas con ordenamiento de datos.

hi,

Code: Select all  Expand view
(domicilio  )+Alltrim  (piso  )+Alltrim  (depto  )

a Index Expression must be "same Length" so ALLTRIM() are NOT working "in" a Index :!:

---

it seem me that your YEAR use only 2 Digit ?
than try
Code: Select all  Expand view
SET EPOCHE TO YEAR(DATE()) -50
by Jimmy
Fri Feb 23, 2024 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con ordenamiento de datos.
Replies: 4
Views: 193

Re: SAPI : change Voice

... and meanings: 1 --> Start 3 --> An OLE object is received, probably self OLE object ? 5 --> Word, 4th param is position, 5th param is length 6 --> ??? 7 --> Sentence, 4th param is position, 5th param is length 8 --> ??? 2 --> End so i watch for      CASE aPara[ 1 ] ...
by Jimmy
Wed Feb 14, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3522

Re: SAPI : change Voice

... and meanings: 1 --> Start 3 --> An OLE object is received, probably self OLE object ? 5 --> Word, 4th param is position, 5th param is length 6 --> ??? 7 --> Sentence, 4th param is position, 5th param is length 8 --> ??? 2 --> End thx for your List f Event meaning, now it ...
by Jimmy
Mon Feb 12, 2024 6:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3522

Re: SAPI : change Voice

... and meanings: 1 --> Start 3 --> An OLE object is received, probably self OLE object ? 5 --> Word, 4th param is position, 5th param is length 6 --> ??? 7 --> Sentence, 4th param is position, 5th param is length 8 --> ??? 2 --> End https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723587(v=vs.85)
by Antonio Linares
Sun Feb 11, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3522

Re: leer y pdf y extraer datos

El pdf que tengo, al abrirlo con el notepad dice %PDF-1.3 %Äåòåë§ó ÐÄÆ 4 0 obj << /Filter /FlateDecode /Length 3182 >> stream por lo que lei en google habría que decodificarlo, es asi? porque al ejecutar el programa (ahora lo ejecuta poniendo la ruta completa del pdf ...
by goosfancito
Fri Jan 26, 2024 11:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: leer y pdf y extraer datos
Replies: 16
Views: 830

Traduzione da Java a Fwh

... public static String getHeaderBytes(String msg) { char[] msgLength = new char[4]; msgLength[0] = (char) Integer.parseInt(String.valueOf(msg.length()), 10); msgLength[1] = (char) Integer.parseInt(String.valueOf(msg.length() >>> 8), 10); msgLength[2] = (char) Integer.parseInt(String.valueOf(msg.length() ...
by a.tixi@htech.it
Wed Jan 24, 2024 11:21 am
 
Forum: All products support
Topic: Traduzione da Java a Fwh
Replies: 2
Views: 299

Create a Panel width a text

I would like to create a Panel in a dialog with a large border and insert some text the text is given by a memo field variable and depending on the length of the memo the panel must be uniform, i.e. high for how many lines make up the memo type this https://i.postimg.cc/gcyvW3Lt/Immagine.png ...
by Silvio.Falconi
Fri Dec 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3168

Re: Calculate total pages

nageswaragunupudi wrote:One caution.
Length of the WideString ( utf16le ) should not change.


Of course.
by Enrico Maria Giordano
Mon Nov 27, 2023 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5857

Re: Calculate total pages

One caution.
Length of the WideString ( utf16le ) should not change.
by nageswaragunupudi
Mon Nov 27, 2023 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5857

String in unicode

Hi,

There is a string in unicode. The length of Latin characters is 1 byte, the length of characters of other code pages is 2 bytes.
How to get an array of characters of this string ?
by Natter
Wed Nov 15, 2023 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 469

Re: TGet():ReDefine - UTF8 encoding fails [Unsolved]

... "LOWER"CASE "PROPER" VARCHAR <nMaxChars>// orVARCHAR { <nMinChars>, <nMaxChars> ) Variable length Gets are implemented by FWH only. Such feature is not availabe in pure (x)Harbour. Only fixed length editing
by nageswaragunupudi
Sun Nov 12, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 316

Long file names

Hi,

In the archives (and just like that) files come across the length of the name + path exceeds 259.
Is it possible to pull them out and rename them on FW?
by Natter
Mon Oct 30, 2023 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Long file names
Replies: 3
Views: 304

FWH 2307 con xHarbour

Salve, Dalla versione FWH 1709 son passato alla 2307 Con la 1709 uso embarcadero x++ 7.2 Per provare la nuova versione FWH è nella cartella c:\FWH2307 xHarbour è nella cartella C:\xHarbour10275 se provo a compilare un qualsiasi PRG con buildx.bat ottengo: Compiling... xHarbour 1.3.0 Intl. (SimpLex) ...
by damianodec
Mon Oct 09, 2023 3:02 pm
 
Forum: All products support
Topic: FWH 2307 con xHarbour
Replies: 1
Views: 249

Re: XML, CON ARCHIVO ADJUNTO PDF

... obj <</Type/XObject/ColorSpace[/Indexed/DeviceRGB 255( € € €€ €€ € €€€€€ü ÀÀÀÿ ÿ ÿÿ ÿÿ ÿ ÿÿÿÿÿ)]/Subtype/Image/BitsPerComponent 8/Width 1/Length 9/Height 1/Filter/FlateDecode/Mask [8 8 ]>>stream xœã endstream endobj 6 0 obj <</Length 950/Filter/FlateDecode>>stream xœ½˜]nã6€ßuŠAŸ¶€Í ...
by elmoiquique
Sat Sep 30, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2268
Next

Return to advanced search