Versions: | Microsiga Protheus 8.11 , Microsiga Protheus 10 |
Compatible Countries: | All |
Operating Systems: | All |
Compatible with the Databases: | AS/400 , CTree/CTree Server , DB2 , Informix , MS-SQL , MySQL , Oracle , Postgres |
Languages: | Spanish, English |
Description:
The Entry Point C270BRWT must be executed before the Mbrowse, in order to pre-validate the data to be displayed.
IMPORTANT: This entry point is exclusive to TOP CONNECT environments, being equivalent to the C270BROW entry point.
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