January 22, 20205 yr Newbies In my file I have two related tables and 5 unrelated tables. I have 5 layouts. In the header I use: <<$$Title>>: <<$$LayoutName>> to display the script results. The scripts are 1. Set Variable [$$Title; Value: Get(FileName)] And 2. Set Variable [$$LayoutName; Value: Get(LayoutName)] Both scripts are combined into a single script that is triggered when "Entering" the layout. The problem: Some layouts return the Layout Name incorrectly. eg. Layout = Futures Studies returns Futures and Layout = Contract Information returns Contract. Thoughts?
January 22, 20205 yr Are you sure the text object is wide enough to show the entire text? -- Note that all Get() functions can be placed on a layout directly: in your example, you could replace: <<$$Title>>: <<$$LayoutName>> with: {{FileName}}: {{LayoutName}} and do away with the script and the script trigger.
January 22, 20205 yr Author Newbies Problem Solved: I needed to expand the text box to show "All" of the information. 6 hours ago, comment said: Are you sure the text object is wide enough to show the entire text? -- Note that all Get() functions can be placed on a layout directly: in your example, you could replace: <<$$Title>>: <<$$LayoutName>> with: {{FileName}}: {{LayoutName}} and do away with the script and the script trigger. I like your recommendation, AND the solution to the initial problem. Thank you. Problem Solved.
Create an account or sign in to comment