Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [Liimatta] Different Versions of Forms for Basic Functions on Same DB?

Quote Reply
Re: [Liimatta] Different Versions of Forms for Basic Functions on Same DB? In reply to
You simply have to edit the template files.

Example:

Quote:

<%if ColumnName eq 'something'%>
<%include form1.inc%>
<%endif%>
<%if ColumnName eq 'somethingelse'%>
<%include form2.inc%>
<%endif%>


Then you would have to create additional template files (the included files) that would dynamically be included based on the column checks you add in the template file.
========================================
Buh Bye!

Cheers,
Me
Subject Author Views Date
Thread Different Versions of Forms for Basic Functions on Same DB? Liimatta 2579 Dec 15, 2001, 9:36 PM
Post Re: [Liimatta] Different Versions of Forms for Basic Functions on Same DB?
Stealth 2487 Dec 15, 2001, 11:25 PM