Quintiq file version 2.0
|
#parent: ButtonChangePath
|
Response OnClick () id:Response_DialogUserImportProfile_ButtonChangePath_OnClick
|
{
|
#keys: '[132894.0.58770171]'
|
Body:
|
[*
|
// Select file import/export location
|
path := Application.GetOpenFolderName();
|
|
if( path <> '' )
|
{
|
EditorExcelPath.Text( path );
|
}
|
*]
|
CanBindMultiple: false
|
DefinitionID: 'Responsedef_GUIButtonBase_OnClick'
|
}
|