Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread TCheckBox ReadOnly inefficacy
Mon, Dec 19 2016 2:49 AMPermanent Link

kentersoft

Hi,

 I use such code set a checkbox bind to a dataset in runtime, also in design time set it's ReadOnly = true

  EditAdvance.DataSet := aDs;
  EditAdvance.DataColumn := 'Advance';
  EditAdvance.ReadOnly := True;

When run, the checkbox is grey, but can use mouse or keyboard to edit,
test TEdit is ok,

but when i make simple test case, can't reproduction it, any help would be grateful!

thanks!
Mon, Dec 19 2016 4:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<<  I use such code set a checkbox bind to a dataset in runtime, also in design time set it's ReadOnly = true

  EditAdvance.DataSet := aDs;
  EditAdvance.DataColumn := 'Advance';
  EditAdvance.ReadOnly := True;

When run, the checkbox is grey, but can use mouse or keyboard to edit, test TEdit is ok,

but when i make simple test case, can't reproduction it, any help would be grateful! >>

If you can email me a link to a URL that exposes the application, I can debug it here remotely and see what's going wrong.  Just be sure to compile the application *without* compression, otherwise I won't be able to debug it. Smile

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Dec 19 2016 10:21 PMPermanent Link

kentersoft


<
If you can email me a link to a URL that exposes the application, I can debug it here remotely and see what's going wrong.  Just be sure to compile the application *without* compression, otherwise I won't be able to debug it. Smile
>

Have email a link to you, thanks!

kenter
Fri, Dec 23 2016 2:10 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< Have email a link to you, thanks! >>

Thanks, I'm looking at it today...

Tim Young
Elevate Software
www.elevatesoft.com
Image