XTPControlEdit locking |
Post Reply |
Author | |
atr3ides
Newbie Joined: 19 March 2005 Location: Romania Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 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)
|
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
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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)
|
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 |