Search results

  1. gonzalesc

    Catch the complete PATH using OpenFileDialog()

    Hi. I followed this guide: http://www.exeoutput.com/help/choosingfilesupload I put the code in UserMain: function OpenDlgFile: String; begin Result := OpenFileDialog(“Select a File to open”, “.”, “.”, “All files (.)|.”, “”); end; And in my view, put the link: <input type="text" id="path_doc"...
  2. gonzalesc

    Open a external File, a TXT

    Hi. I need open a document in my local computer using my app. I tried: <a target="_heopenit" href="D:\Dropbox\work example\source\uploads\document.txt">Open Documentation</a> <a target="_heopenit" href="heopenit:D:\Dropbox\work example\source\uploads\document.txt">Open Documentation</a> In...
Back
Top