AddTab(); hold focus on clicked tab
When the users preview a couple of heavy reports they like to view the already prepared reports.
The problem is that when they click on a tab in the report that is visible, the focus is giving the latest added report.
1. can we prevent that Addtab() gives focus to the added report, and keep the focus on the clicked tab ?
2. if 1 is not possible, can that possibility being added to a new release of Fastreport.NET ?
Tia
Hans
The problem is that when they click on a tab in the report that is visible, the focus is giving the latest added report.
1. can we prevent that Addtab() gives focus to the added report, and keep the focus on the clicked tab ?
2. if 1 is not possible, can that possibility being added to a new release of Fastreport.NET ?
Tia
Hans
Comments
Sorry, it's a bit unclear to me. Do you want to keep the focus on a previously displayed report when adding a new report tab?
The user want a number of previews. Every preview takes a few seconds.
When there are for example 3 previews ready, so 3 tabs, the users clicks tab 1 to check if the preview is ok.
Then a new tab is coming up, tab 4, that stole the focus.
If the focus can be hold on the tab the user clicked it would be very nice.
Tia
Hans
Thanks a lot.