INPUT command change

Ideas for new features & functions

Moderators: Dorian (MJT support), JRL

Post Reply
mightycpa
Automation Wizard
Posts: 343
Joined: Mon Jan 12, 2004 4:07 pm
Location: Vienna, VA

INPUT command change

Post by mightycpa » Tue Mar 21, 2017 6:16 pm

Hi, maybe I'm doing this wrong. I've got this code:

Code: Select all

Let>v_testfolder=E:\Documents\BPS\CR 9295\testdata
Let>INPUT_BROWSE=1
Let>INPUT_BROWSE_FILTER=Comma Separated Values (*.CSV)|*.csv
Input>v_file,Select the Test File,v_testfolder
When I run the code, the input box comes up and the folder is there and the filter works fine. But when I click the folder, the dialog opens in the SCRIPT_DIR folder.

I've tried changing SCRIPT_DIR, but that doesn't work. I know we have extensive dialog creating capabilities, but ASK and INPUT are so useful.

I know you can specify the file to choose. Is there any way to change the behavior of INPUT so that it would browse starting in the folder that I tell it to use?
"A facility for quotation covers the absence of original thought." - Lord Peter Wimsey

User avatar
Marcus Tettmar
Site Admin
Posts: 7378
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: INPUT command change

Post by Marcus Tettmar » Tue Mar 28, 2017 7:55 am

Presently, no, there's no way to set the default folder. But it should go back to the last location next time. As with other apps and file browse windows. But if you want more control, yes, I'm afraid you will need to make your own custom dialog. In the mean time however, I will add to the wish list the requirement to set the default folder.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

KennethHamilton
Newbie
Posts: 1
Joined: Mon Oct 23, 2017 12:12 pm
Contact:

Re: INPUT command change

Post by KennethHamilton » Mon Oct 23, 2017 12:14 pm

Thanks for asking! When will you add to the wish list the requirement to set the default folder?

User avatar
Marcus Tettmar
Site Admin
Posts: 7378
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: INPUT command change

Post by Marcus Tettmar » Wed Oct 25, 2017 11:23 am

It is on the list but somehow got missed in the last release. I'll endeavour to make sure it's done for the next build.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

bbrink
Pro Scripter
Posts: 70
Joined: Thu Dec 31, 2009 2:36 am
Location: Minnesota
Contact:

Re: INPUT command change

Post by bbrink » Sat Jan 06, 2018 7:49 pm

Hi Marcus,

I was looking for this too. Did this capability make it into a build or is it still on the roadmap, I cannot find it?

Bob

bbrink
Pro Scripter
Posts: 70
Joined: Thu Dec 31, 2009 2:36 am
Location: Minnesota
Contact:

Re: INPUT command change

Post by bbrink » Tue Jan 09, 2018 11:54 am

Hello,

I did some more digging and found some answers. These forums are so good I forgot to check sample scripts first...

Sample script called "File Browse Example" does what wanted. Its a dialog as Marcus suggested with a nice preview feature for txt files. JRL had a post that talked about this sample, I just missed it during my earlier search.

To set that dialogs initial directory:

Let>HomeDir=Wherever you want to start
SetDialogProperty>Dialog1,MSButton1,InitialDir,HomeDir

Bob

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts