Kbase 19208: Example for new supported HTML tags with Apptivity 3.1
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/22/1999 |
|
Example for new supported HTML tags with Apptivity 3.1
This document applies to: Apptivity
Version and Release Number: 3.1
Apptivity 3.1 includes new HTML tags for which the
Product contains no examples yet. The simple code below inside
a HTML page using the Northwind database shows how some of the
new tags can be applied:
<!--$BEGIN_HTML_WIZARD_CODE -->
<apptivity datasource="dsOrders">
<apptivity setValue name="v_crow" value="<apptivity currentrow>" scope=page>
<apptivity if name="v_crow" match=exact value="1"/>
<apptivity else>
<apptivity move=next>
<apptivity endif/>
<apptivity iterate=begin rows=5 trace=yes>
Current row: <apptivity currentrow>
<apptivity column=OrderID> <apptivity column=OrderDate><br>
<apptivity iterate=end>
<p>
<a href=`url=previous`>Previous</a>
<apptivity move=previous>
<apptivity move=previous>
<a href=`url=next`>Next</a>
<!--$END_HTML_WIZARD_CODE -->
References To Written Documentation or Other
KnowledgeBase Documents:
Apptivity Update Booklet
Apptivity API HTML help: Class abPageMerger