Hierarchy search

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 20/12/2002 at 15:27, xxxxxxxx wrote:

How can I create a recursive routive that goes through ALL objects in a document?
I want to go through ALL... even all children.
Thank you very much in advance.

Rui Batista

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 06/01/2003 at 08:17, xxxxxxxx wrote:

U should have it now :)

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 06/01/2003 at 08:44, xxxxxxxx wrote:

I do :-) Thank you...
But now, my problem is another... it has to do with opening the hierarchy of any object... I can't ask too much of myself... I'm no coder ;-) But this seemed like a simple thing to do.

Rui Batista

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 06/01/2003 at 08:52, xxxxxxxx wrote:

if(!op->GetBit(BIT_OFOLD)) op->SetBit(BIT_OFOLD);
op->Message(MSG_UPDATE);
This is not the same I gave you at first. It works vice versa. Set the Bit to open the hierarchy and delete the bit to close/fold it. I just tried it, it works perfectly.
Now...GO Rui GO! :)

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 06/01/2003 at 08:54, xxxxxxxx wrote:

I will try it, Samir.
Up, up... and awaaaaaaaay!! :-)

Rui Batista

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 13/05/2003 at 11:47, xxxxxxxx wrote:

I would like to know how to search the entire document as well.