%
isdebug=false
on error resume next
if isdebug then on error goto 0
arrProducts = Array()
sSQL = "EXEC p_hwdGetSizeList "
set rsSizes = GetRS(sSQL)
if not rsSizes.eof then
strOptions = "
" & vbCrLf
end if
set rsSizes = nothing
sSQL = "EXEC p_hwdGetProducts " & toSQLNum(2)
set rsProducts = GetRS(sSQL)
if not rsProducts.eof then
set sbProducts = new StringBuilder
strProducts = "
|