Up
HTML Emulation for Tables

 

HTML Emulation for Tables

You can insert HTML tags for tables in your .per file in order to design a more attractive field display. The HTML client will automatically add the necessary HTML tags that your application requires. This is called HTML emulation.

For example, if you include the following HTML tags in your .per file:

<TABLE WIDTH=70% BORDER CELLPADDING=2 CELLSPACING=0 BGCOLOR="#FFFFFF">
<TR BGCOLOR="#D0D0D0">
<TH WIDTH=30%>&nbsp;<TH>&nbsp;
Name [f001 ]
Password [f005 ]
</TABLE>

Your application displays the following table:

Fields in a table