| RFQ
Listing |
<%if TotalPages = 0 then%>
You
have not been invited to participate in any current RFQs.
|
<%else%>
|
|
<%
If TotalPages > 1 Then
%>
|
<%
' Now make the page _ of _ hyperlinks
scriptname = request.servervariables("script_name")
response.write "Page: "
for counter = 1 to TotalPages
if counter <> CLng(mypage) then
ref = "" & counter & ""
else
ref = counter
end if
response.write ref & " "
next
%>
|
<%
End If
%>
|
|
Quote
ID#/Name |
Contact
|
Close
Date |
Status
|
<%
myRFQs.VendorSearch idno, startdate, enddate, username, mypage, strDSN
count = myRFQs.Count()
For i = 1 to myRFQs.Count()
Set myRFQ = myRFQs.Item(i)
Set myVendorBid = Server.CreateObject("ADCRFQObjects.VendorBid")
bidisexist = myVendorBid.IsExist(myRFQ.RFQID, username, strDSN)
if bidisexist then
vendorbidID = myVendorBid.GetID(myRFQ.RFQID, username, strDSN)
end if
if i mod 2 then
bgcolor = "#E0E0E0"
else
bgcolor = "#ffffff"
end if
%>
>
<%if FormatDateTime(myRFQ.IssueDate,2) = FormatDateTime(Date,2) then%>
<%else%>
<%end if%>
|
<%= myRFQ.IDNo %> |
<%= myRFQ.Contact%> |
<%= myRFQ.DueDate %> |
<%if bidisexist then%>
<%if myRFQ.Status = 1 then%>
Closed
View
Bids
<%else%>
Edit Quotes
<%end if%>
<%else %>
Quote Now
<%end if%>
|
<%
Set myVendorBid= Nothing
Set myRFQ = Nothing
Next
end if
Set myRFQs = Nothing
%>
| |
| Supplier
menu |
|