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 TouchToneTommy 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: laurent42
  • Content: Threads
  • Order by date
  1. laurent42

    PKI, multilanguage support and Open Office

    I am currently looking for information regarding PKI and multilanguage support with Open Office. Ideally I would like to be able to sign/encrypt documents as well as write them in other alphabets than the roman one. Please point me towards any URL on these two subjects. Thanks.
  2. laurent42

    Parsing XML

    Hi, I would like to parse an XML file with ColdFusion 4 after it has been uploaded to a web server. I need to compare its contents with existing data in a database and offer to the user the choice to replace the data in the database by what is in the XML file. All this in two .cfm pages if...
  3. laurent42

    Automatic Update for Windows XP never starts

    Hi, I have a couple of XP Professional workstations sitting behind a firewall/proxy. They are setup to go look for XP updates automatically everyday at 1:00PM and then install them. They never do it! However if I use IE from one of these workstations and go to http://www.windowsupdate.com...
  4. laurent42

    Stored procedure and multiple select form field

    I have a form with a multiple select form field among other fields called "IDAgent2". That form calls a stored procedure and IDAgent2 is passed to the stored procedure. Let's say IDAgent2 equals "1, 2, 3". I need to repeat the following insert query for each value Y inside...
  5. laurent42

    Write a calendar with ColdFusion/Javascript

    Can anyone point me to some code or example to get started with writing a calendar application that could log and display vacations and business trips for different members of an IT support team? Thanks.
  6. laurent42

    ListContains, ListFind

    I would like the following instruction "ListContains('2, 3, 11' , 1)" to return "0" since the list "2, 3, 11" does not contain "1" however it does not return "0" since "11" contains "1". Is there another string comparaison...
  7. laurent42

    How to change IE page setup and font size before printing

    I would like to add a boutton and some Javascript code to an HTML page so that by pressing the button, the page setup is changed to "landscape" and the font size is changed to "smallest" and the print window opens. Is it possible to include some parameters to window.print()...
  8. laurent42

    COPY SIMILAR DATA

    I have 3 tables: ARTICLES (CAT_CODE, ART_CODE, ART_LABEL), BRANDS (BRA_CODE, BRA_LABEL) and ARTICLES_BRANDS (CAT_CODE, ART_CODE, MAR_CODE) which is used to associate an article from ARTICLES to a brand from BRANDS. CAT_CODE is equal to 'I' since I am delaing here with computer hardware. I have...

Part and Inventory Search

Back
Top