Search found 281 matches: setunicode

Return to advanced search

Re: TOutlook2010 and Message Bar are not support UNICODE

Plese remember to do FW_SetUnicode( .T. ) at the very beginning of your app
by Antonio Linares
Tue Sep 29, 2015 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOutlook2010 and Message Bar are not support UNICODE
Replies: 24
Views: 4929

Re: TOutlook2010 and Message Bar are not support UNICODE

Dear Dutch,

Please add this line in Class TOutLook2010:

In Method New() and in Method Redefine():

::lUnicode = FW_SetUniCode()
by Antonio Linares
Tue Sep 29, 2015 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOutlook2010 and Message Bar are not support UNICODE
Replies: 24
Views: 4929

Re: UniCode Testing Results

The best way to test the Unicode capabilities of FWH is to take any existing working application, big or small, dealing with data in DBF format (nor ADO) and insert one single line at the top of main function FW_SetUnicode(.t.) and rebuild the application. The entire application works with any langu...
by nageswaragunupudi
Tue Sep 29, 2015 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UniCode Testing Results
Replies: 12
Views: 2576

New FTDN September/Septiembre 2015 (FWH 15.09)

September 2015 ============== * Unicode support extended to all controls. Existing applications turn into multi-lingual unicode application by inserting one line of code in the Main function FW_SetUnicode( .t. ) This being a major revision, we request the users to provide feedback to help improvemen...
by Antonio Linares
Sat Sep 26, 2015 8:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2015 (FWH 15.09)
Replies: 52
Views: 15078

Re: New FTDN August/Agosto 2015 (FWH 15.08)

Maestro Antonio Se que unas de las mejoras de la versión 15.08 es el tema UniCode, sin embargo al hacer unas pruebas no salen caracteres como acentos ñ y caracteres que no son ASCII que están en nuestro idioma español a la hora de pre-visualizar un informe, por otro lado puedes probar el ejemplo tes...
by luisduque
Sun Sep 13, 2015 5:11 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2015 (FWH 15.08)
Replies: 12
Views: 3554

New FTDN August/Agosto 2015 (FWH 15.08)

August 2015 ========== * Enhancement: treport.prg: New data nRptAlign. By setting oRep:nRptAlign to RPT_RIGHT or RPT_LEFT, a report can be aligned to Right or Left of the page instead of the default Center. * New: function SetCustomPrintPreview( bPreview (0r) NIL ) It is possible to design a custom ...
by Antonio Linares
Wed Sep 09, 2015 9:12 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2015 (FWH 15.08)
Replies: 12
Views: 3554

New FTDN May 2015 (FWH 15.05)

May 2015 ======== * Fix: function OfficeExtractImage() in olefuncs.prg: This was not working with Harbour due to some issues with the version of HB_UnzipFile() of Harbour. Workaround implemented. * Enhancement: TXImage class. New Method Rotate( nDegrees ) * Fix: XBrowse: OrdKeyGoTo(n) is not working...
by Antonio Linares
Fri Jun 05, 2015 11:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2015 (FWH 15.05)
Replies: 5
Views: 3285

Muy mejorados menus en FWH 15.05

* Permite mezclar estilos ( 2007, 2010, 2013, 2015 ) dentro de un mismo Menu principal * Permite cambiar colores para fondo, texto, etc. * Permite cambiar el Font del menu * Permite poner glyphs (Segoe Symbol, u otras FONTs ), o simplemente caracteres normales, en lugar de resources * Mantiene los e...
by Antonio Linares
Tue Jun 02, 2015 9:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Muy mejorados menus en FWH 15.05
Replies: 10
Views: 1736

Greatly enhanced menus in FWH 15.05

* It allows to mix different styles ( 2007, 2010, 2013, 2015 ) in the same main menu * You can define the colors for the background, text, etc * You can set a font for the menu * Support for glyphs (Segoe Symbol, or other FONTs ), or simply standard chars, instead of resources * Backwards compatibil...
by Antonio Linares
Tue Jun 02, 2015 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Greatly enhanced menus in FWH 15.05
Replies: 9
Views: 1859

Re: Unicode support in FWH 14.09

Enrico, The new FWH 14.09 libs are required in order to run the first example unicode.prg Today Dave (BP Dave) sent me a very interesting link that maybe helps me to solve the problem: http://www.nubaria.com/en/blog/?p=289 Here is the code for unicode.prg though it can't be built without...
by Antonio Linares
Mon Oct 13, 2014 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode support in FWH 14.09
Replies: 18
Views: 5761

Re: CHINESE IN GET

... be possible making the necessary changes optional? If somebody wants to use Unicode in there applications, they can call e.g. the FWH function SetUnicode(.T.). So nothing will break in other FWH users applications. IMO in future more and more FWH users needs Unicode support. Or maybe this will ...
by IBTC
Wed Jan 18, 2012 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CHINESE IN GET
Replies: 44
Views: 9827
Previous

Return to advanced search