Hello,

I try to use a treeview (for its non-visual properties) in a R.I. stored
procedure of a dbc.

Is it possible ?

How can I create an instance of this object in a RI ?

Michel (in France)

Re: treeview in a dbc R.I. by Rick

Rick
Mon Mar 01 09:54:50 CST 2004

Michel,
If you aren't using the visual aspects, why not just use a container or =
custom object?

Rick

"Michel Levy" <stop.michelvfplevy@nospam.yahoo.fr> wrote in message =
news:eoRfU05$DHA.620@TK2MSFTNGP11.phx.gbl...
> Hello,
>=20
> I try to use a treeview (for its non-visual properties) in a R.I. =
stored
> procedure of a dbc.
>=20
> Is it possible ?
>=20
> How can I create an instance of this object in a RI ?
>=20
> Michel (in France)
>=20
>

Re: treeview in a dbc R.I. by Michel

Michel
Mon Mar 01 10:14:05 CST 2004

Rick,
Why?
only because I tried unsuccessfully to do it ....

In my R.I., I have :
******
procedure myRII
omonform=newobject("monform")
...
return .t.


Define class Oletrw as olecontainercontrol
Add object montrw1 as montrw
Enddefine


Define class montrw as olecontrol
OleClass="mscomctllib.treectrl.2"
Enddefine

Define class monform as form
Add object montrw1 as montrw
Enddefine

****
It runs, I've got my treeview and I can work on it. But It seems me
unnecessary to use a visual control as a form to store my treeview.

Do you think I can use < define class monform as custom >, or anything like
that?

Thanks

"Rick Bean" <rgbean@unrealmelange-inc.com> a écrit dans le message de
news:utVeIW6$DHA.2180@TK2MSFTNGP09.phx.gbl...
Michel,
If you aren't using the visual aspects, why not just use a container or
custom object?

Rick

"Michel Levy" <stop.michelvfplevy@nospam.yahoo.fr> wrote in message
news:eoRfU05$DHA.620@TK2MSFTNGP11.phx.gbl...
> Hello,
>
> I try to use a treeview (for its non-visual properties) in a R.I. stored
> procedure of a dbc.
>
> Is it possible ?
>
> How can I create an instance of this object in a RI ?
>
> Michel (in France)
>
>