`
Templates: Access symbols in other templates 1999-03-14 -- Craig E Ransom Newsgroups: TopSpeed.Topic.Templates Hi Mike! > Is there a way to make browse variables (legacy) like %RangeField "visible" > to other templates added to that procedure? > What DAB said, with a little more detail: On your #EXTENSION line, add REQ(BrowseBox(Clarion)). This will force the template to "attach" itself to the BrowseBox template. If you have several of these on one screen, it will make you pick which one to attach to. The "attachment" allows you to access the template symbols for that BrowseBox ONLY. -- Craig (The Data Ferret) Using Virtual Access 4.02 build 244 (32-bit) in Win95 Clarion Prof Dev 2.1 / Clarion for DOS 3.x Clarion for Windows 1.0, 1.5, 2.0 / C5EE / C5IC Pervasive.SQL / SQL Anywhere 5.5 CPCS CCS CLACom WinEvent CWA JANUS/Ada 83 95 CLAW "Do not meddle in the affairs of FERRETS...." Printed November 21, 2024, 7:15 am This article has been viewed/printed 35212 times. Google search has resulted in 19 hits on this article since January 25, 2004. |