changing font color afte events!!!

K

kofiko

does any one know if i can mark a cell in red if it has a
certain value?
I am working with task_before_change event , but i get
a "this method is not available in this situation"
messages....
thanks
 
M

Mark Durrenberger

What method is not available?
Mark

--
_________________________________________________________
Mark Durrenberger, PMP
Principal, Oak Associates, Inc, www.oakinc.com
"Advancing the Theory and Practice of Project Management"
________________________________________________________

The nicest thing about NOT planning is
that failure comes as a complete surprise and is not
preceded by a period of worry and depression.

- Sir John Harvey-Jones
 
L

Lars Hammarberg

I'd guess either one of two problems here:
1. You're editing a date field using the calendar drop-down
2. You're changing the data in a task cell in som way that leaves the cursor
and focus in the entry bar (just above the main project screen)

Solutions (depending on what you want to accomplish - or if this is the
problem in the first place... :)
1. Use the SendKeys "{ESC}" method to leave the entry bar or date-picker
control
2. Use the SendKeys method to enter something that's appropriate to what you
want to accomplish, ending with SendKeys {ENTER}
 

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