leftmost column with task ID

  • Thread starter Roland Hoelscher
  • Start date
R

Roland Hoelscher

Yes Dave your reply did include the solution to my
problem - thank you. The parameter "LockFirstColumn:= "
controls whether your view includes the leftmost column;
apparently the default value for this parameter
is "False"; so if you do not have the parameter the
leftmost/first column is not in the view.
Thanks again,
Roland
 
J

Jack D.

Roland said:
Yes Dave your reply did include the solution to my
problem - thank you. The parameter "LockFirstColumn:= "
controls whether your view includes the leftmost column;
apparently the default value for this parameter
is "False"; so if you do not have the parameter the
leftmost/first column is not in the view.
Thanks again,
Roland

Close, but not completely correct. LockFirstColumn controls whether the
column is grey and behaves the way you described. If that property is false
the column is still visible in the view, but it is white and does not behave
the same way (row selection for example). Setting the column width to 0 will
hide it no matter which column it is.

--
Please try to keep replies in this group. I do check e-mail, but only
infrequently. For Macros and other things check http://masamiki.com/project

-Jack Dahlgren, Project MVP


+++++++++++++++++++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top