OW HTML Forms : How to return to specific grid line or page

LarryBP

Member
Hi everyone

I'm working with a Find browse form calling a Fix & Inspect on a HTML client.

When returning from the called "fix & inspect", I'm looking for a way to automaticly return to a specific grid line, or at least a specific "page" (1 to 10, 10 to 20... kind of page) on the calling form (find browse).

Our platform is OW XE SP22 with HTML Client.

Thanks a lot.
 
I'm curious to hear if there is an easy way to do this. My first thought would be to store the row number, then during the "post click" event, I'd re-select that specific row.

- Scott
 
You're right, as far as we know it's only way to return to the selected record.

The thing is, if you got, for example, 20 grid lines shown on your first screen and then you select one of these record, when you'll get back to your calling screen, there will be only a single line shown. We think it would be a little confusing for "non-computer-friendly" users...

I'll get back to you if I get more about this.
 
Sure would be nice to have an array available to stick those row numbers in. I suppose you could use a business function in order to get to an array in C. This is the reason there's so much messy "work file" programming around.

- Scott
 
Back
Top