View Single Post
  #9 (permalink)  
Old June 20th, 2003, 09:25 AM
gapoce gapoce is offline
Authorized User
 
Join Date: Jun 2003
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I just made the following change in the Store Procedure 'Gw_Select_Categories':

IF @CategoryID = -1 ---->> IF @CategoryId = -1

this solved my problem!


Thanks a million Hal!!!