I want to open a file from my local directory thru an open button on my PB app screen. The file should get opened by the default program depending on the extension. Like .xls, .csv should get opened in excel, .doc in word and .txt in Notepad. I tried FileOpen function but it is not working, though after my fileopen is executed in the debugger if I try to access the file its saying its been locked by some program(which is my PB app I guess). Please post a solution.