FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Is there any way to use Font in DbCombo ?
Posts: 115
Joined: Mon Oct 17, 2005 04:42 AM
Is there any way to use Font in DbCombo ?
Posted: Wed Jun 07, 2006 05:09 AM

Hello All,

Is there any way to use Font in DbCombo ?

My problem is that I am developing an application, in which I am using Indian Language Fonts. I am able to Enter and Store data in Dbf file but when I give selection using DbCombo it goes to different font.

How can I select the font in DbCombo ?

TIA
Milan.

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Is there any way to use Font in DbCombo ?
Posted: Wed Jun 07, 2006 08:59 AM

Try using:

  • FONT clause of @ DBCOMBO command
  • oFont property
  • SetFont() method

EMG

Continue the discussion