Hello all,
I've got a retail application
where I've built a TCF to display product info. Sometimes a product will have
"related products". From inside my TCF file need to call the same TCF to
display each of the related products.
Do I need to instantiate the object
from inside the object before my method call and give a new instance
name?
- or -
Do I assume the object exists (well, I'm already IN
the object, so it must), then just make another call to my method?
- or
-
Do I have to assign the scope of my original object call to something
other than local?
So far I just get:
Error
An error occurred while processing your request:
File: ShowProduct.tcf
Position: Show
Class: Internal
Main Error Number: -8
Invalid value specified. Previous value has been used.
SP2
Thank
you....James.
