KevGD
Mechanical
- Jul 19, 2021
- 2
Hello,
The below thread was the only thread I could find in regards to how to continue the header row for tabular notes that are auto-split into a second table.
The closed thread suggests first "defining a header row".
And then second suggests inputting this code somewhere.
CODE
Dim rows(nRows) As NXOpen.Tag
lg.WriteLine("adding header title row")
theUfSession.Tabnot.CreateRow(titleRowHeight, rows(0))
theUfSession.Tabnot.AddHeaderRow(tabnote, rows(0), 0)
May I get some more details on:
1. How does one "define a header row" in a tabular note.
2. Where would one input the suggested code to allow for the continuation of the header row onto split tables.
3. Is there an easier way to do this now with NX12?
thread561-432079
The below thread was the only thread I could find in regards to how to continue the header row for tabular notes that are auto-split into a second table.
The closed thread suggests first "defining a header row".
And then second suggests inputting this code somewhere.
CODE
Dim rows(nRows) As NXOpen.Tag
lg.WriteLine("adding header title row")
theUfSession.Tabnot.CreateRow(titleRowHeight, rows(0))
theUfSession.Tabnot.AddHeaderRow(tabnote, rows(0), 0)
May I get some more details on:
1. How does one "define a header row" in a tabular note.
2. Where would one input the suggested code to allow for the continuation of the header row onto split tables.
3. Is there an easier way to do this now with NX12?
thread561-432079