|
Since 1978, Perth Communications
has been increasing productivity and efficiency in Southwestern
Ontario industries by improving internal communication. Often,
machine operators or other key personnel need both hands
to perform their jobs safely. They should be "in the
loop" but pushing a 'talk' button just isn't feasible.
Digicom is the solution.
<% If Not rsProducts.EOF Or Not rsProducts.BOF Then %>
<%
While ((Repeat1__numRows <> 0) AND (NOT rsProducts.EOF))
%>
 ">
|
<%=(rsProducts.Fields.Item("ProdDetails").Value)%>
|
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
rsProducts.MoveNext()
Wend
%>
<% End If ' end Not rsProducts.EOF Or NOT rsProducts.BOF %>
<% If rsProducts.EOF And rsProducts.BOF Then %>
There are no Digicom Products
available at this time.
<% End If ' end rsProducts.EOF And rsProducts.BOF %>
|