Search found 695 matches

by kpassaur
Wed Dec 01, 2004 8:20 pm
Forum: Technical / Scripting
Topic: Script reads "cr" as Cariage Return instead of as
Replies: 5
Views: 5723

Script reads "cr" as Cariage Return instead of as

I need some help with the following. The script below is part of a larger script that reads the window name which contains a file name. It extracts the file name only and converts it to upper case. It does what I want 99% of the time but it has a little quirk. If the file name begins with "cr" it do...
by kpassaur
Wed Nov 17, 2004 8:25 am
Forum: Technical / Scripting
Topic: Multible Selections from one list - list box and Combo Box
Replies: 7
Views: 6260

It least it wasn't me

Thanks, I thought I was doing something wrong as I couldn't figure out the differences between the Combo and List box.
by kpassaur
Tue Nov 16, 2004 2:20 pm
Forum: Technical / Scripting
Topic: Multible Selections from one list - list box and Combo Box
Replies: 7
Views: 6260

Multible Selections from one list - list box and Combo Box

I would like to make mulible selections from a drop down list. I have always used the list box and I thought that was the difference between list and combo boxes. I checked the help files and the descripiton is about the same. I thought that if you used the Combo box and the user held down the CTRL ...
by kpassaur
Mon Nov 15, 2004 8:31 pm
Forum: General Discussion
Topic: Application Name
Replies: 5
Views: 7397

Here is one of the Scripts

When this has been compiled, Macro Scheduler Closed and it displays Macro Scheduler on the task bar for me. //////////////////////////////////////////////////////////////////////////////////// COF Let>APP_TITLE=MFP-Setup Scrape to Point IfFileExists>C:\ScrapePoint\ScanPoint.ini,Readini Let>MP= Let>O...
by kpassaur
Mon Nov 15, 2004 7:17 pm
Forum: General Discussion
Topic: Application Name
Replies: 5
Views: 7397

Still does not work

I realize that it has to be compiled and I have done so: however it does not work. Is there any other settings or conditions? I have tried it on six different compiled macros and it only works with that sample I posted. I copied the sample into one of my macros and it didn't work when it was part of...
by kpassaur
Mon Nov 15, 2004 10:33 am
Forum: General Discussion
Topic: Application Name
Replies: 5
Views: 7397

Application Name

I am trying to name a compiled macro so that the user does not see "Macro Scheduler" on the task bar. I used the following script in a test and it worked fine. COF Let>APP_TITLE=Wait Test Wait> 60.0 However, if I insert these same lines at the start of a real macro that I want to compile the name re...
by kpassaur
Sun Nov 07, 2004 5:40 pm
Forum: General Discussion
Topic: Help with GetControlTExt
Replies: 4
Views: 7195

Goal of capturing controls

I was planning on being able to do numerous things with it. However, it will not work with Outlook or ACT. With Outlook it does not capture the last charactor. (the last Charactor was not displayed in View System Windows and I was unable to capture it) I would like to thank Captive as you provided a...
by kpassaur
Sat Nov 06, 2004 10:02 pm
Forum: General Discussion
Topic: Help with GetControlTExt
Replies: 4
Views: 7195

Help with GetControlTExt

I am trying to capture the fields in Outlook and I want to use GetControlText if it is Possible. If I understand it correctly it seems that this command would be much beter than moving the mouse and capturing to the Clipboard. In the past I used this script Let>Clearboard=ClearBoard ////////////////...
by kpassaur
Mon Oct 25, 2004 10:04 pm
Forum: General Discussion
Topic: Sending CTRL + C to Desktop Window with Terminal Services
Replies: 1
Views: 4817

Sending CTRL + C to Desktop Window with Terminal Services

I am trying to send CTRL + C and instead of copying to the clipboard it sends "C" to the application. I am using terminal services in a Window. I can go to the Window I want, highlight the text to capture and that is when it fails. To check what I was doing wrong I tried the macro recorder and it do...
by kpassaur
Thu Oct 21, 2004 12:07 am
Forum: Technical / Scripting
Topic: Passing Variable to VB Script
Replies: 9
Views: 10447

Passing Variable to VB Script

I'm new at the VB Script part and I need some help about passing variables to the VB Script. I want to capture info on the screen (I can do this) and send it to a label printer. I have created a VB Script that will Print what I have in the Script; however, I want to pass a variable to this part of V...
by kpassaur
Wed Aug 18, 2004 5:08 pm
Forum: General Discussion
Topic: Difficulty with Separating Address - Some Work - Some Don't
Replies: 9
Views: 10388

Finally Got it

Here is the fixed Code - It will capture and separate address lines from Outlook. It dosen't matter if there are 2 or 3 lines. It will also remove the spaces around the State and Zip Code. I tried it on about a dozen addresses and it worked perfect. The difficulty seems to have been the placement of...
by kpassaur
Wed Aug 18, 2004 10:40 am
Forum: General Discussion
Topic: Difficulty with Separating Address - Some Work - Some Don't
Replies: 9
Views: 10388

Got it

It seems that there was trouble in the loop and it was not exiting after it found a match for state. Once this was corrected it ran each address tested with no difficulty. I would not have found this error if Bob had not suggested using the Watch list. I never used it before but it helped out as I s...
by kpassaur
Mon Aug 16, 2004 9:37 pm
Forum: General Discussion
Topic: Difficulty with Separating Address - Some Work - Some Don't
Replies: 9
Views: 10388

Removing Spaces

I tested this before with just the two lines being read instead of the three and was getting errors - I should have stopped then, instead I added the loop for three lines. The working from the right will not work as they could have zip + four. However, the eliminating double spaces seems like a grea...
by kpassaur
Mon Aug 16, 2004 8:28 pm
Forum: General Discussion
Topic: Difficulty with Separating Address - Some Work - Some Don't
Replies: 9
Views: 10388

Yes the lines are separated by %CRLF%

The lines do not seem to be the difficulty. I can separate the lines and then process only the last line for City, State and Zip. The difficulty is in separating the City, State and Zip. Because of the nature of the way data is entered about the only constant is at least one space before the State a...
by kpassaur
Mon Aug 16, 2004 6:38 pm
Forum: General Discussion
Topic: Difficulty with Separating Address - Some Work - Some Don't
Replies: 9
Views: 10388

Difficulty with Separating Address - Some Work - Some Don't

I am trying to separate an address block into 1 or 2 address lines and City, State and Zip. The script below works on some and not on others. It reads the Address from the Clipboard (copied from Outlook) and the file Statelist.txt contains a list of state abreivations all in upper case(I have checke...
Sign up to our newsletter for free automation tips, tricks & discounts