我正在 VBA 中创建一个宏来自动化 Reflections 3270 环境中的一个过程。
这通常不是问题,因为
MyScreen.SendKeys "<ENTER>"
工作正常,并且在我们的系统中 99% 的时间都使用了 enter。
但是,我似乎找不到 Page Up 的关键代码。如果可能的话,我想避免重新映射用户的键。
我努力了
"<PageUp>"
"<RollDown>" 'these two were listed on some documentation I found through google
"<RollUp>" '******************
"<PFPageUp>"
想不出也想不出别的。
编辑:找到答案。希望这将有助于将来的某人。
MyScreen.SendKeys "<PA1>"
页面前进 1