exception with FileOpen...<[email protected]>

  • Thread starter Thread starter charles garcia
  • Start date Start date
C

charles garcia

Hello,
do you know why my code thow an exception with command client.Execute("[DocOpen(\"C:\\\\test.pdf\")]", 60000);

please!

thank you
 
charles garcia said:
Hello,
do you know why my code thow an exception with command client.Execute("[DocOpen(\"C:\\\\test.pdf\")]", 60000);

please!

thank you

Just as Peter asked, we need to know what "client" is. A lot of objects
have "Execute" methods, but frankly, not many of them would accept a string
of "[DocOpen(somerandomfile.txt)]". My guess would be some form of macro,
but you need to provide some details so we have a clue how to help you.
 
Back
Top