Hi all,
On PB2017 how can we achieve the following.
1) we are using the dw_1.SaveAs() function to allow our users to export to the built-in formats supported by PB (excel ,html and so on.
The saveas() is only giving us a 0 or 1 return code. How can we retrieve the filename and folders the user choose in which he wants the file to be saved ?
2) the SaveAs pops up the built-in file/folder selection dialog box. But to me this looks rather dated compared to the one windows is using these days ? Any idea on how to get a more recent look & feel to this dialog box please ?
TIA
John
thanks , but this requires the user to already know the extension or type the extension , i want to give him all possiblities available. our users sometimes dont have a clue about what an extension is or
TIA
John
Then I would suggest that you design your own SaveAS Dialogue specific to this exact required functionality.
Regards ... Chris