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 gkittelson 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. 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

    Automatic Update for Windows XP never starts

    I don't have the file you mentionned however is a fragment of the Windows Update log after I manually downloaded and installed the patch for the Blaster virus of Windows Update website. Also that patch 823980 is listed under Add/Remove Programs. My problem is that the manual update is the...
  3. laurent42

    Parsing XML

    I have MX on the webserver. What are the tags I have to use to read the XML file once it is uploaded so I can compare its contents with data that is in a database. The XML file could have up to 50 "objects" from one kind and 3 "objects" from another kind. Thanks.
  4. laurent42

    Automatic Update for Windows XP never starts

    I tried to rename the edb.log file or even rebuild it following http://support.microsoft.com/default.aspx?scid=kb;en-us;817753 I also tried to install manually Q817287 and everything went fine (you will see it in the log below). However after rebooting the workstation, the automatic update...
  5. laurent42

    Automatic Update for Windows XP never starts

    Trick # 3 did not do it. I have Administrator right to the workstation and I am logged onto the workstation when the scheduled task is supposed to start. Any other idea besides setting up a SUS server? Thanks.
  6. 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...
  7. 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...
  8. 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...
  9. 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.
  10. laurent42

    ListContains, ListFind

    I tried both ListFind and ListContains and the result is the same that is not "0"... Any other suggestions? Thanks.
  11. 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...
  12. 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()...
  13. 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