Thursday, September 11, 2014

how to simulate a page down key press in VBScript on Look Server

according to Microsoft TechNet Wiki

http://social.technet.microsoft.com/wiki/contents/articles/5169.vbscript-sendkeys-method.aspx

Page Down {PGDN}

WshShell.SendKeys "{PGDN}"

However in Look Server

we must use this line to advance the page down

system.SendKeys "", "{Page Down}", 1

this syntax is not available in Look Server soarchitect Help file.. i hope this post can help you reduce the time on searching

Update : we can find all the key press that supported in the Look server by search the sendkeys action





No comments:

Post a Comment