R5 vs R6.5 difference in ViewHorizScrollbar

We have a database that works fine in R5 and has a @Command(ViewHorizScrollbar) in the PostOpen of a view. I’ve now rolled to R6.5 and I get an error “Cannot execute the specified command”. (It is a page that opens a frameset in which one frame is a view that has the PostOpen).

Even though I get the error, I can still OK through it in R6.5 and the scrollbar is showing.

I’m wondering if R6.5 handles this differently that R5 did? It seems that if I just omit the PostOpen code in R6.5, it will be fine … did R6.5 get more intuitive regarding when the scrollbar should/shouldn’t show?

TIA

Subject: R5 vs R6.5 difference in ViewHorizScrollbar

I’ve never used the formula for it, but I can state that R6 is more intuitive about the scrollbar. If you are in a view that flows off the screen, if you just hit the right arrow key the horizontal scroll bar displays. I don’t know that I’ve ever run across one where it’s necessary, though - it seems that R6 will display the horizontal scroll where necessary (if you notice, the View/Show/Horizontal Scroll Bar menu choice is gone.)