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

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

    Type mismatch problem in importing w/ VB Script

    I am trying to importa a file into a mysql database. The file is a comma delimited text file. I'm having some trouble with the VBScript at this pont... I get a type mismatch at this line. datcols=split(dat,",") Here is the rest of the code. Does anyone see the problem? while not...
  2. baybook

    Trouble Updating Using an array - Need Assist Pls

    'm using asp with a MySql page -- workingon someone elses work. I have a script that updates the datbase just fine, however, when I add a field to the form, the insert page no longer works. Can someone tell me why adding one field throughs the entire script off. The field has been added to...
  3. baybook

    Addiing Site to IIS via panel or Explorer

    Does it make a difference whether or not I add a site to IIS via the IIS management interface or just create a new folder with Windows Explorer? Thanks!
  4. baybook

    ActiveX problem with smtp

    I have a script to send a file from a database. Now that I've moved it to a new server, I get the following error ActiveX component can't create object 'SMTPControl.smtp' I'm searching for the error to find a solution, but I'm having trouble. Any suggestions on what I am missing? Thanks!
  5. baybook

    Problem with aligning to the TOP of the screen

    Help! I can't see what the problem is This site is properly aligned at the very TOP of the page http://www.blackliterature.com/index.cfm This site leaves space at the top of the page http://www.blackliterature.com/index.htm Both have topmargin set to 0. What else am I missing that controls...
  6. baybook

    White space at top and left of screen

    I'm drawing a mental blank here but I know I've used a fix for this before. I have a table that is taking up 100% of the screen. However when I view in a browser, I see about .25 inch of whitespace on the edges(top,left,bottom,right) of the table. Isn't there a way to push/pull the table to...
  7. baybook

    Changing template associated with file

    I have a series of files that are using template 1. Template 2 is now a subtemplate of 1 I want to change some of these files now to use template 2. Is there a way to change this in dreamweaver? Thanks!
  8. baybook

    Keeping menus on top of layer??

    I have added a pop up menu to a table that is enclosed in a layer (via a div class="someclass") tag. When I do this, the menu shows up behind the images, not on top of the layer. How can I make the pop ups stay on top/ Thanks!!
  9. baybook

    Pop Up Menus and Layers??

    I am trying to add pop up menu behavior to a table that is enclosed in a layer (via a div class="someclass") tag. When I do this, the behavior does not show on the screen. When I remove the DIV tags, it works fine. I need the DIV tags for the layout of the page. Is there a way to make...
  10. baybook

    Pop Up Menus and Layers??

    I am trying to add pop up menu behavior to a table that is enclosed in a layer (via a div class="someclass") tag. When I do this, the behavior does not show on the screen. When I remove the DIV tags, it works fine. I need the DIV tags for the layout of the page. Is there a way to make...
  11. baybook

    Bottom positioning with CSS

    I'm looking through the old posts and from what I'm reading it looks like there is now way to position a footer to ALWAYS be at the bottom of a page unless the page is a static length. Is this correct? The headers(top of page) I have taken out my position:absolute in the footer and the layer...
  12. baybook

    Archive of Website Files?

    Hi, I did a website for a company who has chnaged isps and has now lost their entire site. They have also lost the copy I gave them. I didn't keep a copy of this site and now I need it. I thought there was someplace online that I could search that might have these files archived. Can...
  13. baybook

    Navigation links/Files??

    I have a nav bar that is include on every page of a site. In the past, I used ssi to include a file that listed all the links. It was easy to update 1 file and have the results trickle down to each page. Is this still the best way to do this? I thought I'd check with the group and see if...
  14. baybook

    Simple Query problem - Please Advise

    I have not used CF in some time and I am trying to create some simple queries to pull data based on a value the user selects on a form. Can someone tell me why the first query below works, but does not work when I add a where clause... My eyes must be going bad. This works: <cfquery...
  15. baybook

    Problems with openWindow??

    Hello, Hoping someone can explain this. I want to open a new window for a contact_us link. I do not want the new page to have a toolbar and I want to control the dimensons. I believe the only way to do this is with javascript. Here is my function <!-- Function openWindow(url){...
  16. baybook

    PC Anywhere Trials?

    Does anyone have a link a PC Anywhere trial version? My version will not work with XP and I can not find info about a new trial on the symantec website. I need to connect remotely and can not wait for my employer to purchase and ship a disk to me.
  17. baybook

    Connection String for mySQL

    I'm looking for a way to connect to a mySQL database using ASP. All of my resources reference Microsoft data sources. Any suggestions on where I should look? Thank you!
  18. baybook

    Row Totals in Manual Cross Tab Report

    I'll try this once more. I have a manual crosstab report. I am trying to create a column that will total the first 5 elements in a row. For example: row 1 2.0 4.5 5.5 1.2 2.3 XXX I need XXX to equal the total of elements 1-5 Thanks!
  19. baybook

    Data Type Problem in query

    I'm having a brain freeze. This query is not working and I know I'm using the wrong format dim somenumber queryreg = "select * from Quote where quote_id ="&somenumber&"" Can someone tell me what I am not seeing as I've tried several variations. Thanks!!!!
  20. baybook

    Problems with Cross Tabs and Date Ranges?

    I have a report that I need to set up as a cross tab(I think). It is a table that contains information about cunsumer injuries. I need to have the state on the vertical and the type of injury across the top. Here is the interesting part: I need to combine the report so that I can show injuries...

Part and Inventory Search

Back
Top