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

    xmlquery to remove data from xml file that is in another xml file?

    Hi All, I'm new to xmlquery and I trying to combine to xml files so that I can produce a third file which contains a smaller dataset ie fileA.xml - fileB.xml = fileC.xml I have the following XML Schemas could any on help me ? FileA.xml <Products> <Product> <brand></brand>...
  2. zapster

    Struts 2 multibox to checkboxlist help

    Hi All, I currently upgrading from struts 1.x to struts 2 and have come into some difficulty with a dynamic page full of checkboxes. In my original code I had a bean (productList) which contained the following: catalogueNumber, Description, title, +others used in the display. I also had a...
  3. zapster

    XML Manipulation update

    Hi, I have a Clob containing XML string. I need to retrieve that xml and update it. (oracle 8i) I have access to dbms_xmlQuery and Dbms_xmlSave but this is all new to me so please can you help me do the following: 1) how to read a the clob datatype as XML, 2) how to search for particular node...
  4. zapster

    PVCS get two or more labels with ant.

    Hi, I have ant build script which 'gets' files for an application from pvcs based on a promotion group. The script then makes a second pass to extract files which have been label with a project name eg project1 But sometimes we require two or more labels to be inclueded in the second pass...
  5. zapster

    test for a business rule

    Hi All I have an application form which a you fill in and the form is then validated using struts validation, any error are then displayed in the jsp using the <html:errors /> tag. this is working fine. Providing the input is ok the data is then checked against some business rules and a remote...
  6. zapster

    auto delete screen grabs from email outlook 2000

    Hi All, It's that same old thing again, you have just cleared out your works mail box so that you could reply to that meeting and someone decides to send you another screen grab of facts and figures, so your mail box is full [sadeyes]. It's ok if the screen grab is an attached file but most of...
  7. zapster

    ref cursor and bulk collect dynamic sql

    Hi all I'm using oracle 8i (8.1.6.1.0) and at the moment I cannot seem to get this dynamic sql to work with a bulk collect. ok the sql statement is currently hard coded but it will be made up on the fly, once I have got pass this problem. My objective is then to update a other tables using the...
  8. zapster

    print a total on every printed page in excel

    Hi All, I have a excel spread sheet with sales figures on for each of our customers. When printing it of it goes over several pages. Does anybody have a 'macro' or quick method that will automatically insert a page total on every page and print of the page. I know that currently it prints...
  9. zapster

    drag n drop sorter

    Hi, I need to develop and drag n drop sort order system for several images, which will be submited via a form. So far i a can carry out the drag n drop part but I can't get the images to lock into a grid!! Also the system needs to check that the cell is empty before putting the new image in...
  10. zapster

    Size of a table cell?

    Hi all I Need to refer to a table cell in javascript can this be done? The problem is i need to obtain the size of a table cell which is populated dynamicly with text and image data so that I can scale an image in another table. IE i want to find the height and width of the cell please...
  11. zapster

    Java devlopment host site

    Hi all, I'm trying to fine a free java host site that I found a while back. It allowed you to develop and test your java servlets on there site before thinking of renting an offical java host site. It was great to use whilst I was in uni, but now I need to re-learn java so I looking for it...
  12. zapster

    Connect XP to 98 via a usb to usb cable

    Hi All I have a laptop running win98se and another laptop running windows XP pro. I use to be able to tranfere my files from one machine to the other when they were both runing 98 via a usb link cable but now they won't reconise each other. how can i link the two machine together with this...
  13. zapster

    child popup is it open?

    Hi All I have to call up some 3rd party javascript to generate a pop-up (&quot;_new&quot;). This pop-up window will only display x in y visits. I know the name of the popup &quot;_new&quot;, but I would like to detect when this popup is not generated therefore I can call a different pop-up...
  14. zapster

    image size for a popup window

    Hi, Is there away in finding out the size of an image in Javascript? The reason why i ask is that i need to create a popup window with an image in. But the image changes every day and i don't have control on it size. What i would like is for the popup window to resize itself (hofully via...
  15. zapster

    redirect to S-video out

    Hi All I have a msi gforce4 graphics card with S-video out and a Encore DXR3 card which also has s-video. What I would like to do is play a mpeg movies to my TV but I can only redirect DVD movies.. via creative player and the DXR3 card. Is there away to redirect other media to the s-video...
  16. zapster

    pattern matching for sqlldr

    hi all is there a way to pattern match the input file in the &quot;when&quot; clause part of the sqlldr if so how? ie load data replace into table table_name when (01:04 = ???????????????) ( column_name POSITION(01:05) CHAR(5) ) the first four characters must be: position 1 -- a...
  17. zapster

    procedure array output

    Hi All Ok is it possible to return an array of records from a procedure in Oracle 7. if so can someone give me the basic working example, as I can't seem to get is to work, and I don't know if this is possible Thanks
  18. zapster

    powerdown / ABIT motherboard

    hi all ok this is my system 850mhz Amd Athlon Abit k7 Raid Motherboard 300watt psu 765mb Ram creative sound blaster live other stuff hd etc and win98 se the problem is when I shut down my machine. The computer software powers down fine but the seems to be power still going through the...
  19. zapster

    find carriage return in a varchar2

    Hi, How can i find out if there are carriage returns in a varchar2, with sql? thanks
  20. zapster

    Onclick and OnMouseOut

    Hi all I have a link which opens up a new window, which works fine :-) What I need to do is when the user clicks on the link, change the colour of the text and then return it back to the previous style. The link also need to change colour when the mouse moves over the link. (ie 3 colours)...

Part and Inventory Search

Back
Top