Search found 52 matches

by Esabik
Tue Oct 10, 2017 1:54 pm
Forum: Technical / Scripting
Topic: Setting 2 different variables with 1 input SOLVED
Replies: 3
Views: 3105

Re: Setting 2 different variables with 1 input SOLVED

Thank you JRL for helping me understand that. It's working as imagined.
by Esabik
Mon Oct 09, 2017 10:16 pm
Forum: Technical / Scripting
Topic: Setting 2 different variables with 1 input SOLVED
Replies: 3
Views: 3105

Re: Setting 2 different variables with 1 input

So it seems you are saying i need to call out the name of my new result first? I guess that makes sense... I thought it was the other way around.

Thanks i check it out. Much appreciated.
by Esabik
Mon Oct 09, 2017 7:36 pm
Forum: Technical / Scripting
Topic: Setting 2 different variables with 1 input SOLVED
Replies: 3
Views: 3105

Setting 2 different variables with 1 input SOLVED

Hi I would like to use 2 variables with the same value from one input line. Current: Input>maxrows,How many workorders will need to be opened? I want to populate 2 variables "maxrows" and "maxrows1" with the value from the one input box. Not sure if it is easier to possibly store the max value of "m...
by Esabik
Thu Apr 27, 2017 8:14 pm
Forum: Technical / Scripting
Topic: code for stopping script during run without abort SOLVED
Replies: 2
Views: 2526

Re: code for stopping script during run without abort

that worked perfect. Thanks!!!! :lol: :D
by Esabik
Mon Apr 24, 2017 8:22 pm
Forum: Technical / Scripting
Topic: code for stopping script during run without abort SOLVED
Replies: 2
Views: 2526

code for stopping script during run without abort SOLVED

Hi looking to see if I can get some help with stopping my script after it reaches a certain point. Can someone please point me in the right direction? Here is an example of my code. Scripts starts Message box to continue or abort if choose Y to continue, goes to label "continue"(runs main code) else...
by Esabik
Mon Oct 31, 2016 5:35 pm
Forum: Technical / Scripting
Topic: Display acrued time while waiting for next process
Replies: 1
Views: 3236

Display acrued time while waiting for next process

Hi I would like to have a timer that is displaying the accrued time in between processes and they take 2 to 3 hours usually once its started. I couldn't find a suitable post with an example in the forum or perhaps missed one.....Any suggestions? :?: for example: execute>run //once "run" starts it wi...
by Esabik
Fri Oct 21, 2016 4:15 pm
Forum: Enhancement Suggestions
Topic: Progress Bar in help index
Replies: 4
Views: 9211

Re: Progress Bar in help index

Nevermind just found it.......

Cheers!!!
by Esabik
Thu Oct 20, 2016 6:55 pm
Forum: Technical / Scripting
Topic: dialog box not going to coordinates
Replies: 7
Views: 7072

Re: dialog box not going to coordinates

I can't explain why the Left and Top dialog properties are not used when a dialog is opened, I just accept it that they are not. Well it was weird because it would work like on the first initial setup and then maybe worked a couple more times then it started going to wherever it wanted. It sometime...
by Esabik
Thu Oct 20, 2016 6:47 pm
Forum: Technical / Scripting
Topic: dialog box not going to coordinates
Replies: 7
Views: 7072

Re: dialog box not going to coordinates

Thanks to all, I fought with it a little and I was so close. I originally had this in my script it would work the 1st run and then not the next. This was in my script: SetDialogProperty>Dialog2,Dialog2,Left,978 SetDialogProperty>Dialog2,Dialog2,Top,6 So I had one too many Dialog2, didn't send it in ...
by Esabik
Wed Oct 19, 2016 7:30 pm
Forum: Technical / Scripting
Topic: dialog box not going to coordinates
Replies: 7
Views: 7072

dialog box not going to coordinates

Hi Why does my dialog not want to stay where the settings are??? I tried moving it to lower left, upper left, upper right it refuses to stay at any of the coordinates in the Dialog settings. Anyone have the same issue? Left = 978 Top = 6 The dialog shows up on my screen around after executing script...
by Esabik
Tue Oct 18, 2016 6:00 pm
Forum: Enhancement Suggestions
Topic: Progress Bar in help index
Replies: 4
Views: 9211

Re: Progress Bar in help index

thanks, but if I want to use some of the settings, I am not clear on how to code these. For example: Smooth Specifies whether the progress bar is smooth or segmented. SmoothReverse Sets and gets the ability to show a decrease in progress of the progress bar. Smooth=1 ???? SmoothReverse=1 ???? Is the...
by Esabik
Mon Oct 17, 2016 2:38 pm
Forum: Enhancement Suggestions
Topic: Progress Bar in help index
Replies: 4
Views: 9211

Progress Bar in help index

Macro Scheduler-Help.jpg
Hi

I cannot seem to locate "Progress Bar" in the help index and I want to understand the instructions for it or am I missing something?? Curious, thanks...... :?
by Esabik
Mon Oct 17, 2016 2:28 pm
Forum: Technical / Scripting
Topic: Display Line # and code in Dialog box
Replies: 0
Views: 5622

Display Line # and code in Dialog box

Hi Is it possible to display the line number I am on in my script and also the instruction associated with that line in a dialog box. I plan to keep the box open during the script and it has a progress bar. I want to update the progress bar in the same dialog box based on the line number of the scri...
by Esabik
Fri Jan 09, 2015 2:59 pm
Forum: Technical / Scripting
Topic: Between steps wait timer display
Replies: 2
Views: 2960

Re: Between steps wait timer display

Thanks JRL I am liking this. Originally I thought that maybe there was a function that I could turn on and didn't know where it was. Homegrown is good. :mrgreen:
by Esabik
Thu Jan 08, 2015 4:56 pm
Forum: Technical / Scripting
Topic: Between steps wait timer display
Replies: 2
Views: 2960

Between steps wait timer display

Hi Is there a way to show a timer dialog that counts during any wait delay between steps? For example if I have: 5] wait>10 6] execute>blah blah 7] wait>15 8] execute>more blah blah 9] wait>10 I am hoping to see the WAIT> 10 and 15 countdowns as they are happening. Is this possible to show this and ...
Sign up to our newsletter for free automation tips, tricks & discounts