user2142324
user2142324

Reputation: 43

Can't check checkbox in Datawindow

Can I know why the checkbox in Datawindow can't be checked. I have changed the column style to checkbox.

I am using PB.Net version 12.5.

Upvotes: 0

Views: 2254

Answers (1)

DARKinVADER
DARKinVADER

Reputation: 640

Have you checked the following properties of the column?

  • is not protected (Protect = 0)
  • its taborder is not 0 (positive)

Also the datawindow has to be:

  • enabled
  • NOT readonly

Br. Gábor

Ps.: If you need more details how to check/set this please let me know

Upvotes: 2

Related Questions