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 wOOdy-Soft 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: osbel
  • Content: Threads
  • Order by date
  1. osbel

    document class question

    I am building a site that has a menu page that is called from many different pages so that to change the menu only the one file must be changed. In some of the pages I have set a css class. How do I check to see if the class has been defined before i try to use it? I have tried...
  2. osbel

    Word Macros

    I wrote 2 macros to help in a document that I am making to document code. I made the macros yesterday and ran them many times without problem. Today when I tried to run them I got the following error: "The macros in this project are disabled. Please refer to the online help or...
  3. osbel

    ascii codes

    I need to insert ascii code 012 into my page (makes page break for printer (?)). How do i put that into my page? I have tried a document.write('\012'); but that doesn't appear to work. Any ideas? thanks. Leslie
  4. osbel

    CSS2 Compatability

    I am using CSS2 and several things are not working in IE5.5 such as page-break-after:always. Does anyone know if CSS2 is not supported in IE5.5 or if there is something I need to do to make it work. Thanks. Leslie
  5. osbel

    div and controls

    I am designing a website that uses a pop-up type menu on the left side and on the right has content. Some of the content contains select controls. The problem I am having is that the controls show over the pop-pu menu from the left no matter what I do. They are on 2 different div's and the...
  6. osbel

    using access modules

    I am currently working on a project taking an app in Access and porting it to ColdFusion. There are some functions in the access database that are proving diffucult to reporduce in CF. Is there a way to access the Access module/functions? Thanks. Leslie
  7. osbel

    cf comments

    Does anyone know why you can't comment out cf statements? for example if I have <!-- <cfquery ......>....</cfquery> --> or <!-- <cfif...... --> cf will run try to run the code in teh comments (<!-- -->). How can I fix this? It would make debugging alot easier. Thanks. Leslie
  8. osbel

    Dates in Query

    I have a query and in it I need to find where there was activity during a specific month. The activity date is a date type in an access database. how do i put the query to that i can say where activity_date is in month__? like if I want activity in april then where activity_date is in 4. How...
  9. osbel

    print options

    I have a page that I want to print. When it prints it needs to be in landscape orientation and I also need a way to insert pagebreaks where I want them. I know there is a way to do this with js but i can't seem to find anything referring to it now. Can anyone help? thanks. Leslie
  10. osbel

    Custom 404 error

    I am working on an application that needs to log some user activity. We would like to be able to run a coldfusion file when a 404 error is encountered so we can get a record of what pages couldn't be found. Is there any way to do this and to have it specific to just on app running on a...
  11. osbel

    VBA and access

    I have an access database with 20+ tables each with 20+ fields. I need a way to change the field names with spaces to have &quot;_&quot; instead. Does anyone have a way to do this or something to help me on my way? Thanks.

Part and Inventory Search

Back
Top