Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Cole3c
  • Content: Threads
  • Order by date
  1. Cole3c

    Problem showing only non-active records

    I have (besides being a moron) a problem showing only the selected records that are not active (ie:still pending) The select works and gives me the records that are pending and completed (active = 1). orderdetail.active is bit, default=0, null allowed ...clip & "WHERE ordersubjects.CompID = '"...
  2. Cole3c

    html page does not display, asks for password?

    I have a page that I originally wrote in MS word (internal office document). I converted to html via 'save as' in MS Word. When put in place for online view and print (offices around country), it won't display, instead it asks for username and password for "" at https://www..... I have used MS...
  3. Cole3c

    Insert into (SQL Svr syntax) problem?

    I am having a problem with my insert values syntax. Using MS SQL SVR 2K, ASP Specifically, I have an single/double quote, and end of statement error. The below code gets me close, but inserts something wrong into the table (a single quote?) that causes an error when I attempt to view the data...
  4. Cole3c

    Losing network printer at each logoff

    Small LAN, mix WinME(1), WinXP(5), Win2K(2) Consistent loss of network printer after logoff. Particularly troublesome with laptop running XP and connecting to printer served by Win2k box--everyday we have to remove the printer and reinstall. Frequently receive info box that says denied because...
  5. Cole3c

    data field contents stopping display

    Using MS SqlSvr2k DB and ASP to display via web browser. When the field (data) contains "<full bal", the ASP page stops displaying the data and continues to the next part of the page. Example data: SETTLED FOR <FULL BAL Example result: SETTLED FOR ASP code: <% if Not objRst.bof And Not...

Part and Inventory Search

Back
Top