Try OpenEdge Now
skip to main content
Developing WebSpeed Applications
Generating HTML Visualizations : Generating HTML tables with a custom tag : Compiling the table template
 

Compiling the table template

Because the table template is an embedded SpeedScript file, you must compile it to generate a r-code file. You can compile your copy of the template in the Workshop Files or Tools view. Either view allows you to open the template file and compile it by clicking the Compile icon in the Workshop Main frame.
You specify this generated r-code (.r) file in the custom tag in the HTML file:
<!--WSTAG NAME="mytbl" FILE="mytbl.r" -->