Message 1 of 3
Stop user selecting block reference

Not applicable
05-17-2005
06:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
In Brief:
What I want is to be able to stop a user selecting a block reference unless they use the button on my form.
In Full:
I have written an application which plots road traffic accidents which I have in an access database. I have created a block with a load of attributes which contain all the information about the accident. (The coordinates area also an attribute)
I have made it so that a user must click "move accidents" on a form in order to move the accident and this automatically updates the co-ordinate attribute.
What I want is to be able to stop a user selecting a block reference unless they use the button on my form.
Something along the lines of
thisAccident.selectable = false
I am not sure whether this is possible but I have looked all over and can not find the answer.
Thank you in advance
Jon
In Brief:
What I want is to be able to stop a user selecting a block reference unless they use the button on my form.
In Full:
I have written an application which plots road traffic accidents which I have in an access database. I have created a block with a load of attributes which contain all the information about the accident. (The coordinates area also an attribute)
I have made it so that a user must click "move accidents" on a form in order to move the accident and this automatically updates the co-ordinate attribute.
What I want is to be able to stop a user selecting a block reference unless they use the button on my form.
Something along the lines of
thisAccident.selectable = false
I am not sure whether this is possible but I have looked all over and can not find the answer.
Thank you in advance
Jon