Abi
Abi

Reputation: 3

EXTRA xtreme Attachmate Pagedown function

I am using a Windows Form Application to open a EDP file and navigate AS400 system. Can someone specify the right format to give page_down.

MyScreen.SendKeys("<PG_DN>");
MyScreen.SendKeys("<PAGE_DOWN>"); 

doesn't seem to work.

Upvotes: 0

Views: 250

Answers (1)

Player1st
Player1st

Reputation: 1605

The documentation for the proper key command looks to be here: https://docs.attachmate.com/extra/x-treme/apis/com/5250functionkeys_des.htm

My guess is that you are looking for "RollUp" and "RollDown".

Upvotes: 0

Related Questions