Search found 11 matches
- Wed Apr 10, 2019 11:49 am
- Forum: Technical / Scripting
- Topic: HTTP_CUSTOM_HEADERS
- Replies: 2
- Views: 2712
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...
- Wed Apr 10, 2019 12:35 am
- Forum: Technical / Scripting
- Topic: HTTP_CUSTOM_HEADERS
- Replies: 2
- Views: 2712
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...
- Tue Oct 30, 2018 10:22 am
- Forum: Technical / Scripting
- Topic: Using Clipboard HTML
- Replies: 2
- Views: 2474
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...
- Wed Oct 24, 2018 2:28 pm
- Forum: Technical / Scripting
- Topic: Using Clipboard HTML
- Replies: 2
- Views: 2474
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...
- Fri Aug 17, 2018 3:56 pm
- Forum: Technical / Scripting
- Topic: RDP KeyBoard/Mouse Control
- Replies: 2
- Views: 2451
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 ...
- Thu Aug 16, 2018 2:55 pm
- Forum: Technical / Scripting
- Topic: RDP KeyBoard/Mouse Control
- Replies: 2
- Views: 2451
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 ...
- Fri Feb 16, 2018 11:57 pm
- Forum: Technical / Scripting
- Topic: VB Snippet For Multiple Outlook Folders
- Replies: 1
- Views: 2287
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 "...
- Tue Nov 14, 2017 12:23 am
- Forum: Technical / Scripting
- Topic: Copy and Paste Dialog
- Replies: 2
- Views: 2422
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...
- Mon Nov 13, 2017 1:56 am
- Forum: Technical / Scripting
- Topic: Copy and Paste Dialog
- Replies: 2
- Views: 2422
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...
- Mon Oct 30, 2017 4:52 pm
- Forum: Technical / Scripting
- Topic: OCR as compiled EXE
- Replies: 4
- Views: 4848
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...
- Sat Oct 28, 2017 1:48 pm
- Forum: Technical / Scripting
- Topic: OCR as compiled EXE
- Replies: 4
- Views: 4848
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...