PC Review


Reply
Thread Tools Rating: Thread Rating: 2 votes, 1.00 average.

IPP Sort Order

 
 
stuff
Guest
Posts: n/a
 
      2nd Jul 2003
Does anyone know how to change the sort order of the printers displayed in
IPP with Windows 2000 server? In my multi-floor building, I'd like to set
the location in the printer properties, then have the ASP page sort by the
Location field.

I'm sure it's in one of the files like ipp_0001.asp or something, but I
can't find the right section of the code.

Thank you.


 
Reply With Quote
 
 
 
 
New Member
Join Date: Oct 2005
Posts: 1
 
      20th Oct 2005
Quote:
Originally Posted by stuff
Does anyone know how to change the sort order of the printers displayed in
IPP with Windows 2000 server? In my multi-floor building, I'd like to set
the location in the printer properties, then have the ASP page sort by the
Location field.

I'm sure it's in one of the files like ipp_0001.asp or something, but I
can't find the right section of the code.

Thank you.
Hi, did you get anywhere with this? I have also been looking into this and found this post from a couple of years ago.

I would greatly appreciate any advice.

Thanks
 
Reply With Quote
 
New Member
Join Date: May 2010
Posts: 1
 
      18th May 2010
All,

I found this to get the column headers sortable:
http://www.kryogenix.org/code/browser/sorttable/

I had to edit the ipp_0001.asp page as follows to get the table headers:



Function GenTableHead ()
...lines omitted for brevety

strHTML = "<thead><tr>"

For i = 0 to 5
strHTML = strHTML & "<th>" & MENU_FONT_TAG &_
strTableTitle(i) & END_FONT & "</th>"
Next
strHTML = strHTML & "</tr></thead>"

GenTableHead = strHTML
End Function


Thanks!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Query sort order apparently ignoring ORDER BY john.mctigue@health.wa.gov.au Microsoft Access Queries 4 21st May 2009 03:56 PM
Excel 2007 Sort-How to Retain Sort Order devistated Microsoft Excel Discussion 3 22nd Oct 2008 04:11 PM
Sort order and seconday sort order =?Utf-8?B?Y29saW4=?= Microsoft Access Queries 1 5th Apr 2007 05:28 PM
Pls. reply Sort Data and copy to next coulmn when sort order chang =?Utf-8?B?c2hpdGFsIHNoYWg=?= Microsoft Excel Programming 0 19th Aug 2005 11:29 AM
Selecting a report's sort order & sort fields at runtime Alp Microsoft Access Reports 5 2nd Jan 2005 07:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:46 PM.