What is the equivalent of @Command([ViewPageDown])

Hi,A command that works in 5.013 to move up & down a screen ( or in my case move to the next list of documents of a embedded view in a form ) @Command([ViewPageUp]) & @Command([ViewPageDown]) no longer works in 6.5.5.

I have checked the @Commands in the help section in 6.5.5 & it is not longer there and I don’t see an equivalent.

Does anybody have a solution to this.

This worked great in 5.013 by simple adding a hotspot to forward to next screen image tag ( as in next page so for e.g if a person had 100 docs when they log in they would see 1-60 of 100 by default & then would just click on the image to go to the next set as in 61 - 100 )

Subject: What is the equivalent of @Command([ViewPageDown])

Hi, Check with these commands

@DbCommand( “Domino” ; “ViewPreviousPage” )

@DbCommand( “Domino” ; “ViewNextPage” )

HTH

Thanks

-Venu

Subject: RE: What is the equivalent of @Command([ViewPageDown])

Hi Venu,That worked a treat - thank you very much

Regards,

LOC