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.
Is there any way to use Font in DbCombo ?
-
- Posts: 115
- Joined: Mon Oct 17, 2005 4:42 am
- Location: India
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Is there any way to use Font in DbCombo ?
Try using:
- FONT clause of @ DBCOMBO command
- oFont property
- SetFont() method
EMG
- FONT clause of @ DBCOMBO command
- oFont property
- SetFont() method
EMG