Search the Community
Showing results for tags 'link text to record'.
-
Hi all. I'm trying to link some text in a symbol to a field of a record format. I've double-triple checked that I have the names of the record format and field correct, but I don't end up with linked fields. I have over 100 fields to link, which is why I'm trying to automate this process. Here's a snippet of the script that's tripping me up: vs.BeginSym("Console Routing") # some other code # for chan in range(64): vs.CreateText(f'input {str(chan + 1)}') vs.LinkText(vs.LNewObj(), "ConsoleRoute", f'Input{chan + 1}') vs.EndSym()
- 3 replies
-
- python
- record format
-
(and 1 more)
Tagged with:
-
Hello all, I was wondering if anyone knew how to make a two way worksheet? I want to be able to Edit my record from the work sheet just like how I can edit the Worksheet from my record. Attached is an example of my file with the description field being the only field I want to be able to do this to. The text is already linked to the record I just cannot figure out how to edit the worksheet and type directly into it thank you in advance for the feedback. Best Regards, Colin Devenish Practice Help.vwx
- 13 replies
-
I am working with a set of symbols that are simply rectangles with text that is linked to a 5-field record. When I insert the symbols in the Annotations layer, they do not generate any data in the report. It only works if I put them in the design layer. What am I missing here?