Would this be like a bill of materials type item? If so, there is always
a parent ID to a child component, so you could call a search action on
the component items with a criteria that looked for the parentID (passed
from the form) as an argument to the search action.

Example:
Master  Item
ParentID = 100-A Description=Computer
 
Component Items
ParentID=100-A, Comp.Item=ABC101
ParentID=100-A, Comp.Item=DEF303
ParentID=100-A, Comp.Item=FGH753



Regards,

Len Wright
Plus International Corp
www.plusinternational.com

Direct: 604-415-2384
Fax:604-415-0830


>>> [EMAIL PROTECTED] 05/23/02 01:55PM >>>
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.



________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to