Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Templates: Adding locally declared files to file schematic 1999-01-29 -- Christopher Hargett Newsgroups: TopSpeed.Topic.Templates
Jean-Marc wrote:
> I would like to be able to prime the file schematic with a file - at the
> procedure level. Is there a way I can do that?
Hi Jean-Marc!
I don't think there is a way to add it to the File Schematic Tree. That
would mean adding the file to the %OtherFile variable and it is "Read Only"
to the template. But you can fix it so the open and close for the file is
automatically generated by placing some code like this in your Extension
template:
#ATSTART
#ADD(%ProcFilesUsed,'SecurityFile')
#ENDAT
HTH!
Harg
Today is November 21, 2024, 3:51 am This article has been viewed 35218 times. Google search has resulted in 18 hits on this article since January 25, 2004.
|
|