Watch color

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I have a 3 objects in my watch list. All DataRows. Sometimes one of the
DataRows' values shows in red. The value is a double. These same records
seems to confuse a cube control I'm using.

When would one DataRows' value show in red for some records and in black in
others?

Thanks,
Joe
 
Joe said:
I have a 3 objects in my watch list. All DataRows. Sometimes one of the
DataRows' values shows in red. The value is a double. These same records
seems to confuse a cube control I'm using.

When would one DataRows' value show in red for some records and in black
in others?

Doesn't red mean 'recently changed'?
 
I have a 3 objects in my watch list. All DataRows. Sometimes one of the
DataRows' values shows in red. The value is a double. These same records
seems to confuse a cube control I'm using.

When would one DataRows' value show in red for some records and in black
in others?

Thanks,
Joe

Joe,

Watch values change to red when they changed in the last execution. So, if
you step through a piece of code, let's say:

index++;

and you have index in your watch window, index will turn red to let you know
that its value changed.

Pete
 

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

Back
Top