<% ' ' Order Detail For Order ' MaxRecs = 50 ' maximum records per report ZoomURL = "" ' name of zoom file. If blank none. RowId = request("RowId") ' if non-zero, only run report for this Id StartRowId = request("Start") ' if running for all, where to start at %> Order Detail Report <% ' LoginRights: If 1 user has full rights, if 0 or -1, browse only rights %> <% LoginRights = request.cookies("Rights") %> " TYPE="text/css"> <% ' DebugMode =1 ' uncomment this for page get/post debug help %> <% If RowId <>"" then %>

Order Detail For Order

<% EndRowId = oOrderDtlReport.call("get_RunOrderDtlReport", RowId) %> Previous Page <% else %>

Order Detail For Order

<% EndRo2Id = oOrderDtlReport.call("get_RunAllOrderDtlReport", StartRowId, MaxRecs) %> <% If StartRowId <>"" then %> Previous Page <% end if %> <% If EndRowId <>"" then %> Next Page <% end if %> <% end if %>