import.css=/download/attachments/327912/newLayout.css |
Entry-Points: C270BRWT - Data validation
Description: The Entry Point C270BRWT must be executed before the Mbrowse, in order to pre-validate the data to be displayed. Source Program CTBA270.PRW Syntax C270BRWT - Data validation ( ) --> cFiltro Return cFiltro(character) The filter string in SQL syntax format. Examples #include "Protheus.ch"User Function C270BRWT() Local cFiltro cFiltro:= "CTQ_FILIAL = '01'" //Filter - in SQL syntax Return cFiltro |