|
Re: How to unabled a block or Frame? [message #138977 is a reply to message #138971] |
Mon, 26 September 2005 02:38 |
kiran
Messages: 503 Registered: July 2000
|
Senior Member |
|
|
Just checked the documentation.
SET_BLOCK_PROPERTY built-in is not having any ENABLED property.
If my understanding is correct , You want to control the block based on the checkbox like either updateble and not updateable.
So you can use the propery UPDATE_ALLOWED and can control the user for the same.
--Kiran.
|
|
|
|
|
|
|
Help me to unable ? [message #139494 is a reply to message #138971] |
Wed, 28 September 2005 05:28 |
cuongtv
Messages: 34 Registered: August 2005 Location: Vi�t Nam
|
Member |
|
|
"Number Record" is Dislay Item so it doesn't have ENABLE Property.
Block or Frame don't have ENABLE Property. When I uncheck "Search by data package" I want to unable all item on "Data Package" block so when press " Search" I only search by "Treasury" and " Treasury's Date Condition", in other way when I check "Search by data package" I will search three condition, I can do that?
-
Attachment: sh_007.jpg
(Size: 32.09KB, Downloaded 645 times)
[Updated on: Wed, 28 September 2005 05:30] Report message to a moderator
|
|
|
Re: Help me to unable ? [message #139625 is a reply to message #139494] |
Wed, 28 September 2005 19:00 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Okay, now we are getting somewhere. This last question is seriously clearer than your other posts. (By the way, I know English is a pain but in this context UNABLE should be DISABLE, okay? I'm not trying to be picky, but only trying to help. "A DISABLED person may be UNABLE to work." Adjective versus something else.)
Okay, what you want to do is change the 'set_item_property' property 'queryable' to 'property_false' for those that you do not want to search and 'property_true' for those on which you do want to be able to search.
Hope this helps.
David
|
|
|