Search found 151 matches: formatted

Return to advanced search

Re: TIPCLIENTHTTP problem ( new )

This has worked perfectly ( the XML content is properly formatted ) for several years. I upgraded to 19.09 and the Microsoft version of Harbour ( latest release from Antonio ), and suddenly this now occurs. Prior to the upgrade, it never had a problem, ...
by cnavarro
Wed Oct 30, 2019 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TIPCLIENTHTTP problem ( new )
Replies: 7
Views: 1318

Re: TIPCLIENTHTTP problem ( new )

This has worked perfectly ( the XML content is properly formatted ) for several years. I upgraded to 19.09 and the Microsoft version of Harbour ( latest release from Antonio ), and suddenly this now occurs.

Prior to the upgrade, it never had a problem, so the code WAS fine.
by TimStone
Wed Oct 30, 2019 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TIPCLIENTHTTP problem ( new )
Replies: 7
Views: 1318

New FTDN June/Junio 2019 (FWH 19.06)

... "QTY * PRICE AS AMOUNT". Value of QTY * PRICE will be exported with the heading "AMOUNT". - Text and decimal numbers are formatted. As a result, char fields with all numbers with leading zeros are not exported as numbers but as text only. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37425 ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2749

New FTDN May/Mayo 2019 (FWH 19.05)

... Hash with all values blank - uValBlank( number ) --> now preserves the decimal places * Enhancement: Report class: If numeric values are formatted prefixing currency symbol, the symbol is printed left aligned in the column. * Enhancement: XBrowser.prg: Now uses buttonbar instead of individual ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3163

Re: reindent Fivedit

... press ALT+F2 or SHIFT+F2 ( look, menu Edit - Format Code ) If you use ALT+F2 or option Menu: Format Code -> Format Code-Edit, you will see the formatted text. To exit that screen, press ESC and agree to replace the original text with the result of the operation This is my configuration screen ...
by cnavarro
Fri Mar 22, 2019 2:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: reindent Fivedit
Replies: 13
Views: 1775

Re: FW_GetMonitor() doesn't work

... with your function? They are the direct returns from MonitorInfoFromRC(), I have integrated them in the aMonitors[ 3 ] == aInfo :wink: cRect is formatted like C Language RECT struct to be directly used with Windows API functions. This is not of use in application programs. Ok, put it in aMonitors[ ...
by frose
Fri Feb 01, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 3011

Re: FW_GetMonitor() doesn't work

... not disturb this data. - What is the aim of oMonitor:cRect? Do you want to fill it with ArraysString( aRect ), I would appreciate it cRect is formatted like C Language RECT struct to be directly used with Windows API functions. This is not of use in application programs. - It would be helpful ...
by nageswaragunupudi
Fri Feb 01, 2019 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 3011

Re: How to turn off FW_SetUnicode(.T.)

... strings. If you are not able to view them in any other tools, those tools are either not (1) capable of or (2) configured to read and display UTF8 formatted Unicode text . In the case of ancient languages like Chinese, Korean, etc., confusion might arise between UTF8 encoding and other encodings ...
by nageswaragunupudi
Mon Jan 21, 2019 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to turn off FW_SetUnicode(.T.) *Fixed*
Replies: 8
Views: 1558

New FTDN November 2018 (FWH 18.11)

... ) - oMariaRs:RecToJson( [aFields] ) - oMariaRs:ToJson( [anRows], [nStart], [aFields] ) - Date/DateTime values in Json are converted as ISO8601 formatted strings. - FW_JsonDecode( cJson, @hHash ) Same as HB_JsonDecode() but in addition translates ISO1801 datetime strings to proper date/datetime ...
by Antonio Linares
Sat Dec 01, 2018 10:46 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November 2018 (FWH 18.11)
Replies: 1
Views: 2159

Re: Ejemplo de xBrowse

... in date type fields as dates than as character values like "ddmmyyyy". Anyway, keeping your present structure as it is, you can read formatted dates directly from the MySql server like this: // AT THE BEGINNING OF THE PROGRAMREQUEST HB_LANG_ESWINREQUEST HB_CODEPAGE_ESWIN   HB_CDPSELECT("ESWIN")  ...
by nageswaragunupudi
Sat Jun 30, 2018 6:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de xBrowse (Solucionado, thanks Mr. Rao)
Replies: 23
Views: 5134

New FTDN April/Abril 2018 (FWH 18.04)

... include extra space for the buttons, which is twice the height of the Get. - New clause RIHGTTOLEFT. Applies to numeric gets only. When specified, formatted number is displayed right aligned, even during edit. Digits entered are inserted at the right most position and the text shifted to the left. ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2165

Re: xBrowse Report and column pictures

... Kindly note that usage of bStrData was deprecated almost ten years back, i.e., from March 2008. Even earlier, bStrData was supposed to return a formatted string, though some tolerance is built into xbrowse to allow bStrData returning non-character values. Kindly read whatsnew.txt of March 2008. ...
by nageswaragunupudi
Thu Mar 22, 2018 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Report and column pictures
Replies: 3
Views: 782

Re: How to highlight a defined word in memofields ?

Cristobal, No, that is the reason for the download. Without colouring it works fine. Using another solution the text is not formatted and shows a missing linefeed. That happens adding @ 70, 625 RICHEDIT5 oTCode VAR cTCode OF oDlg SIZE 600, 380 ; // w h FONT oFont PIXEL HSCROLL regards ...
by ukoenig
Mon Mar 19, 2018 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8377

Re: How to highlight a defined word in memofields ?

... found "XBROWSE" not found 2. The MEMO is displayed in just one line NO working linefeed with defined HSCROLL -- without HSCROLL no formatted text. 3. NO edit possible ( textchange is needed ) . 4. what happens with multiple findings ( a scan must be included ) ? Is there still something ...
by ukoenig
Mon Mar 19, 2018 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8377

Re: RichEdit: How to not show URL?

Hi guys, In wordpad, a text formatted as hyperlink appears nicely like this https://s13.postimg.org/qjfrc4j0n/eis_text_ok.jpg but in FWH the full url is shown too in addition to the text like this https://s13.postimg.org/y0oyrivqv/eis_text_not_ok.jpg ...
by cnavarro
Sat Feb 17, 2018 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit: How to not show URL?
Replies: 12
Views: 2227
PreviousNext

Return to advanced search

cron