cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
hogi
Level XIII

PickFile(), Projects and Network Drives

Did you notice that PickFile looks different when it's opened from within a project?

hogi_0-1707519745060.png

 

More than that - when Pick File is opened from a project, with mydir pointing to a network drive with thousands of files, Jmp will freeze for dozens of seconds:

mydir= "\\computername\directory";
Pickfile("select a file" , mydir)

 

So, if you work in a project, to prevent Jmp from freezing, please be sure that your initial directory is no network drive with many files:

If(not(is empty(This Project()) ), mydir = "$SAMPLE_DATA");

 

0 REPLIES 0

Recommended Articles