Aha, I think I understand now - seeing them backwards confused me.
Thanks again!
Search found 5 matches
- Wed Jan 23, 2008 9:47 pm
- Forum: Technical / Scripting
- Topic: Can I link date to a "period" number and have it a
- Replies: 5
- Views: 5266
- Wed Jan 23, 2008 9:30 pm
- Forum: Technical / Scripting
- Topic: Can I link date to a "period" number and have it a
- Replies: 5
- Views: 5266
Thanks Marcus, I understand the year variable now but have another question about the month variable. I'm not totally user I understand the month variable (the +/- 6 part) but no worries, we'll roll with it :wink: When I get to the part of the script where I actually want to insert the period value,...
- Wed Jan 23, 2008 8:54 pm
- Forum: Technical / Scripting
- Topic: Can I link date to a "period" number and have it a
- Replies: 5
- Views: 5266
Can I link date to a "period" number and have it a
Here's my scenario: We run a report on the first business day of the month. We have to go into the application and set some variables and then click "RUN" There are two variables I have a problem with: YEAR: There is a field where I have to enter a year as 2008 for example. How can I tell the script...
- Thu Sep 20, 2007 5:00 pm
- Forum: Technical / Scripting
- Topic: FindImagePos not recognizing needle image in taskbar
- Replies: 2
- Views: 4433
- Thu Sep 20, 2007 4:09 pm
- Forum: Technical / Scripting
- Topic: FindImagePos not recognizing needle image in taskbar
- Replies: 2
- Views: 4433
FindImagePos not recognizing needle image in taskbar
I want a script that starts off by taking a screenshot of the desktop with all windows minimized and then opens a window by choosing it from the taskbar at the bottom of the screen. Here's my code: //DESKTOP SCREENSHOT & CLICK ON MINIMIZED INVENTORY GetScreenRes>sX,sY ScreenCapture>0,0,sX,sY,C:\Prin...