Search found 9 matches: uml

Return to advanced search

Re: not ISOEM(), ISANSI() or IsUTF8()

hi, Suggested: OEM -> ANSI -> UTF8 So we can use: UTF16toUTF8( strToWide( UML_OEMTOANSI( fieldGet( n ) ) ) ) Please use UML_OEMTOANSI() but not OemToAnsi() YES this "seems" to work, no Error in LOG :D but when try to open Excel Sheet i got Warning and ...
by Jimmy
Wed Aug 30, 2023 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 4329

Re: not ISOEM(), ISANSI() or IsUTF8()

i like to get a working Excel Sheet with German "Umlaute" using DrXlsx Suggested: OEM -> ANSI -> UTF8 For ansi to utf8 UTF16toUTF8( strToWide( cAnsi ) ) So we can use: UTF16toUTF8( strToWide( UML_OEMTOANSI( fieldGet( n ) ) ) ) Please u...
by nageswaragunupudi
Wed Aug 30, 2023 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 4329

Re: not ISOEM(), ISANSI() or IsUTF8()

hi, thx for your Sample i have try OemToAnsi() before and now also UML_OemToAnsi() ... but this is not the Problem i have disable *   hb_LangSelect( cLangCode )*   hb_cdpSelect( cCodepage )*   FW_SetUnicode( .T. )USE (cDBF)  // CODEPAGE cCodepage EXCLUSIVE now please ...
by Jimmy
Wed Aug 30, 2023 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 4329

Re: Diagrama de Clases UML de las clases FWH (Curiosidad)

... pero me interesaba vitaminarlo más y ser más visual. Lo que hago es analizar los PRG en la estructura de carpetas y crear lo mismo en lenguaje UML para tener un Mapa Visual de herencias. Me he basado en esta nomenclatura: https://plantuml.com/es/class-diagram
by VictorCasajuana
Tue Feb 02, 2021 9:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Diagrama de Clases UML de las clases FWH (Curiosidad)
Replies: 2
Views: 336

Diagrama de Clases UML de las clases FWH (Curiosidad)

Hola. Haciendo un kata he montado un pequeño PRG que genera Diagrama de Clases UML a partir de la estructura de Clases de Harbour: https://i.ibb.co/yyRQXRp/umlclass.png @startumlpackage root <<Frame>> {class TClass      {  ...
by VictorCasajuana
Tue Feb 02, 2021 8:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Diagrama de Clases UML de las clases FWH (Curiosidad)
Replies: 2
Views: 336

Hua, >Are using UML to help you with this part? I use CRC cards, which I think is considered pre-UML. You can find more info about CRC cards using Google. This is one nice site: http://www.agilemodeling.com/artifacts/crcModel.htm ...
by James Bott
Tue Sep 25, 2007 4:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Deactivating display of default message in FW Message Bar
Replies: 8
Views: 2055

...I write down a description of each one an how it relates to the others in plain words, not code. This does help a lot Are using UML to help you with this part? I'm sorry to hear that. Is this because Amazon will not ship outside the US? Is it a tax issue? Have you tried to find it via ...
by hua
Tue Sep 25, 2007 1:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Deactivating display of default message in FW Message Bar
Replies: 8
Views: 2055

Return to advanced search