Macro NetData utilisant DSPLIBL

BoTTom |
%function(DTW_SQL) query() {
 call af4tool.dsplibl
 
 %report{
 
   <table border=1> <tr><th align=left>$(N1)</th></tr>
    %row{
    <tr><td> $(V1) </td></tr>
    %}
   </table>
 %}
 
 %message{
  default: "<p>Liste effectu&eacute;e" :CONTINUE
 %}
 
%}
 
%html(result){
 <html>
 <title>contenu de *LIBL</title>
 <body>
 <h1>Liste des biblioth&egrave;ques</h1>
  <p>@query()
 </body>
 </html>
 
%}




©AF400