Problem with a explorer.exe button

markyTmarkyT Member Posts: 120
Dear folks, recently I've migrate my 3.70 version to SQL and I've find after several problems, things that runned well, now gives error.
For example, I've a button with a simply code that compares the Vendor name and go for a folder from my net. This is the code:

IF Vendor='Name1' THEN
SHELL('explorer.exe \\MyNet\Sales\Price list\Name1');

Well, now it doens't runs, it shows an error and say "The O.S. doesn't find the folder..etc...", of course the folder exist.
Does anybody knows what happends?.
Thanks in advance.

Comments

  • AdrianAkersAdrianAkers Member Posts: 137
    Can you enter the same in your "Run" dialog window in your Windows OS. Usually hit "Start" then "Run" and see if you can run this.

    Also are you still in 3.70 or did you update to a latter version of the Application?
  • markyTmarkyT Member Posts: 120
    Thanks for reply. Yes, I can enter the same y Run dialog and it runs well; the folder exists. I'm already in 3.70 but the "motor" is 4.0.
    Thanks.
  • AdrianAkersAdrianAkers Member Posts: 137
    Have a read through this post and my code example at the bottom - viewtopic.php?f=23&t=41930
  • markyTmarkyT Member Posts: 120
    Thanks for reply. I'll see.
    Thanks again.
Sign In or Register to comment.