BagFlex -
a bakery software for pricing and labelling
Bag - a
labelling system with database
Print Manager- a labelling system for
hndling of many printers in network
Other software
Art no
Description
In stock
Price EUR excl VAT
<%
On Error Resume Next ' ignore any errors that occur
dbRS.Close
dbQuery = "SELECT * from prodList WHERE prodGrupp='Programvaror' ORDER BY prodName ;"
Set dbRS = Server.CreateObject("ADODB.Recordset")
Call dbRS.Open(dbQuery, dbConn)
Call dbRS.MoveFirst() 'Move to the first record in the record set
%>
<% Do While Not dbRS.EOF %>
<%if bgColor = &hFFFFFF then
bgColor = &hCCFFFF
%>