Hi All,
In the Servoy sample_pdf_forms Solution, i got the code,
var fname = application.showFileOpenDialog();
And it is working in rich client as well in web client.
But, generally we will use File plugin for the above case. And showFileOpenDialog() Method is not visible under Application in the navigation window of method editor.
Can any one please state how it is working?