` Printed Icetips Article

Icetips Article



Templates: Finding the parent of a control or extension template
2004-04-01 -- Arnor Baldvinsson
 
Newsgroups: comp.lang.clarion,softvelocity.clarion.templates

>#CONTROL(MyDropList, 'My Droplist
Control'),MULTI,REQ(MyExtensionTemplate),Primary('MainFile')
>#Declare(%MyFile)
>#Prepare
>    #SET(%MyFile,  [the %Primary of the updateform]   )
>#EndPrepare
>#PROMPT('MyField:',FIELD(%MYFILE)),%MyField

Haven't tried it but something like should work:

#PREPARE
  #SELECT(%Primary,%ActiveTemplateParentInstance)
#ENDPREPARE
#PROMPT('My field',FIELD(%Primary)),%MyField

Best regards,

ArnĂ³r Baldvinsson
Icetips Software
San Antonio, Texas, USA
www.icetips.com
arnor@icetips.com


Subscribe to information from Icetips.com:
http://www.icetips.com/subscribe.php



Printed May 6, 2024, 4:14 pm
This article has been viewed/printed 35116 times.
Google search has resulted in 6 hits on this article since January 25, 2004.