Set the focus to already opened View
-
Hello, In my project, if i click a particular row in the list control, it will open a view. Like that if i click different row it will open different view. But when i try to open the view using click event, that was opened already, the focus is not set to the particular view. It is opening another window using "Openform". Is there any way to set the focus to already opened view. Regards Jagannathan
-
Hello, In my project, if i click a particular row in the list control, it will open a view. Like that if i click different row it will open different view. But when i try to open the view using click event, that was opened already, the focus is not set to the particular view. It is opening another window using "Openform". Is there any way to set the focus to already opened view. Regards Jagannathan
jagannathan thiruvengadathan wrote:
In my project, if i click a particular row in the list control, it will open a view.
If by that you really mean single-click, meaning select, it sounds like a great way to piss-off keyboard based users that are using the arrow keys to move to an item, ot typing part of the label to accelerate to one... Anyway, I am not familar with
Openform
, as it is not a function or method that I know about. Sounds like you need to associate the view with a particular item (like via the item's data-item value, and maintain it correctly when the corresponding view is closed), and then use that data item to focus/activate the appropriate already-created view. Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
Hello, In my project, if i click a particular row in the list control, it will open a view. Like that if i click different row it will open different view. But when i try to open the view using click event, that was opened already, the focus is not set to the particular view. It is opening another window using "Openform". Is there any way to set the focus to already opened view. Regards Jagannathan
Before opening a new view, can't you just search through the list of already-open views?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne