Hello Guys,
I don't know if it's possible but give me any suggestions on the following issue:
I have a non-editable form but double clicking on any record I want to make it editable..
Is it possible even if there is no way to intercept the double-click event in Nav (that is really absurd from my point of view :shock:)
Thanks in advance for your attention
Vic
0
Comments
You can use InlineEditing property (table box property).
You can click F2 to make it editable..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
:?
sorry for that
and thanks again
Select the TableBox
Press Properties
Select InlineEditing...set it to yes
Save and run the form
Form is not editable in the begining.
it will be editable after pressing F2
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
remember though that the editable property of the form must be set to YES otherwise it won't work
Thanks again