Browsers
[WINDEV]
Last Edit: January 30, 2018 the alpha360 team
All Browser windows have the following definition:
IWB_MyBrowse(LOCAL p_OpenWindow is ST_a360_DynamicWindow,sReturnPK is string="", bChanged is boolean=False)Independent HFSQL context:
always turned ONUI elements:
They usually have a main table at the top and many other secondary tables filled with related data at the bottom - inside a TAB ; the data in the secondary tables depend on the row selected in the main table.The Embeds [most common]:
End of Initialization of IWB_MyBrowseUI_UserAccess() // Controls user accessUI_Format() // Formats currencies and numbersUI_Refresh() // Refresh main tableSelecting a row of the "main table"UI_RefreshRow() // Populates data on the secondary table(s)The LOCAL Procedures [most common]:
UI_UserAccess() // Controls user accessUI_Init // Initializes the WindowUI_Translate // Translate the WindowUI_Format() // Formats currencies and numbersUI_Refresh() // Refresh main tableUI_RefreshRow() // Populates data on the secondary table(s)UI_Add // Call an Edit form for adding - CAN have many of theseUI_Edit // Call an Edit form for editingUI_Delete // Call an Edit form for deletingUI_Document_Add // Associate a file (say a .pdf) with this Document/TransactionUI_Document_View // View a file (say a .pdf) associated with this Document/TransactionUI_Document_Delete // Delete a file (say a .pdf) associated with this Document/TransactionUI_Post // Post the Document/TransactionUI_unPost // unPost the Document/TransactionUI_SendToGL // Send the Document/Transaction to GLUI_Print // Print the Document/TransactionUI_CreateTranslation // Automatically Create Translation entriesnext - > Forms [WIN]
Copyright 2017/18 - computerplus