This function calls up the standard file selection window, letting you save the file.
Important: This function does not handle the actual save procedure, which must be managed by the application.
Context
Windows client,
Adelia Cloud client.
Parameters
<WINDOW> |
Name of the current window. |
|
ALPHA(n) |
Title |
Title of the window. |
ALPHA(n) |
FilterType |
Description associated with the Filter filter. |
ALPHA(n) |
Filter |
File extension filter. |
ALPHA(n) |
FilePath |
Initial access path leading to the file. |
NUM_BIN_4 |
Size |
Size of the FilePath parameter. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the user has selected a file, otherwise *FALSE. |
Example
Title = 'Open a Configuration File'
FilterType = 'Configuration File'
Filter = '*.cfg'
FilePath = 'C:\config\Client.txt'
Size = 256
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxSaveFileSelection' ID_WIN0 Title FilterType Filter FilePath Size ReturnCode
List of the VaToolBx functions by topic