DWT Inheritence

  • Thread starter OHM \( Terry Burns \)
  • Start date
O

OHM \( Terry Burns \)

I was trying to work out if you could derive one template from another.
Here's why.

I have a site template which I have the company logo and menu's in etc. This
all work fine. I also have a requirement to extend this to include a table
which will include information relating to courses being run. I wanted to
design the course template based on the site template so that if the site
template changes it is also reflected in the course template.

I did an experiement, I create this scenario where one template ( the sub
template ) has the site template applied to it. However, when you change
the site template it gives no warning that there are pages dependent on it
and does not make any changes to the template which is based upon it.

Am I missing something here, or is there another way to acheive this.

Many Thanks !

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
 
S

Stefan B Rusynko

FP 2003 does not support nested DWT templates

Make a copy of your template and apply the copy



| I was trying to work out if you could derive one template from another.
| Here's why.
|
| I have a site template which I have the company logo and menu's in etc. This
| all work fine. I also have a requirement to extend this to include a table
| which will include information relating to courses being run. I wanted to
| design the course template based on the site template so that if the site
| template changes it is also reflected in the course template.
|
| I did an experiement, I create this scenario where one template ( the sub
| template ) has the site template applied to it. However, when you change
| the site template it gives no warning that there are pages dependent on it
| and does not make any changes to the template which is based upon it.
|
| Am I missing something here, or is there another way to acheive this.
|
| Many Thanks !
|
| --
| OHM ( Terry Burns ) * Use the following to email me *
|
| Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
| For i As Int32 = 0 To ch.Length - 1
| ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
| Next
| Process.Start("mailto:" & New String(ch))
| --
|
|
 
O

OHM \( Terry Burns \)

Shame, this would be a great feature for a managed web site

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Thanks 0
Speech Recognition Files Error 0
Remember Me ? 2
DWT and CSS 2
DWT/CSS Woes 1
How to tell if a document is new ? 5
One Last Question ( I promise ) 2
Forms on Letters 1

Top