![]() |
XTPControlEdit locking |
Post Reply
|
| Author | |
atr3ides
Newbie
Joined: 19 March 2005 Location: Romania Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: XTPControlEdit lockingPosted: 20 March 2005 at 7:21am |
|
I need to lock a xtpControlEdit item so it doesn't give the user the opportunity to change its value (it's programatically set), but I don't want it to be disabled. I am using v. 8.70 under Visual Basic 6.0 environment. |
|
![]() |
|
atr3ides
Newbie
Joined: 19 March 2005 Location: Romania Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 March 2005 at 2:50pm |
|
I would really appreciate any suggestion on this problem as the time is an important factor. Here is the code that defines it. Dim cdjCtrls &nbs p; As CommandBarControls CommandBarsGlobalSettings.App = App Set cdjBars = frmMain.CommandBars cdjBars.AddImageList frmMain.imlToolbarIcons cdjBars.Options.UseDisabledIcons = True cdjBars.EnableCustomization (True) To be more explicit, it should behave exactly like a TextBox control with the Locked property set, since the item value only holds information of current parameter. |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 March 2005 at 2:02am |
|
As I wrote we added ReadOnly property in 9.60. Yopu need to update your version.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
atr3ides
Newbie
Joined: 19 March 2005 Location: Romania Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 March 2005 at 3:12am |
|
Thank you very much!
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |