08-25-04 12:00 AM
Hi
I have the following code that is giving me a error of
"object required". Can someone please assist.
****************************************
***************
* Object required - even though I have oCategory and
oCatalog as well as sCategoryName populated
****************************************
***************
Set oCategory = mscsGetCategoryObject(oCatalog,
sCategoryName)
************** Same for this *******************
Set sCategoryName =
oCategory.ParentCategories
*********************** This give me a "TYPE MISMATCH"
*****
If StrComp(sCategoryName, sCatalogName) =
0 Then
Can someone help. I know this Forum is not for syntax,
but I would appreciate any help.
[ Post a follow-up to this message ]
|