GetFileSaveName
- How-to
- File Access
- TOMAZ KRALJ
- PowerBuilder
- Saturday, 8 January 2022 05:42 PM UTC
Hello,
PB 2021 1288
I create datastore in application and would like to save this datastore as PDF document. At the time of creation of datastore I already know name of filename in which I want to save datastore, but I don't know folder. S I ask user for folder with:
value = GetFileSaveName("Savew as PDF",ls_path, ls_filename, "PDF", "PDF file (*.PDF),*.PDF," +" PDF files (*.PDF), *.PDF")
everything ok, but I would like that in GetFileSaveName window the name of file is already present, user only have to select fofder in which he want to save file.
Is there any option for this?
Regards
Tomaz
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.