Search found 654 matches: length

Return to advanced search

Re: ayuda con uso de hb_xfree

... el objeto. Se establece el tipo de objeto pItem como una cadena (HB_IT_STRING). Se establece la longitud de la cadena en pItem->item.asString.length con el valor de nLen. Ahora, se verifica si la longitud de la cadena es menor o igual a 1 (nLen <= 1). Si es así: Se establece pItem->item.asString.allocated ...
by Antonio Linares
Mon Apr 29, 2024 6:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con uso de hb_xfree
Replies: 6
Views: 187

ayuda con uso de hb_xfree

... PHB_ITEM pItem, char * szText, HB_SIZE nLen ); ! hb_itemPutCPtr(), hb_itemPutCLPtr() fixed to put empty string to item if szText is NULL and length is non-zero, instead of trying to free NULL pointer causing internal error. * contrib/examples/rdddbt/dbfdbt1.c * I did a mistake in 1999 by ...
by carlos vargas
Sun Apr 28, 2024 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con uso de hb_xfree
Replies: 6
Views: 187

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: 498

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: 207

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: 3765

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: 3765

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: 3765

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: 863

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: 300

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: 3231

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: 5910

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: 5910

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: 478

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: 321

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: 311
Next

Return to advanced search