%date% in Code Template doesn't work

P

Pieter

Hi,

I'm using Code Template's in Visio, but when I Generate the code, it doesn't
give me the %date%-value...

This happend in Visio 2002 and Visio 2003 for Enterprise Erchitects.

Any idea how to get this work?

Any help our hints would be really appreciated!

Thanks a lot in advance,

Pieter


The template:
''' <name>Sub %method_name%</name>
''' <summary>
''' %comments%''' </summary>
''' <param name="%params%">%params_and_comments%</param>
''' <history>
''' %date% %author_name% Created
''' </history>
%visibility% Sub %method_name%(%mark_indent%%params%)
%method_body%
End Sub

The code:
''' <name>Sub SelectByDocID</name>
''' <summary>
''' ' La fonction qui sélectionnes tout les data d'un Doc...
''' </summary>
''' <param name="ByVal intDocID As Integer">ByVal intDocID As
Integer</param>
''' <history>
''' MyName Created
''' </history>
Public Sub SelectByDocID(ByVal intDocID As Integer)

End Sub
 

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

Top