lazhen
2025-01-07 b3987122cbbc46c5c59d3173f37fca3170b6dc5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Quintiq file version 2.0
#parent: ValueHolderConvertorStatus
Response OnValueChanged () id:Response_ApplicationDataMigrationFramework_ValueHolderConvertorStatus_OnValueChanged
{
  #keys: '[134266.0.1315112927]'
  Body:
  [*
    // Update ButtonRunConversion image to
    // indicate conversion is running or already stopped
    image := 'MEDIA_PLAY'
    
    if( DMF_ConvertorDataset.IsConversionMode() )
    {
      image := 'HOURGLASS';
    }
    ButtonRunConversion.SetProperty( 'Image', image )
  *]
  CanBindMultiple: false
  DefinitionID: 'Responsedef_ValueHolder_OnValueChanged'
}