문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top