Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.01.27;
Скачать: CL | DM;

Вниз

Отображение поля Boolean в DBGrid   Найти похожие ветки 

 
GeRon ©   (2003-01-08 09:06) [0]

Имеется база данных в которой кроме других полей имеется поле типа Boolean. Как отобразить в DBGrid это поле под тип DBChekBox(Т.е. чтобы значение отображалось ввиде "галочки" а не "True" или "False"?


 
Johnmen ©   (2003-01-08 09:12) [1]

Отрисовать соотв.ячейку грида самому.


 
kat   (2003-01-08 09:58) [2]

использовать Grid из EHLibrary


 
Max Zyuzin ©   (2003-01-08 10:20) [3]

http://www.delphikingdom.com/helloworld/dbgridcolor.htm


 
Verg ©   (2003-01-08 11:06) [4]

А как насчет DisplayValues у TBooleanField ???


 
Verg ©   (2003-01-08 11:07) [5]

Controls how the Boolean field is translated to and from display format.

property DisplayValues: string;

Description

Use DisplayValues to specify strings you want used to represent Boolean values. Use any pair of phrases, separated by a semicolon. For example, to have the True and False values correspond to the letters T and F, respectively, set DisplayValues to

T;F

Similarly, to set the values of True and False to the strings Yes and No, set DisplayValues to

Yes;No

The string associated with True or False can be an empty string. To set the value for True to an empty string, set DisplayValues to a string that begins with a semicolon. For example, to associate False with the string Fail, and True with an empty string, set DisplayValues to

;Fail

To associate False with an empty string, set DisplayValues to the string for True, with no semicolon at all.

The strings associated with True and False by DisplayValues appear in data-aware controls when they display the data for a Boolean field. If one of the strings is an empty string, Boolean values associated with that string appear blank in data-aware controls.

These strings are also used when getting or setting the Boolean field’s AsString property.



Страницы: 1 вся ветка

Текущий архив: 2003.01.27;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.047 c
14-87080
Makhanev A.S.
2003-01-09 00:30
2003.01.27
Можно ли попросить общественность оценить скромные труды?


4-87208
XHunter
2002-12-12 21:03
2003.01.27
Приложение ассоциированное с данным типом файла...


6-87006
kofman
2002-11-27 12:53
2003.01.27
Получение имени файла на сервере кот. грузится по умолчанию.


14-87026
Big_Rom
2003-01-10 16:41
2003.01.27
посылка сообщения


7-87170
ctapik-net
2002-11-14 20:34
2003.01.27
Очень интересный вопрос