Re: On Node Change evente with a Treeview
From: Archives (musicalesNOSPAM_at_mp3th.net)
Date: 05/03/04
- Next message: Rick B: "Re: Apply an "Event Procedure" to each record on a form individually?"
- Previous message: Shobha: "Combo Box List count limit"
- In reply to: Michel Walsh: "Re: On Node Change evente with a Treeview"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 May 2004 22:42:58 +0200
Hello,
I have many modules which have line "MyNode.selected=True", so I would have
a On_Node_Change event instead to write code after each line.
"Michel Walsh" <vanderghast@VirusAreFunnierThanSpam> a écrit dans le message
de news: OVYfkYQMEHA.1272@tk2msftngp13.phx.gbl...
> Hi,
>
>
> You don't need an event since you are in charge: type whatever your
> "event" would do, immediately the line after.
>
>
> Events are useful when you need asynchronous process (but VBA as a
> single thread of execution), facultative process (when you raise an event,
> there can be no one to catch it, as for most events under an Access FORM,
by
> opposition, if you use a call, the subroutine you call must be present),
or
> when you develop a class or a tool in a psirit to be re-used somewhere
else.
> If you are in your own program, you probably don't need to signal an event
> to itself (remember that VBA has just one thread of execution).
>
>
>
> Hoping it may help,
> Vanderghast, Access MVP
>
>
>
> "Archives" <musicalesNOSPAM@mp3th.net> wrote in message
> news:c6vfm6$ocu$1@news-reader5.wanadoo.fr...
> > Hello,
> >
> > When I use the following code "MyNode.selected=True", I would like that
a
> > event occurs, telling me that the treeview has moved from a node to
> another
> > node.
> >
> > What event should I use ?
> >
> >
>
>
- Next message: Rick B: "Re: Apply an "Event Procedure" to each record on a form individually?"
- Previous message: Shobha: "Combo Box List count limit"
- In reply to: Michel Walsh: "Re: On Node Change evente with a Treeview"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|