Search found 54 matches: truncated

Searched query: truncated

by ertan
Sat Jun 22, 2024 3:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: texplorerbar with win10 or win11
Replies: 4
Views: 642

texplorerbar with win10 or win11

... sysmenu, min max close buttons get dysfunctional.
I did check test2007 and test2010 samples from fivewin. Same problem.
Sample's main window truncated a few lines from bottom side.
I test with win11. Same problem.

But my codes working fine with windows 7.

Is this a windows bug or fivewin bug ...
by VictorCasajuana
Fri Mar 08, 2024 2:36 pm
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 1134

Re: FW_DbfSqlQuery con campos mayores de 256 carracteres

... general;')

and the result is the same, when there are fields longer than 256 characters, the information in subsequent fields is returned truncated.

Thinking that the reading that ADO performs is sequential and when it finds a field greater than 256, it begins reading the next field in the ...
by Jimmy
Mon Nov 14, 2022 11:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 2423

Re: Everything under Fivewin

... result.

lpString [out]
Pointer to the buffer that will receive the text. If the string is as long or longer than the buffer, the string is truncated and terminated with a NULL character.

nMaxCount

Specifies the maximum number of characters to copy to the buffer, including the NULL ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 2525

New FTDN January/Enero 2021 (FWH 21.01)

... is returned.
After generation of the file, the excel book is closed.
Notes: (1) Text values are not quoted.
(2) While generating pdf, width is truncated to fit pagesize.
This function is internally used by other functions eg. FW_DbfToExcel(),
FW_AdoToExcel(), etc.

* Enhancements to function ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 4387

New FTDN September/Septiembre 2019 (FWH 19.09)

... improved.
In case of non-utf connection to the server, fields with
utf8 charset are saved to smaller field length and the
values are truncated. In case of utf connection, fields
with non-utf8 (eg.latin1) are also created with 3 times the
length required.
This is fixed now. The fields ...
by MOISES
Mon Sep 16, 2019 6:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bug TDataRow
Replies: 11
Views: 1269

bug TDataRow

Hi,

In ADO, text fieds longer than 150 chars are truncated to 150 chars length.

Thank you.
by cnavarro
Thu Aug 02, 2018 5:31 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 25552

Re: Google APIS Lib for Fivewin

... keys will be silently dropped.
The maximum size of a property's value is 1024 characters, and properties with longer values will be silently truncated.
An event can have up to 300 shared properties totaling up to 32kB in size (keys size + value size).
An event can have up to 300 private ...
by nageswaragunupudi
Tue Mar 27, 2018 7:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincrement field for DBFCDX
Replies: 9
Views: 2075

Re: Autoincrement field for DBFCDX

... autoincrement field :

DBCREATE(cDbfFile , {{"ID","+",10,0}} , "DBFCDX" , .T. )
DBG DbStruct() // gives ID , + , 4 , 0
? FieldLen("ID") // 4 WHY TRUNCATED TO 4 ?????????????????????????

FOR i := 1 TO 10001
DBAPPEND()
NEXT

? Recno() , FIELD->ID // 10001 , 10001

FIELD->ID accepts a number with ...
by Franklin Demont
Sat Mar 24, 2018 10:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincrement field for DBFCDX
Replies: 9
Views: 2075

Autoincrement field for DBFCDX

... autoincrement field :

DBCREATE(cDbfFile , {{"ID","+",10,0}} , "DBFCDX" , .T. )
DBG DbStruct() // gives ID , + , 4 , 0
? FieldLen("ID") // 4 WHY TRUNCATED TO 4 ?????????????????????????

FOR i := 1 TO 10001
DBAPPEND()
NEXT

? Recno() , FIELD->ID // 10001 , 10001

FIELD->ID accepts a number with ...
by Rick Lipkin
Fri Jun 23, 2017 1:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse TAB vs ENTER key EDIT_GET ( rao )
Replies: 16
Views: 2968

Re: xBrowse TAB vs ENTER key EDIT_GET ( rao )

... GET code block and I trap the value with msginfo

https://preview.ibb.co/h9Oa05/xbrowse2.jpg

The value for the decimals is truncated to .00 ...

https://preview.ibb.co/kEG67k/xbrowse3.jpg


If I repeat the same process and use the Enter key I get the expected ...
by Rick Lipkin
Mon Feb 06, 2017 2:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Contents of Log file
Replies: 10
Views: 2283

Re: Contents of Log file

... search ) but unfortunately it is 16 bit and to use Ts.Exe I have to use the Dos Box emulator .. and in a 16 bit command window all my folders are truncated with ~1,~2 and ~3. I was searching the wrong folder last evening and that is why I could not find the offending code ..

Thanks for your help ...
by nageswaragunupudi
Thu Dec 22, 2016 3:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Char values automatically left justified building an array
Replies: 1
Views: 505

Re: Char values automatically left justified building an array

When I go to load the above character value cEid into an array the char value is truncated and loads as a left justified value

No. The value is not trimmed. Please check again.
by Rick Lipkin
Wed Dec 21, 2016 5:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Char values automatically left justified building an array
Replies: 1
Views: 505

Char values automatically left justified building an array

... 12345678 " AAdd( aEmp, {cName,cEid} )

When I go to load the above character value cEid into an array the char value is truncated and loads as a left justified value .. similar to :

A B|Rick Lipkin |12345678 |

Is there a way to initialize the array to accept the 'exact ...
by byron.hopp
Thu Jul 21, 2016 6:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Long Printer Names.
Replies: 10
Views: 2535

Re: Long Printer Names.

... is PDF995. The problem seems to be that the printer name I save in the ini will not be found when I call the "Print oPrn cPrintername" command, because the system does not find the printer based on the name I previously saved. I seems to be truncated so the strings are not exactly the same.

Byron ...
by Vikthor.Thomas
Mon May 09, 2016 9:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error ADSADT/5005 Error 5005
Replies: 10
Views: 1937

Error ADSADT/5005 Error 5005

... 64 Bits , FWH64.1311

Y obtengo el siguiente mensaje de error :

Error ADSADT/5005 Error 5005: The supplied buffer was insufficient for the information returned. The data may have been truncated.
Le ha sucedido a alguien más ?

La misma consulta usando el ARC finaliza sin presentar problema.

Saludos