Jump to content


Dito

Member Since 05 Jun 2007
Offline Last Active Dec 07 2007 06:40 PM
-----

Posts I've Made

In Topic: Checkbox in NextDBGrid

06 June 2007 - 03:11 PM

Hello Boki,
thank you, for code examle. I run it and I also see new comlumn in grig,but when I try click on cell I see MessageBox with ACol and ARow values, and cell after my click is not cheked, why? Please, include this function (cell cheking) in your exsample and send me again.

Thanks a lot.

In Topic: Checkbox in NextDBGrid

06 June 2007 - 02:42 PM

Please send my Work example.
I need you'r help sad.gif

In Topic: Checkbox in NextDBGrid

06 June 2007 - 12:50 PM

Sorry for my English I'm need Insert new Boolean Column in design-time, with my NextBDGrid, but my Table don't contained boolean column. Table Column:
====
1) FName
2) FPrice
====
if you don't Understand my, i can send you Exaple.

In Topic: Checkbox in NextDBGrid

06 June 2007 - 11:18 AM

QUOTE (Boki (Berg) @ Jun 6 2007, 12:20 AM) <{POST_SNAPBACK}>
Hello Dito,

Maybe you have forgot to set coEditing flag in Column.Options to True ?

I hope that this is it.

regards

Yes,
coEditing flag in Column.Options to True...
sad.gif

In Topic: Checkbox in NextDBGrid

05 June 2007 - 08:12 PM

Boki, this example is not what i need.
I want insert new column in the NextBDGrid, with myself: and not from table boolean column.
When I try insert new column from column editor, and set this parameters:
ValueChecked: true
ValueUnchecked: false

new cell don't work at click. I can't using cell cheking and uncheking at mouse cliking.
please, if you have any idea tell me or send me work example.

Thanks