Search found 11 matches

by colin.rogers
Wed Apr 10, 2019 11:49 am
Forum: Technical / Scripting
Topic: HTTP_CUSTOM_HEADERS
Replies: 2
Views: 2258

Re: HTTP_CUSTOM_HEADERS

Hi team, We found the solution here and wanted to share. The HTTP_CUSTOM_HEADERS is a recent feature and we hadn't upgraded. We have now upgraded to V14.5.4 (January 2019) and the HTTP_CUSTOM_HEADERS are now handled. Without the new version, they are understandably treated as normal variables, not s...
by colin.rogers
Wed Apr 10, 2019 12:35 am
Forum: Technical / Scripting
Topic: HTTP_CUSTOM_HEADERS
Replies: 2
Views: 2258

HTTP_CUSTOM_HEADERS

Hi team, We are creating some code to handle routine MS Azure functions. First we collect the bearer token, which seems to work. Then when we use the token, we have some difficulties. We are following the guidance for HTTP_CUSTOM_HEADERS, as follows. Let>HTTP_CUSTOM_HEADERS=Authorization: Bearer %st...
by colin.rogers
Tue Oct 30, 2018 10:22 am
Forum: Technical / Scripting
Topic: Using Clipboard HTML
Replies: 2
Views: 2169

Re: Using Clipboard HTML

Many thanks, Marcus, for confirming the text-only nature of PutClipBoard. The query was raised because the HTML comes in from an MS VBScript function which has collected it directly from an email Body. In principle, we think it is possible to put HTML onto the Windows clipboard using CF_HTML and com...
by colin.rogers
Wed Oct 24, 2018 2:28 pm
Forum: Technical / Scripting
Topic: Using Clipboard HTML
Replies: 2
Views: 2169

Using Clipboard HTML

Hi team, We would appreciate your thoughts and any guidance please on this scenario. The background is we are trying to preserve HTML formatting via the Windows clipboard. As a test: We use manual Windows CTRL-C to copy HTML from a webpage onto the clipboard. We then use manual Windows CTRL-V to pas...
by colin.rogers
Fri Aug 17, 2018 3:56 pm
Forum: Technical / Scripting
Topic: RDP KeyBoard/Mouse Control
Replies: 2
Views: 2108

Re: RDP KeyBoard/Mouse Control

Different access levels is indeed the root cause. The AD Users and Computers application is elevated. We are allowed to run MS as Administrator and when the levels match the application listens to the MS commands and shares its objects as well. Once again, great and fast support from Marcus and the ...
by colin.rogers
Thu Aug 16, 2018 2:55 pm
Forum: Technical / Scripting
Topic: RDP KeyBoard/Mouse Control
Replies: 2
Views: 2108

RDP KeyBoard/Mouse Control

Hi team, We have installed MS into a customer's remote machine and are driving everything over RDP. Keyboard and mouse commands into MS work, as do commands into Windows File Explore and browsers. Image recognition and OCR work. When we try to drive Active Directory Users and Computers the SetFocus ...
by colin.rogers
Fri Feb 16, 2018 11:57 pm
Forum: Technical / Scripting
Topic: VB Snippet For Multiple Outlook Folders
Replies: 1
Views: 1955

VB Snippet For Multiple Outlook Folders

We are using the following VB code snippet to successfully attach a script to unread emails in the user's default inbox. This works very well. Dim oOlAp Dim oOlns Dim oOlInb Dim oOlItm Dim oOlAtch Sub LocateEmail Set objOLApp = CreateObject("Outlook.Application") If objOLApp is nothing then MsgBox "...
by colin.rogers
Tue Nov 14, 2017 12:23 am
Forum: Technical / Scripting
Topic: Copy and Paste Dialog
Replies: 2
Views: 2107

Re: Copy and Paste Dialog

Support explained that the red "end" is just the syntax highlighter getting confused with end subroutine - no actual impact on the macro. However, some invisible control chars were getting in the way. When I tried Edit/Show All Chars that showed a different tab was inserted by the Paste and when thi...
by colin.rogers
Mon Nov 13, 2017 1:56 am
Forum: Technical / Scripting
Topic: Copy and Paste Dialog
Replies: 2
Views: 2107

Copy and Paste Dialog

Hi team, I seems that whenever I try to copy and paste code containing a Dialog and then Run I receive an error. For example, with this very simple Dialog only: Dialog>Dialogtest object Dialogtest: TForm   Left = 244   Top = -842   HelpContext = 5000   BorderIcons = [biSystemMenu]   Caption = 'Table...
by colin.rogers
Mon Oct 30, 2017 4:52 pm
Forum: Technical / Scripting
Topic: OCR as compiled EXE
Replies: 4
Views: 3860

Re: OCR as compiled EXE

In my case, the failure of OCRArea in the compiled version was down to an out of date compiler which did not recognise the new OCR functions. By uninstalling and reinstalling things, I fixed the bug. The support team suggested this step in the code, which helped to determine which version I had. Mes...
by colin.rogers
Sat Oct 28, 2017 1:48 pm
Forum: Technical / Scripting
Topic: OCR as compiled EXE
Replies: 4
Views: 3860

Re: OCR as compiled EXE

Hi all, I am having precisely this same issue with compiled OCR functions. However, I note the guidance on the DLL and language files but see these are present in the target folder as copied there by the compiler itself. OCRArea works in dev and outputs the variable with the text Identical code (2 l...
Sign up to our newsletter for free automation tips, tricks & discounts