IHostManagementViews Interface

Management views host interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IHostManagementViews

Methods

ActivateCurrentWindowView Reactivates the current window.
ActivateWindowView Activates a window view based on the window identifier.
AddRow(String, ListDataField, Boolean, Boolean) Add record from the indicated table.
AddRow(String, String, ListDataField, Boolean, Boolean) Add record from the indicated table.
CreateWindowExpressionBuilder Gets an expression builder window.
CreateWindowGrid Gets a window from a list of a table.
CreateWindowSearch Get a search window.
CreateWindowView Gets a window view in the main window.
DesignListing(ListingSettings) Layout of the list using the indicated configuration
DesignListing(Int32, String) Design of the indicated list.
DuplicateRow Duplicates the record of the indicated table
ModifyRow Modify record from the indicated table.
PrintPreviewDocument(Int32, ListInt64, String) Printing process of a document or form.
PrintPreviewDocument(String, DataSet, String) Printing process of a document or form.
PrintPreviewListing(ListingSettings) Printing process of the list using the indicated configuration.
PrintPreviewListing(Int32, String) Printing process of the indicated list.
ShowCalendar Shows the calendar.
ShowException The exception is displayed and logged on the server.
ShowExportExcel Export a table to Excel, first asking for the path of the generated file.
ShowFilesRow Displays the log files of the indicated table.
ShowFilesServer Show server files.
ShowMessage(String, String, MessageImage) Display the message box.
ShowMessage(String, String, MessageButton, MessageImage) Display the message box.
ShowMessage(String, String, MessageButton, MessageImage, MessageResult) Display the message box.
ShowNotification Display the notification in the notification list without registering it on the server.
ShowReAllocateTable Shows the screen to reassign the table codes.
ShowRecodeLogistic Shows the screen to recode the logistics of an item.
ShowRecodeTable Shows the screen to recode the table codes.
ShowRow(String, Int64, Boolean) Displays the record of the indicated table.
ShowRow(String, String, Boolean) Displays the record of the indicated table.
ShowSelectItem Invokes the element selection window.
ShowSelectItems Invokes the multi-item selection window.
ShowStandardRegeneration Regenerates the information of the Items (Stock, On the way, Reservations, On the way to Manufacture, Manufactured Reserves, etc.).
ShowStoreProductRegeneration Regenerates the information of the items/warehouse.
ShowTable Displays the indicated table.
WizardCustom(String, String, WizardView, ListDataField, ControlAddedEventHandler) Display the custom wizard.
WizardCustom(String, String, String, ListDataField, ControlAddedEventHandler) Display the custom wizard.
WizardQualityQuestionnaire Quality questionnaire assistant.
WizardReport Display the report wizard.
WizardReportSchema Displays the reporting schema wizard.

See Also