Hi Guys
I am currently having trouble sending keys (using Microsoft Access 2003) to a Application on Citrix,
I can get focus on it (using AppActivate) however when ever using a sendkeys statement it does nothing,
something to note is that the citrix Application does not appear in the start bar.
Code:
'AppActivateByStringPart is a function which searches for a window with the definded string in it.
AppActivateByStringPart "\\"
Sleep 1000
SendKeys "(%{F4})", True
I am currently having trouble sending keys (using Microsoft Access 2003) to a Application on Citrix,
I can get focus on it (using AppActivate) however when ever using a sendkeys statement it does nothing,
something to note is that the citrix Application does not appear in the start bar.
Code:
'AppActivateByStringPart is a function which searches for a window with the definded string in it.
AppActivateByStringPart "\\"
Sleep 1000
SendKeys "(%{F4})", True