執行Action前顯示確認窗口

Specify Action Settings

  • Navigate to the Misc category. By default, the Tooltip property is set to theCaption property's value. Set the "Clear the current object's fields" value instead. Set theShortcut property to "Control+C", to specify a shortcut for the Action. Note that the specified shortcut will be displayed together with theTooltip property value in the Action's tooltip. By default, theConfirmationMessage property is set to the Action's ActionBase.ConfirmationMessage property value, which is specified in code. Replace this value with the "Do you really need to clear the {0} object's fields?". The "{0}" format item will be substituted with the object's default property value. A property can be specified as default via the DefaultProperty property of theBOModel |Class node in the Model Editor. Alternatively, theDefaultProperty attribute can be applied to the property's business class declaration.


  • The current object identifier will be inserted into the confirmation message if the Action'sSelectionDependencyType property is not set to "Independent". So, assign the "RequireSingleObject" value to theSelectionDependencyType property. This property belongs to the Behavior category.


    • Run the application (whether Windows Forms or ASP.NET). Invoke a detail form object. Check that theClear Fields has the required tooltip, can be executed via the specified shortcut, and the confirmation message with the specified text will be invoked. 



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章