File:new.xmls
Method:query.scalar(columns,*where,*order)
未指定的錯誤
越界或超過范圍
new.xmls
$out main(){
$shell.running();
$shell.layout(pages/new.htm);
@query=$query(catalog,news);
@query[CatalogId]=$http.argv(0);
@MetaKeywords=@query.scalar(MetaKeywords,['Status>0 and CatalogId={*CatalogId}']);
@MetaDescription=@query.scalar(MetaDescription,['Status>0 and CatalogId={*CatalogId}']);
@Title=@query.scalar(Title,['Status>0 and CatalogId={*CatalogId}']);
@prodecttype=@query.getList(['CatalogId,CatalogName'],['Status>0 and ParentId=78'],['Grade desc']);
@videotype=@query.getTable(['CatalogId,CatalogName'],['ParentId=88 and Status>0'],['Grade desc']);
@videotype1=@query.getTable(['CatalogId,CatalogNam...