Quintiq file version 2.0
|
#parent: #root
|
Method Edit (
|
internal[GUIComponent] parent,
|
LibOpt_BT_TrackingTable selection
|
) id:Method_DialogTable_Edit
|
{
|
#keys: '[138586.1.495010477]'
|
Body:
|
[*
|
data := shadow( selection );
|
|
Dialog.Data( data );
|
|
if ( Dialog.DoModal( parent ) > 0 )
|
{
|
data.Commit();
|
}
|
|
promise := DataHolderPromiseGetOptimizers.Data();
|
if( not isnull( promise ) )
|
{
|
promise.Delete();
|
}
|
*]
|
}
|