2 grids but 1 form - which one called the fom

Hi All,

I have 2 grids - one a “normal” grid, and another is the “error” grid.

The error grid calls the normal form to allow the user to correct any errors found. The error grid only displays the entries that have an error. The error grid also uses a different css file and looses some buttons etc.

I need to do a sc_redir() to return the user back to the calling grid.

Apart from using a global variable to flag which grid called the form, is there another way to do it. I could not see a macro that records the calling application.

Many Thanks

Tony

Nope - so far, you need to use the global var route…

Yeh, I ended up using a global variable and it seems to work fine.