Search found 53 matches: truncated

Return to advanced search

Re: FWH 15:12: Bug in the size of the column in xbrowse

... http://www.salc.com.br/atual/xbrowsecomconteudo1502.png Thus the column size is correct. But if content is empty column is truncated. Thank you.
by tiaofw
Thu Feb 11, 2016 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15:12: Bug in the size of the column in xbrowse RESOLVED
Replies: 15
Views: 3401

Re: FWH 15:12: Bug in the size of the column in xbrowse

Good morning everyone. The problem is that in version 15.2 the size of the highlighted column not truncated the title of the column, and version 15:12 the size of the column did not obey the File field size, see the title of the highlighted column. I suppose that the problem ...
by tiaofw
Wed Feb 10, 2016 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15:12: Bug in the size of the column in xbrowse RESOLVED
Replies: 15
Views: 3401

Re: FWH1512 Unicode problem?

A utf8 string may become invalid when it is truncated by ANSI functions like Left(), SubStr(), etc or when saved to a field with width less than the number of bytes in the string or for any other similar reason. As we do not have your full code, ...
by nageswaragunupudi
Tue Jan 19, 2016 4:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1512 Unicode problem?
Replies: 8
Views: 2134

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

... for DrawText() (the background of the browse cell is not fully painted). 2. Menu width is not correctly calculated (sometimes the menuitem text is truncated). 3. Submenus still use the window or dialog font (menus are ok). EMG
by Enrico Maria Giordano
Sat Oct 03, 2015 9:20 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2015 (FWH 15.09)
Replies: 52
Views: 14976

Re: Programming with ADO, recordsets

... ):Value := Date() // or DateTime() tValue := oRs:Fields( "DTFIELD" ):Value // returns a tDateTime value of type 'T' To extract only the truncated date dValue := FW_TTOD( oRs:Fields( "DTFIELD" ):Value ) When you want to assign empty date it is desirable to assign AdoNull() eg: ...
by nageswaragunupudi
Sun Jun 21, 2015 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programming with ADO, recordsets
Replies: 6
Views: 1052

Re: ADO RDD xHarbour

... reason? First recommended caution is to keep always Century on. Most date fields in various SQL servers store acutally date-time values, not pure truncated date values. Please keep in mind that I said "most" not "all". If for some reasons, the value stored in the field is 28/04/2015 ...
by nageswaragunupudi
Wed Apr 29, 2015 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447024

Re: DBF to SQL script tool

... ) VALUES ( ... truncated due to limitation with FTS web forum ... ) Stack Calls =========== Called from: => TOLEAUTO:EXECUTE( 0 ) Called from: .\source\function\ADOFUNCS.PRG ...
by cdmmaui
Thu Jul 03, 2014 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13636

New FTDN march/april 2014 (FWH 14.04)

... is fixed. (e) Improvement: While saving ADO RecordSet, if length of character value assigned is greater than the field's DefinedSize, the value is truncated to avoid runtime error. * Enhancement: TBtnFlat: (a) Improved painting of multi-line prompt (b) If width spedified is less than 5, the width ...
by Antonio Linares
Thu May 22, 2014 4:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN march/april 2014 (FWH 14.04)
Replies: 2
Views: 1750

Re: Google Maps

Gale,

I see my link that I posted got truncated somehow.

The code works great for me.

Tim
by TimStone
Tue Jan 28, 2014 1:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 27650

How to work with Blowfish encryption

... etc. bytes in length. If space is not reserved for the checksum, then Blowfish will automatically add another 8 bytes to the data, which will get truncated when stored in the DBF, thereby losing the checksum - without which the data cannot be decrypted. Because memos are of variable length, the ...
by Roger Seiler
Mon Jan 06, 2014 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to work with Blowfish encryption
Replies: 4
Views: 1745

Re: Oracle via ADO/ODBC

... in a range of dates ( say d1, d2 ) let us not be tempted to use a construct like "FLDDATE BETWEEN d1 AND d2". Even if d1 and d2 are truncated dates, if FIDDATE has datetime values with time-part, we miss all transactions on d2. Again the safest query is : cSql := "SELECT * FROM ...
by nageswaragunupudi
Wed Jul 24, 2013 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oracle via ADO/ODBC
Replies: 19
Views: 6032

Edit resources with VS2012

... DLL.    warnings:    1> C: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ VC \ include \ string.h (57): warning RC4011: identifier truncated to '_CRT_SECURE_CPP_OVERLOAD_STANDA'    1>    1> C: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ VC \ include \ string.h (79): ...
by cnavarro
Sun Jul 07, 2013 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit resources with VS2012
Replies: 0
Views: 727

Editar recursos VS2012

... y crea la .DLL resultante. Warnings: 1>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\string.h(57): warning RC4011: identifier truncated to '_CRT_SECURE_CPP_OVERLOAD_STANDA' 1> 1>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\string.h(79): warning RC4011: ...
by cnavarro
Sun Jul 07, 2013 1:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar recursos VS2012
Replies: 20
Views: 3339

Re: Metro-style with animated buttonbars => DOWNLOAD Rel. 1.2

... a lot of hand coding. I do have a few comments and suggestions that you may find of interest. Animat.prg line 58 has a bug (it looks like it was truncated): oMetro1:bRClicked := { |Row,Col,f,o| IIF( lSubBar = .F., MAIN_MOVE() , ; I found this because my automatic indenting program choked on this ...
by James Bott
Sat May 11, 2013 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro-style with animated buttonbars => DOWNLOAD Rel. 1.2
Replies: 21
Views: 9576

Re: MSVS 2012

... ennoying part related to Harbour, i am not sure the ide's debugger will help us with it. 6. Resources : static texts that are > 256 chars are truncated to 256 , Bcc does not have this limitation As per Tim's problems with Database crashing in the component , better check if odbf is Ok with ...
by Richard Chidiak
Sat May 11, 2013 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15099
PreviousNext

Return to advanced search