Hello,
I just was wondering if anyone could tell me how to get my class modules to act like access system object in regards to returning readonly items or defaulting to the value. here is an example -
when using a listitem if you specify
li.listsubitems.item(3) (it's value will be returned but it also returns an object because you can also use it like this: li.listsubitems.item(3).forecolor = blue)
It is the exact same when using the Forms object.
thanks,
Joe
I just was wondering if anyone could tell me how to get my class modules to act like access system object in regards to returning readonly items or defaulting to the value. here is an example -
when using a listitem if you specify
li.listsubitems.item(3) (it's value will be returned but it also returns an object because you can also use it like this: li.listsubitems.item(3).forecolor = blue)
It is the exact same when using the Forms object.
thanks,
Joe