×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

How to define a Tabular Note Header in NX 11 Using NXOpen?

How to define a Tabular Note Header in NX 11 Using NXOpen?

How to define a Tabular Note Header in NX 11 Using NXOpen?

(OP)
Hello Friends,

I am wondering which NX API will let me define a Tabular Note Header. I need to propagate the table along with the header if it reaches beyond a certain margin value. I am able to propagate the tabular note rows to the left using NX Open but I have to add the header row using code every single time.
Can someone help me out?

Thank you!
Amitabh

RE: How to define a Tabular Note Header in NX 11 Using NXOpen?

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) 

The above is what I have used in NX 9. Once you define a header row, it will be added to each section automatically if/when your table grows beyond the maximum height value.

www.nxjournaling.com

RE: How to define a Tabular Note Header in NX 11 Using NXOpen?

(OP)
Thank you cowski!

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources