Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Boa tarde pessoal,
Estou tentando colocar um contador para saber quantas linhas tem minha tabela, tentei usar a função RowNo() mas não está retornando valor, alguém tem algum exemplo de como utilizar ? Ou outra forma de obter o mesmo resultado.
Obrigado
Boa tarde João
Você quer utilizar no script? Tente a função NoOfRows().
Se for na interface, tente o campo oculto $Rows
If you want the number of rows in the script, you can load the table and use the NoOfRows function
LET vNumOfRows = NoOfRows('YourTable');
trace $(vNumOfRows);
Hi: