One way might be to set msched.exe to "Hide Icon and Notifications" in your Notification Area Icons in control panel.
That will of course not allow you to right click on it anymore.
Search found 19 matches
- Tue Jul 14, 2015 8:44 pm
- Forum: Technical / Scripting
- Topic: How to disable "running" notification for scheduled script ?
- Replies: 2
- Views: 3612
- Tue Jul 14, 2015 2:03 pm
- Forum: Technical / Scripting
- Topic: Reloading a dialog
- Replies: 3
- Views: 3956
Re: Reloading a dialog
Oh sure! I've found so many useful things in these forums, it's a gold mine!! I'm happy to add to that in any way.
Still not sure if leaving a macro to loop all day long has any long term negative effects, but so far so good.
Still not sure if leaving a macro to loop all day long has any long term negative effects, but so far so good.
- Thu Jul 09, 2015 10:15 pm
- Forum: Technical / Scripting
- Topic: Reloading a dialog
- Replies: 3
- Views: 3956
Re: Reloading a dialog
Good news, I found a way reading every thread on this board, I found something that wasn't an answer, but lead me to the answer. I was using Show>Dialog1, The comma making a hard stop and yes, leaving the dialog window open to interact with, but also locking me to nothing else. So, I removed the com...
- Tue Jul 07, 2015 2:15 pm
- Forum: Technical / Scripting
- Topic: Reloading a dialog
- Replies: 3
- Views: 3956
Reloading a dialog
I have a Dialog script that gets much of it's info from an excel export .xls Throughout the day there can be new xls to import and I have to close the Dialog and reopen to load the new xls sheet into the dialog. I'm looking to make a button on the Dialog that will close it and start the script over ...
- Thu Jun 04, 2015 2:20 pm
- Forum: Technical / Scripting
- Topic: Naming buttons in Dialog with array info
- Replies: 7
- Views: 5661
Re: Naming buttons in Dialog with array info
OMG I love you!!!
Thank you!
Thank you!
- Thu Jun 04, 2015 1:44 pm
- Forum: Technical / Scripting
- Topic: Naming buttons in Dialog with array info
- Replies: 7
- Views: 5661
Re: Naming buttons in Dialog with array info
Am I missing something? The button is blank with this code. I've tried not using % The Array is loading as 0: ARRAY_2_1=36512 shows up in the watch list So 36512 should be in the caption box object WOButton1: tMSButton Left = 61 Top = 61 Width = 75 Height = 25 Caption = '' TabOrder = 0 DoBrowse = Fa...
- Thu Jun 04, 2015 12:01 pm
- Forum: Technical / Scripting
- Topic: Naming buttons in Dialog with array info
- Replies: 7
- Views: 5661
Re: Naming buttons in Dialog with array info
The caption is what I'm attempting to change with variables. Is that also set in stone?
- Wed Jun 03, 2015 8:14 pm
- Forum: Technical / Scripting
- Topic: Naming buttons in Dialog with array info
- Replies: 7
- Views: 5661
Naming buttons in Dialog with array info
I've loaded XLSheetToArray and the Watch list shows that it's imported "0: ARRAY_10_1=36412" I'm trying to create a dialog button that can use variables as names. Every day the macro runs new, it will load the xls sheet to the array (new excel sheet every day) The excel sheet can have anywhere from ...
- Thu Nov 07, 2013 3:05 pm
- Forum: General Discussion
- Topic: Can MS count?
- Replies: 2
- Views: 6175
Can MS count?
I have a spreadsheet with 30 rows of data, the data in column 7 will either have a 1 or an 8 to indicate a person.. The number of 1s and 8s is different every time. Can MS look at that column and determine how many 1s and how many 8s and return that number as a variable? I was thinking something alo...
- Tue Sep 24, 2013 1:31 pm
- Forum: General Discussion
- Topic: add a zero if only one digit
- Replies: 11
- Views: 17824
- Tue Sep 24, 2013 1:20 pm
- Forum: General Discussion
- Topic: add a zero if only one digit
- Replies: 11
- Views: 17824
- Tue Sep 24, 2013 12:25 pm
- Forum: General Discussion
- Topic: add a zero if only one digit
- Replies: 11
- Views: 17824
Sorry, maybe I wasn't clear. The excel sheet already exists (it's a report that gets run every day with very limited options) and it's filled with numbers.. So I switch the format of the columns to text and add a zero to any 1-9's because I need two digit numbers I don't feel like going through a co...
- Tue Sep 24, 2013 11:07 am
- Forum: General Discussion
- Topic: add a zero if only one digit
- Replies: 11
- Views: 17824
- Mon Sep 23, 2013 7:49 pm
- Forum: General Discussion
- Topic: add a zero if only one digit
- Replies: 11
- Views: 17824
add a zero if only one digit
Can MS look at an excel cell and determine if the cell has a one digit number or a two digit number? If it does have only one digit number, then add a zero? So, if it's 1-9, then add a zero to the front of the number to make it 01-09? And I'll have a column of numbers that will differ in amount each...
- Wed Sep 04, 2013 6:55 pm
- Forum: General Discussion
- Topic: Data from Excel to drop down modal
- Replies: 4
- Views: 9007