Want to set a filename and ask the user to confirm name and directory:

     Dialog.Path = Dateiname$
     Dialog.Filter = ["*.frm", "Formulare", "*", "Alle Dateien"]
     If Dialog.SaveFile() Then Return

When Save Dialog appears, it fills in the name of the File (base name 
and extension), but it sets the Directory List above to the application 
path and not the path contained in Dateiname$.

How can I set the directory?

Regards
Rolf


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to