`
Templates: Testing for other populated templates 1999-03-29 -- Lee White Newsgroups: TopSpeed.Topic.Templates Editors note: Please note that some lines may wrap in the template code. Craig, #RESTRICT #FOR(%ActiveTemplate) #IF(UPPER(%ActiveTemplate) = 'RPM_STANDARD_RPT(LODESTAR_RPM)') #ACCEPT #BREAK #ENDIF #ENDFOR #ENDRESTRICT ...or... #ATSTART #DECLARE(%RPMExt) #SET(%RPMExt,%FALSE) #FOR(%ActiveTemplate) #IF(UPPER(%ActiveTemplate) = 'RPM_STANDARD_RPT(LODESTAR_RPM)') #SET(%RPMExt,%TRUE) #BREAK #ENDIF #ENDFOR #ENDAT Of course you'll probably want to replace some text... 'RPM_STANDARD_RPT(LODESTAR_RPM)' ...so you can find YOUR templates!! Printed November 21, 2024, 7:12 am This article has been viewed/printed 35211 times. Google search has resulted in one hit on this article since January 25, 2004. |