Hello
I want to use a dataport/report to go through a textfile from the Navision Localisation Workbench in order to clean it from transactions existing more than once in the file(probably an error in the NLW application).
In my report/dataport I want to use two (2) dialog boxes in the request form, one for "file open" and the other for "Save as" in order to create a new file containing only the ML texts.
I have problems using two dialog boxes. I have set the first one with parent control 1 and thus using standard functionality to import (read)the first file - this work s fine.
I have problems having the second text box to work and set the filepath and filename to the file i want to create. I can open the dialog box but when i point at a location and write the file name to save, and say OK the dialog box does not pick the filepath into the request form.
Any Ideas anyone?
Best Regards
Lars Halldin
0
Comments
Now that I read your question again, it seems you are selecting a path & filename. Why don't you show us some code how you call the dialog box, and retrieve the filename?
Naturally .ShowSave(); will be of interest..
(No, I haven't got control of "Cancel" from user action as of yet)