Search found 3 matches
- Fri Sep 07, 2007 6:10 pm
- Forum: Beginners
- Topic: Keyboard Entry - Citrix
- Replies: 0
- Views: 3308
Keyboard Entry - Citrix
I am trying to automate data entry to another program through a citrix environment in Windows 2000, but the program is not responding to any press commands such as Delete and arrows keys whether I set SK_LEGACY to 0 or 1 (Tab key is working though). My company just upgraded the Citrix Presentation C...
- Wed Jun 06, 2007 2:51 pm
- Forum: Beginners
- Topic: Extract from Excel
- Replies: 4
- Views: 6111
Thanks
I have tried using %CRLF% but it does not work. Right now I have a stringreplace syntax for each excel column which is cumbersome but it gets the job done. I would like to use a loop in the future because the code is much cleaner.
Thanks for the tips on the array variable.
- Ken
Thanks for the tips on the array variable.
- Ken
- Tue Jun 05, 2007 3:55 pm
- Forum: Beginners
- Topic: Extract from Excel
- Replies: 4
- Views: 6111
Extract from Excel
Hello, I am trying to extract data from excel and transfer them into another program. I am using the "Extract from Excel" sample in the Scheduler 9.0 as a starting point. Instead of typing out the DDERequest and StringReplace function for each column, I decided to use a loop because there are a lot ...