I have a Performance Custom Tab that we use to enter sales data from third party agencies. This requires using "Add" to enter multiple rows, with each row comprising 5 columns of data.
All works as expected except for one issue.
When I click Add to enter a new row the cursor lands in the column that the cursor was in on the previous row, which in normal data entry processes is the last column. This then means the operator has to manually select the first column in the new row, or shift-tab to move backwards.
But what I want is that when adding a new row the cursor is always in the first column. Any ideas?
Thanks all
Hi Peter,
You can not achieve this with infomaker.
maybe you should create a webpage to handle this.
have fun.
Ben
Hi Ben, do you mean an SSRS rep?
I couldnt go that way because the Custom Tab data needs to update to a table, which I understand SSRS reps cant do.
I think the web page can be any intranet site not only SSRS.
The customer tab just a user interface, you just pass session and querystring do the updates through pages. it should be a fully functional website, just located inside a custom tab.
it likes the google map in the tab. (when you click the "Map" button in "Addresses" tab, you will see what I mean.)
quick test:
customer_no <<key>> 11019
querystring 11019 pass through as search item.
Crikey Ben, you're a step or two ahead of me in terms of knowledge .. but its an intriguing idea, I'll give it a go (and yes, have some fun in the process!).
Peter
With a web form you can control very aspect. On a couple of our web forms we made sercurity more granular. We made certain fields and features of the form only available for certain user groups. Its pretty easy to CSS to make the page look like a tessitura page. Here is a screen shot of our custom call log screen.