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