Search found 51 matches

by gtdalsanto
Mon May 19, 2008 5:46 pm
Forum: Technical / Scripting
Topic: WaitScreenText causing Clipboard Copy Ctrl-C to not work
Replies: 7
Views: 7125

thanks JRL. My problems went away with the new release (10.1.15).

All is well again.
by gtdalsanto
Mon May 19, 2008 5:41 pm
Forum: Technical / Scripting
Topic: WaitScreenText causing Clipboard Copy Ctrl-C to not work
Replies: 7
Views: 7125

Well, my last item...loading the free trial and executing the script corrected all my issues. I ended up downloading 10.1.15 (released today) and it corrects my issue also. All I can think of is possibly there was an issue in 10.1.02, or the copy I had was corrupt. Either way, It works fine... Thank...
by gtdalsanto
Mon May 19, 2008 5:22 pm
Forum: Technical / Scripting
Topic: WaitScreenText causing Clipboard Copy Ctrl-C to not work
Replies: 7
Views: 7125

I added the release, and added some wait's between them, and still get the same problem. I then changed the script to output Result2 to a messagemodal box. I compiled it, and ran it on another machine, and got the same results. Result2 is only a space, where Result1 prior to the WaitScreenText has t...
by gtdalsanto
Mon May 19, 2008 4:48 pm
Forum: Technical / Scripting
Topic: WaitScreenText causing Clipboard Copy Ctrl-C to not work
Replies: 7
Views: 7125

Yes, I am using 10.1.02. I tried un-installing it, re-installing it, and I still have the same problem. I am running on Microsoft XP Pro, 2GB Ram with IE7 and all the latest patches. If I set up a breakpoint after I try to copy the page again to result2, close the page, re-open it, then do the ctrl-...
by gtdalsanto
Sun May 18, 2008 4:32 am
Forum: Technical / Scripting
Topic: WaitScreenText causing Clipboard Copy Ctrl-C to not work
Replies: 7
Views: 7125

WaitScreenText causing Clipboard Copy Ctrl-C to not work

I seem to have found a problem that occurs after using the WaitScreenText command. Using it to find text on a web page has worked very well. However, after I have executed it, I have noticed that trying to copy text from a screen to the clipboard using the keyboard commands 'ctrl-a' (select all) fol...
by gtdalsanto
Fri Mar 28, 2008 4:40 pm
Forum: Technical / Scripting
Topic: ScreenCapture Cmd vs Image Capture Tool with FindImagePos
Replies: 3
Views: 5929

ScreenCapture Cmd vs Image Capture Tool with FindImagePos

I have a script that when it executes at run time, it goes out and performs screencaptures on all the labels/objects when the screen originally comes up. It does this for all the labels I need to find the position using the findimagepos command. I do this to correct for different video cards that th...
by gtdalsanto
Wed Dec 19, 2007 3:38 am
Forum: Technical / Scripting
Topic: Dialog Label will not display in Tab/RadioGroup
Replies: 7
Views: 7116

Thanks for the workaround. Possibly this could be an enhancement down the road in the dialog designer to allow labels to be displayed in a radiogroup box.
by gtdalsanto
Mon Dec 17, 2007 11:42 pm
Forum: Technical / Scripting
Topic: Dialog Label will not display in Tab/RadioGroup
Replies: 7
Views: 7116

Dialog Label will not display in Tab/RadioGroup

I am probably trying to make the Dialog Designer to do something it was not designed to do. But I have been able to do it in other VBA applications using the VB Forms in MS Access and was hoping this functionality would work here in the dialog designer also. What I am trying to do is have a Dialog b...
by gtdalsanto
Tue Dec 11, 2007 10:04 pm
Forum: Technical / Scripting
Topic: Format CSV File then Save as an XLS with VBScript
Replies: 2
Views: 7097

Works perfectly. Thanks for your quick response again.
by gtdalsanto
Tue Dec 11, 2007 8:42 pm
Forum: Technical / Scripting
Topic: Format CSV File then Save as an XLS with VBScript
Replies: 2
Views: 7097

Format CSV File then Save as an XLS with VBScript

I am having trouble formatting a CSV file, then saving it as an Excel XLS file. Currently I am using the VB code I have found on this site: 'Opens the Excel file in Excel Sub OpenCSVFile(filename) Set xlApp = CreateObject("Excel.Application") xlApp.visible = True Set CSVBook = xlApp.Workbooks.open(f...
by gtdalsanto
Mon Dec 10, 2007 8:32 pm
Forum: Technical / Scripting
Topic: Change Format of Excel column using VBScript
Replies: 2
Views: 19869

I should have caught that. As always, thanks for the quick reply.

Gary
by gtdalsanto
Mon Dec 10, 2007 7:03 pm
Forum: Technical / Scripting
Topic: Change Format of Excel column using VBScript
Replies: 2
Views: 19869

Change Format of Excel column using VBScript

I am opening an Excel/CSV file using VBScript. What I am trying to do is to select a column in the spreadsheet, then change the format to a custom format. I am trying to format the column as a number with a fixed size of 10 digits. So the result would be for an input of 12345, the format change woul...
by gtdalsanto
Fri Dec 07, 2007 7:50 pm
Forum: Technical / Scripting
Topic: Copy CSV to another Open Excel worksheet
Replies: 5
Views: 8556

Thanks!!! That is exactly what I was looking for. Thanks again for your quick response.

Gary
by gtdalsanto
Fri Dec 07, 2007 4:32 am
Forum: Technical / Scripting
Topic: Copy CSV to another Open Excel worksheet
Replies: 5
Views: 8556

Copy CSV to another Open Excel worksheet

I am trying to find an easy way to copy a CSV excel file into a worksheet in a totally separate excel spreadsheet. What I have so far is a CSV file that I have generated from a data file. Once the CSV file is created, I open it up in excel, and perform a select all, then a control c, which copies th...
by gtdalsanto
Mon Sep 10, 2007 2:40 pm
Forum: Technical / Scripting
Topic: HTTPRequest with ActiveXObject support
Replies: 2
Views: 3782

Thank you for the quick reply. I had been trying to use the VB solution you say with no luck, and then tried a few things with my "string" quotes, and it started working. Below is the code that works, where all I ended up doing is putting quotes around the %TestXML% string in the VB call. I original...
Sign up to our newsletter for free automation tips, tricks & discounts