J
John
Hi there,
I have a shape that with an inserted field that reflects the string in a
custom property ("Prop.Name"). The shape's LockTextEdit cell is set to true
so that the inserted field can't be overwritten, but I'd like to create an
event that would catch the user trying to type directly to the selected
shape and then enter the text in the Prop.Name custom properties field.
So can anyone suggest what event I should try and capture? At the moment if
the user type directly on a selected shape they get the "Shape
protection..." warning popping up, but I assume I can't use a cell change
event as nothing has actually changed at that point?
(NB I'd prefer for the text to appear in the Custom Properties Window if
it's open and only if it's not, then to open the custom properties dialogue
box (DoCmd1312).
Anyway, thanks in advance
Best regards
John
I have a shape that with an inserted field that reflects the string in a
custom property ("Prop.Name"). The shape's LockTextEdit cell is set to true
so that the inserted field can't be overwritten, but I'd like to create an
event that would catch the user trying to type directly to the selected
shape and then enter the text in the Prop.Name custom properties field.
So can anyone suggest what event I should try and capture? At the moment if
the user type directly on a selected shape they get the "Shape
protection..." warning popping up, but I assume I can't use a cell change
event as nothing has actually changed at that point?
(NB I'd prefer for the text to appear in the Custom Properties Window if
it's open and only if it's not, then to open the custom properties dialogue
box (DoCmd1312).
Anyway, thanks in advance
Best regards
John