Page 1 of 1

Is there any way to use Font in DbCombo ?

Posted: Wed Jun 07, 2006 5:09 am
by Milan Mehta
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.

Re: Is there any way to use Font in DbCombo ?

Posted: Wed Jun 07, 2006 8:59 am
by Enrico Maria Giordano
Try using:

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

EMG