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 bkrike 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: *

  1. NOPOPNOSTYLE

    Commeted out code

    Hi all Does anyone know if spiders etc give a lower page ranking if code in the page being indexed is commeted out, or does it not really matter??? Lord Exell
  2. NOPOPNOSTYLE

    Custom "Waring Page has Expired" page

    Hi I've got a quote engine page using the Post method for forms. I use the Response.Expires=0 on most of the pages to stop users mucking around with values etc. Is there any way we can set up a Custom Page like the Error 404 page so that we can put some nice explanation to our customers...
  3. NOPOPNOSTYLE

    Line numbers for code

    Hi I've just started using Visual Interdev 6.0 for creating webpages, (I've been used to Dreamweaver MX) and for the life of me I cant find the option to turn line numbering on for you code. Please could someone help as I dont want to suffer when a "Error on Line 786" pops up on the browser and...
  4. NOPOPNOSTYLE

    Problem with Request.servervariables(LOGON_USER)

    Hi I've written some asp that uses the servervariable(LOGON_USER), I've taken anonymous access off so that this variable works and work it does, however a few people dont and we use a "EVERYONE" at work user group, the strange thing is that our login works ok on there's and own pc's however...
  5. NOPOPNOSTYLE

    Problem using a For, Next and Exit For Statements

    Hi there I've written some code to check a variable against a scale thats held in a table and pulled back in a recordset, the idea is to loop through the table and exit for when the condition is true, however the code only works when the variables value is lower than the min of the first row of...
  6. NOPOPNOSTYLE

    Select Case syntax problem

    Hi Below is a basic page I've written using the Select Case Statement, according to all the column inches the syntax is correct however I get a Microsoft VBScript compilation error '800a0400'. Help Lord Exell <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <html> <head> <title>Untitled...
  7. NOPOPNOSTYLE

    Dreamwaever MX not seeing linked Tables

    Hi All I'm setting up a site using Access 2000. When I set up a DSN and connect to the database,I look in the &quot;Application&quot; bit of dreamweaver mx which shows all the tables in my database apart from any linked tables to other access 2000 databases. Has anyone have any ideas or...
  8. NOPOPNOSTYLE

    Cradle to Grave

    Hi there Has anyone used this call logging software, If so do you rate it ???? Many Thanks Lord Exell
  9. NOPOPNOSTYLE

    How to query a seperate recordset ??

    Hi there I'm using Dreamweaver MX to write a page to pull back a query from Access 2000. In Access the query I want to pull is back query4, however queries 1 2 and 3 are sub queries of 4. Normally in the asp page I would write Select * from query 3 where field Y is = &quot;Form...
  10. NOPOPNOSTYLE

    Getting #'s into SQL Strings

    Hello I'm using Dreamweaver MX and I'm trying to asses an access database using a date between query, below is the result so far, this only works if I type a date flanked by the # character in the Form. Can I modify the code below to put the #'s in. (TIMM_ONE Refers to the Request.Form bit as...
  11. NOPOPNOSTYLE

    Creating a new chart type in Excel

    Hi there I'm trying to create a new graph type in Excel, but seem to be coming up against serious hurdles; can anyone give me any pointers? Imagine a circle broken up into four sections (could be more) by lines running thought the centre both vertically and horizontally. Along each line is...
  12. NOPOPNOSTYLE

    Strange Message Box

    Hi I'm running a query, then hourglass, then nothing. I went into design mode and all was fine. I tried to exit the query and ths message box apperars. This action will reset the current code in break mode. Do you want to stop ruinning the code? Yes - just seems to bring up same message...
  13. NOPOPNOSTYLE

    Scheduling Macro's

    Hi Everyone Is is possible to write a Module that will schedule a Macro to run at a specific time every day based on a server's bios clock? Many Thanks Lord Exell
  14. NOPOPNOSTYLE

    Concurrent Users on Access 2000

    I'm after some advice, Normally when you have a Client/Server setup you can normallly have between 15 - 20 concurrent users using thier Access 2000 forms to write and read to the backend Access 2000 database before the whole thing becomes slow and unstable. I'm planning to set up a Access 2000...
  15. NOPOPNOSTYLE

    Setting OLE Field Properties using VBA

    Hi there I have a Table with 2 Fields, NAME (text) and NOTES (OLE) I have created a Form to Dispay the Data, I've used the manual method of Using Insert Object and Selecting Microsoft Word Document as the object to be placed in the Vacant (this is all Bound) OLE Field in the Table. All Fine...
  16. NOPOPNOSTYLE

    Probelm with Creating New OLE Objects

    Hi there I've have a Access 2000 Database, with a table called DATA which has 2 fields named NAME (text) and NOTES (ole). I've created a Form called FORM1 I have used the insert object button to populate the NOTES field with a Word Document (bound). All fine so far, however the problem comes...
  17. NOPOPNOSTYLE

    Compacting Database on Exit or Schedule

    Hello there Could anyone supply me with the Code I would need to get my Access Database to Compact and Repair itself upon Exiting, or better still a code that would allow myself to pick a time to schedule such activity, prehaps to ones bios clock for example. Many Thanks Lord Exell
  18. NOPOPNOSTYLE

    Counting Incidences and Total Days

    I've really been Scratching my head with this one. I've got a table structured thus.. Field 1; Attending (Text) with either a &quot;Yes&quot; or &quot;No&quot;, Field 2; Date (Short Date)in accending order; Field 3 Exception (Text)only entry would be &quot;Sick&quot; otherwise field will be...
  19. NOPOPNOSTYLE

    Displaying Fractions in Word or Access

    This is a purely cosmetic question. I have a text field in one of my tables in access, instead of writing half day holiday I want it to display 1/2 day holiday, just instead of displaying what I have just written I want the Fraction 1/2 to have a horizontal line between the numerator and the...
  20. NOPOPNOSTYLE

    Erlang C Formulae for Excel

    Does anyone have or know where to look for the Erlang C Formulae for Excel 2000. Cheers John

Part and Inventory Search

Back
Top