...
| Portuguese | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Entry Point Ponto-de-Entrada: CT390BUT - Inclusão de botõesAdding buttons
Descrição Description: O ponto de entrada CT390BUT é utilizado para a inclusão de botões no tela de visualização do Orçamento. Eventos Utilizar o ponto de entrada para a inclusão de botões na tela do orçamento. Esse evento é chamado na montagem do browser do orçamento. The CT390BUT entry point is used to add buttons to the Budget viewing screen. Event Use the entry point to add buttons to the budget screen. This event is called when building the budget browser. Source Program Programa FonteCTBA390.PRW SintaxeSyntax CT390BUT - Inclusão de botõesAdding buttons ( [ aRotina ] ) --> aCT390BUT ParâmetrosParameters:
Return aCT390BUT RetornoaCT390BUT(array_of_record) array com as informações dos botões adicionados pelo ponto de entradaArray with the information of the buttons added by the entry point Examples // defines the entry point for the inclusion of buttons aAdd(aRet,{ "PONTO DE ENTRADA" , "Processa( { ||"ENTRY POINT" , "Process( { || U_PONTO() })", 0, 0} ) aRet// definine a função que será chamada pelo botão criadoUSER FUNCTIONdefines the function that will be called by the created button "BUTTON EXECUTED" )Return |