Search found 6 matches
- Mon Oct 27, 2008 3:38 pm
- Forum: Technical / Scripting
- Topic: Moving bitmap recognition not working on another computer
- Replies: 4
- Views: 5905
Moving bitmap recognition not working on another computer
I am trying to move a bitmap recognition script to another computer and it does not work. What settings need to be the same so I do not have to create the 220 bitmaps again. Do the video cards have to be the same? Please Help!
- Thu Jul 31, 2008 5:55 pm
- Forum: Beginners
- Topic: Bit map not reading...
- Replies: 1
- Views: 3222
Bit map not reading...
Hi! I'm having an issue with my macro reading a bit map correctly. When I step through the code it finds the selection every time. But when I let it run it never finds it. I have captured the bit map numerous times but have not gotten it to work. In the same code I search and select about a dozen ot...
- Thu Jul 31, 2008 4:21 pm
- Forum: Beginners
- Topic: Multidimensional Array
- Replies: 1
- Views: 3659
Multidimensional Array
I am looking at a database to get info for my process. Let>SQL= SELECT Query_Id, Short_Name, Reg_Name, File_Format, Save_Path, Timeframe, Active, Program_Cd FROM Passport_Queries DBQuery>dbH,SQL,Query,NumRecs,NumFields I have a loop for the Record, but I am using a static number for the field. Let>Q...
- Wed Jun 18, 2008 6:07 pm
- Forum: Technical / Scripting
- Topic: Outlook Security prompt
- Replies: 3
- Views: 4325
- Wed Jun 18, 2008 1:28 pm
- Forum: Technical / Scripting
- Topic: Outlook Security prompt
- Replies: 3
- Views: 4325
- Mon Jun 09, 2008 2:16 pm
- Forum: Technical / Scripting
- Topic: Outlook Security prompt
- Replies: 3
- Views: 4325
Outlook Security prompt
How do I get around outlook security prompt. This is the function I am calling to send an email. I would like it to be silent or macro around it. VBStart Function CreateEmail(strRecipient, strSubject, strBody, strAttachment ) 'Create OL App object Set objOLApp = CreateObject("Outlook.Application") O...