Search found 23 matches: crlfs

Return to advanced search

String manipulation

... (var = cComment) cComment can contain a paragraph or more. The issue I'm having is, if the user enters their comment as one long string (ie: no CRLFs) the comment gets cut off. If I add the "~" character to the HL7 message, it tells the system to add a CRLF. So, the max length of the ...
by Jeff Barnes
Tue Jul 31, 2018 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String manipulation
Replies: 3
Views: 659

New FTDN November/Noviembre 2016 (FWH 16.11)

... within a rectangular area. Parameters: 1. hDC : Screen or Print DC 2. aText: Array of lines of text if aText is not array but only text containing CRLFs, the text converted into an array. 3. aRect: Bounding rectangle 4. nStyle: DT_constants to specify alignment within the rectnagle 5. aFont: Array ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3165

Re: Richedit difference between wordpad to excel

Maurizio,

It seems as the CRLFs are not properly painted

its late now, tomorrow I will have a look at it
by Antonio Linares
Sat Apr 23, 2016 12:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit difference between wordpad to FW
Replies: 11
Views: 2101

Re: A problem < oPRINT:cmSay( ..> with MULTILINE get ?

... and may not exactly match the text in the Get. However if each line in the Get is terminated by CRLF then the printed text also honors the same CRLFs while word wrapping. http://imagizer.imageshack.us/v2/xq90/923/UC3scE.png
by nageswaragunupudi
Sun Apr 03, 2016 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem < oPRINT:cmSay( ..> with MULTILINE get ?
Replies: 5
Views: 1459

Re: New FTDN January/Enero 2016 (FWH 16.01)

... bitmaps adn bitmaps without prompts are always centered. This is backward compatible as well as expected behavior. - New prompts with embedded CRLFs are painted in multi-line. - New FLAT style paints the buttons in flat style * BTNBMP - New Method: SetImages( [img1], [img2], [img3], [img4] ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2150

New FTDN January/Enero 2016 (FWH 16.01)

... bitmaps adn bitmaps without prompts are always centered. This is backward compatible as well as expected behavior. - New prompts with embedded CRLFs are painted in multi-line. - New FLAT style paints the buttons in flat style * BTNBMP - New Method: SetImages( [img1], [img2], [img3], [img4] ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2150

Re: CSV to DBF

... NEW ALIAS DSTDST->( FW_ArrayToDBF( aData ) )  function headers, variable declarations can be added. This logic preserves CRLFs and commas with in double quoted strings.
by nageswaragunupudi
Fri Aug 23, 2013 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 22
Views: 9309

Re: CSV to DBF

Hello!

BTW, does APPEND FROM .csv support multiline strings (CRLFs between quatition marks)?

Thanks, Roman
by modicr
Tue Jul 13, 2010 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 10
Views: 2398

Re: xBrowse Spliting header into 2 line using CRLF (Solved)

... if it contains CRLF and automatically computes the header height required to display both lines. Whatsnew.txt * Improvement: Where header has CRLFs, data nHeaderLines is automatically computed by the xbrowse. It is desirable not to specify the data nHeaderLines manually, unless required for ...
by nageswaragunupudi
Mon Jan 04, 2010 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Spliting header into 2 line using CRLF (Solved)
Replies: 4
Views: 808

New FTDN December/Diciembre 2009 (9.12)

... is set to .t. moving columns at runtime changes the columns group to the new group. IMPROVEMENS AND FIXES: * Improvement: Where header has CRLFs, data nHeaderLines is automatically computed by the xbrowse. It is desirable not to specify the data nHeaderLines manually, unless required for ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2583

Re: New FTDN June/Junio 2009 (9.06)

... a Excel: i. La exportación del contenido de un campo memo ahora se maneja correctamente. Las tabulaciones son convertidas a espacios y los CRLFs son convertidos a saltos de línea. ii. En la actualidad, la exportación a Excel se realiza mediante la copia de bloques de filas y columnas al ...
by Antonio Linares
Mon Jul 20, 2009 10:55 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2009 (9.06)
Replies: 12
Views: 6339

New FTDN June/Junio 2009 (9.06)

... into the dbf through xbrowse. Export to Excel: i. Export of memo field contents are now properly handled. Tabs are converted to spaces and CRLFs are coverted to line-feeds. ii. At present, export to Excel is performed by copying blocks of rows and columns to clipboard and pasting into excel ...
by Antonio Linares
Sat Jul 11, 2009 5:12 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2009 (9.06)
Replies: 12
Views: 6339

Re: xBrowse :ToExcel Method - Problem with Memo's?

... It is also true that memo fields are not handled well in the ToExcel method of xbrowse. We get unexpected results when the memo contains tabs and crlfs.
by nageswaragunupudi
Wed May 27, 2009 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse :ToExcel Method - Problem with Memo's?
Replies: 2
Views: 742

Re: XBROWSE BUGS?

Hello Patrick,
yes the last chr(9) are not necessary but on the last col anyhow a CRLF is given and the next full line are reading.
And you are not made the strtran() to transform CRLFs to " ; " (Memofields). If not, this makes problems!

The TRY - CATCH is super!
by byte-one
Tue Feb 10, 2009 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE BUGS?
Replies: 8
Views: 1599

... XBROWSE. 3.) Method ToExcel: When the value from first col is empty, then the value from following cols are beginning on the first col! Also, if CRLFs in text (M-fields) should converted with strtran to " ; " or an other character! This could be a way: METHOD ClpRow( lFullRow ) CLASS ...
by byte-one
Thu Dec 04, 2008 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE BUGS?
Replies: 8
Views: 1599
Next

Return to advanced search