S sintaq New Member Mar 26, 2008 #1 hi all.. can someone guide me how to open pword with my file automatically. here is my situation: i have a button..when i click the button..i want to open my help file (pword format).. currently i just manage to open pword then have to browse the file. thanx in advance
hi all.. can someone guide me how to open pword with my file automatically. here is my situation: i have a button..when i click the button..i want to open my help file (pword format).. currently i just manage to open pword then have to browse the file. thanx in advance
Erel B4X founder Staff member Licensed User Longtime User Mar 26, 2008 #2 Did you try to pass the file name as an argument?
S sintaq New Member Mar 26, 2008 #3 im not quite sure the sytanx shell("pword","help.doc") <-- like this?:signOops:
Erel B4X founder Staff member Licensed User Longtime User Mar 26, 2008 #4 Yes. You should supply the full path: B4X: shell("pword",AppPath & "\help.doc") 'Assuming that the help file is in the same folder of your code.
Yes. You should supply the full path: B4X: shell("pword",AppPath & "\help.doc") 'Assuming that the help file is in the same folder of your code.