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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cleanair4me46

  1. cleanair4me46

    Create first SharePoint Web site

    I will be creating my first static web site using SharePoint. Someone advised I would need SharePoint Designer 2007 to do this. Can I also create a static web page on the SharePoint server using any IDE such as DreamWeaver? If I can do it with DreamWeaver I assume all I need is to map to the...
  2. cleanair4me46

    Text area word appearance

    I have a textarea that has a Bold, Italic and Underline buttons that change the appearance of what is in the textarea. If I highlight a word in the text and hit the Bold, Italic and Underline buttons it changes the appearance of the word. Everything works great and now I want to add a color...
  3. cleanair4me46

    Manipulate firstname and lastname entry

    I have a form with firstname in one field and lastname is another field. I need to manipulate the entry so if someone enters Joe for the firstname and Smith for the second name it will be changed to Smith,Joe. Here is my attempt but it just switched the fields and didnt manipulate how I wanted...
  4. cleanair4me46

    MS office on server

    I am using ColdFusion server side language to work with Access 2003 on a Windows 2003 server. I assume the server always has to have MS Office or MS Access software loaded on it for me to use an MS Access file (database) on the server?
  5. cleanair4me46

    Access on server

    I am using ColdFusion server side language to work with Access 2003 on a Windows 2003 server. I assume the server always has to have MS Office or MS Access software loaded on it for me to use an Access file (database) on the server?
  6. cleanair4me46

    Add space and characters to form value

    I have a form value that I need to add a regular expression to the end so I can pick up any characters after the form value. Example if someone enters Jones then I want to make sure the value could also search Jones Jr or Jones Sr or Jones abc etc. Basically add a space and any characters a-z to...
  7. cleanair4me46

    Auto submit form value and redirect page.

    I would like to automatically submit a form value everytime a page is viewed and then automatically redirect. The below doesnt submit anything and I am not sure how to redirect. Please advise. <SCRIPT LANGUAGE="JavaScript"> function fnSubmit() { window.document.mypage.form.submit()...
  8. cleanair4me46

    BLOB

    I understand CLOB is used for storing Character Large Object. Is BLOB (Binary Large Object) used for storing Images such as JPEG, TIFF etc? Can I store word documents, pdf, and powerpoints as a BLOB?
  9. cleanair4me46

    Works in IE but not Firefox

    I have a getElementById working inside a div tag in a JavaScript that works great in IE but it wont work with Firefox. Anything special I need to do with div and/or getElementById in Firefox?
  10. cleanair4me46

    getElementbyId in Firefox

    I have getElementById working in IE but it wont work with Firefox. Anything I need special in Firefox to work with getElementById?
  11. cleanair4me46

    Fetch Powerpoints into one

    I have 20 powerpoint files sitting in a web server directory. Each one has one powerpoint slide only. I need to create one file that shows all 20 of the powerpoint files in just one pdf or ppt file. I am not sure how to loop through the 20 powerpoint files and append all of them into the one...
  12. cleanair4me46

    Consolidate files into one

    I have 20 powerpoint files sitting in a web server directory. Each one has one powerpoint slide only. I need to create one file that shows all 20 of the powerpoint files in just one pdf file. I am not sure how to loop through the 20 powerpoint files and append all of them into the one file...
  13. cleanair4me46

    Blob issue

    In MySQL 4.1 I attempted to insert blob data for a blob datatype and it gave me back the following message: Data truncated for column projects at row 1 Please advise how I can correct that?
  14. cleanair4me46

    OEM and client

    Thanks, Not sure what management server and intelligent agents does but I only need to create objects and do CRUD on tables in my local development 10g instance and on the production server 10g instance. What would be the web-base url for my client EM console? I couldnt find it.
  15. cleanair4me46

    Crontab attempt

    I cant seem to create a cron job in my Solaris 10 server. I tried crontab -e and it reponds with a 0 where I can add anything to it: crontab -e 0 Please advise why I cant create a cron job in my cron file?

Part and Inventory Search

Back
Top