On 09:07 AM 18/10/2002 +1000, Ian Wilson said:
Just a little more on this.The query:<..snip..>Another issue for which maybe someone knows the answer. How do you globally add a schematic component parameter? Or come to that how you globaly edit them - they don't appear in the inspector.
IsParameter And (ParameterName Like 'Text Field1')
Will gather all the 'Text Field1' parameters. Assuming you had "Clear Existing" and the "Select" check boxes checked (in the List Panel) before applying the query these will be selected and appear in the list panel.
I originally had the above query as:
IsParameter And (ParameterName Like 'Text Field*')
(note the wild card) That is why I used the Like operator. I then changed it to get just 'Text Filed1' parameter but did not change the Like operator. The original query could have been written as:
IsParameter And (ParameterName = 'Text Field1')
Ian
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* To post a message: mailto:proteledaforum@;techservinc.com
*
* To leave this list visit:
* http://www.techservinc.com/protelusers/leave.html
*
* Contact the list manager:
* mailto:ForumAdministrator@;TechServInc.com
*
* Forum Guidelines Rules:
* http://www.techservinc.com/protelusers/forumrules.html
*
* Browse or Search previous postings:
* http://www.mail-archive.com/proteledaforum@;techservinc.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
