Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you clear something in the GanttBarFormat function

Status
Not open for further replies.

SBendBuckeye

Programmer
May 22, 2002
2,166
US
I want to be able to programmatically control whether my task resources are displayed to the left, right, top, bottom, or inside of the task bar. I can add which ever one I want OK but how do you clear the default?

In other words, say the default is right. I can add Resource Names to the left using LeftText:="Resource Names" but it still displays on the right. To what value do I set RightText to so it goes away. It is requiring something out of the list and there is no pjNoList or equivalent that I can find.

As a work-a-round, I am using Contact which is currently unused by my code.

Thanks in advance for any help and or sugestions.

Have a great day!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top