Search found 14 matches

by mpopkin
Tue Sep 11, 2018 5:58 pm
Forum: Technical / Scripting
Topic: Webrecorder "Access Is Denied" on login page
Replies: 1
Views: 1926

Re: Webrecorder "Access Is Denied" on login page

I was able to get past this by loading the frame page url instead of in this page. It fortunately redirects to the secure site after logging in.
by mpopkin
Tue Sep 11, 2018 2:42 pm
Forum: Technical / Scripting
Topic: Webrecorder "Access Is Denied" on login page
Replies: 1
Views: 1926

Webrecorder "Access Is Denied" on login page

I am trying to use the webrecorder to log in to a website. Clicking on the username or password fields, or trying to click the 'log in' button throws a Webrecorder popup message 'Access Is Denied'. I can sometimes get the info typed into the fields, but it won't record back to the list, and the page...
by mpopkin
Thu Dec 07, 2017 7:06 pm
Forum: The Water Cooler
Topic: Looking for form filling software
Replies: 2
Views: 14545

Looking for form filling software

Hi Folks, Does anybody have suggestions for software that can assist a user in filling out web forms, similar to RoboForm or a browser's built in auto-fill? In my case, I need to be able to programmatically update or sync with the fill data, which RoboForm doesn't allow. I also don't want to users t...
by mpopkin
Thu Jul 26, 2012 4:02 pm
Forum: Technical / Scripting
Topic: StringReplace crashing - string length limitations?
Replies: 2
Views: 3241

Hi Marcus, Thanks. I upgraded my version to 11.1.23, but it still behaves the same. There must be something in the search and/or replace contents that is mucking it up. I am able to get around it by preparing the strings used by doubling up the quotes and replacing CRLF's. I then run them through th...
by mpopkin
Thu Jul 26, 2012 4:28 am
Forum: Technical / Scripting
Topic: StringReplace crashing - string length limitations?
Replies: 2
Views: 3241

StringReplace crashing - string length limitations?

Hi All, What are the string length limitations for the StringReplace function? I am currently searching an HTML template string that is about 2000 chars in length. There is a replace tag in it where I replace it with another string that is about 5000 chars in length. I stepped through the code and t...
by mpopkin
Mon Apr 11, 2011 6:40 pm
Forum: Technical / Scripting
Topic: POP3 message body text to database
Replies: 1
Views: 2929

POP3 message body text to database

Hi All, I was wondering if anyone else might have some pointers as how to extract the plain message body text. I need to write it into an MDB database memo field downstream. I'm using RetrievePOP3 to get the messages out, but there doesn't look to be a consistent place to pick up the message body. T...
by mpopkin
Thu Mar 12, 2009 7:10 pm
Forum: General Discussion
Topic: Compile Workflow Macros
Replies: 4
Views: 6653

Well done, Marcus!

It was painful that I could not debug a running workflow before, but now it's possible!
by mpopkin
Mon Mar 09, 2009 1:16 pm
Forum: General Discussion
Topic: Useful Free Utilities
Replies: 2
Views: 4879

Thanks Marcus.

If you get a chance, it would be nice if you would make a page on the site that contains side utilities like this.

I'll do some testing with DoLogon.exe, but initially it appears that it will lock the desktop if it is already unlocked.
by mpopkin
Thu Mar 05, 2009 3:51 pm
Forum: Enhancement Suggestions
Topic: IEAuto.DLL Feature Requests: IEWaitText and IEWaitImage
Replies: 0
Views: 4573

IEAuto.DLL Feature Requests: IEWaitText and IEWaitImage

Suggest adding functions that wait for text or images to display somewhere in a web page, even if it's not on the visible screen area (scrolled further down the page). IE frame control like on other IEAuto.dll functions might be desirable, but it would be nice if these functions could cycle through ...
by mpopkin
Thu Mar 05, 2009 2:05 pm
Forum: General Discussion
Topic: Useful Free Utilities
Replies: 2
Views: 4879

Useful Free Utilities

Hi All, Thought I'd share some free and useful utility apps I found last night at this site: http://www.softtreetech.com/24x7/script.htm In particular, logon.exe allows one to login to a locked desktop so that screen interactions are allowed. I am using this to unlock a desktop before launching a co...
by mpopkin
Tue Feb 17, 2009 6:23 pm
Forum: Technical / Scripting
Topic: Retrieve Network Logon?
Replies: 2
Views: 3214

use this system variable:

USER_NAME
by mpopkin
Fri Jan 30, 2009 4:19 pm
Forum: General Discussion
Topic: Compile Workflow Macros
Replies: 4
Views: 6653

Compile Workflow Macros

Can workflow macros be compiled to an EXE?

If not, are there plans to implement that?

Or maybe save the workflow out as a .scp, parsed with the workflow logic?
by mpopkin
Mon Jan 19, 2009 8:29 pm
Forum: Technical / Scripting
Topic: IE form buttons not recording properly
Replies: 1
Views: 3169

Nevermind.

I figured out how to work it using the ClickTag INDEX attrib.

That allowed me to click the buttons individually.

Hope this helps someone else.

thanks!
by mpopkin
Mon Jan 19, 2009 6:20 pm
Forum: Technical / Scripting
Topic: IE form buttons not recording properly
Replies: 1
Views: 3169

IE form buttons not recording properly

Hi All, I have a web form with two buttons on it, each runs a different javascript in the page. The problem is, WebRecorder records them both as identical steps, even though they should run different functions: (WebRecorder results for either button) Let>FrameName={"workarea_frame"} Let>FormName={"R...
Sign up to our newsletter for free automation tips, tricks & discounts