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 strongm 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. zapster

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

    Thanks Tsuji, but I was hopping to do it in xquery. From my sql knowledge I thought there would be a way of replicating a similar xquery as this sql select * from fileA where fileA.catalogueNumber not in (select fileB.catalogueNumber from fileB) does anybody know if there is a way to do this...
  2. 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>...
  3. 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...
  4. zapster

    XML Manipulation update

    Hi All, I have found out that I need to use xmldom but I'm still having problems in changing the value. Ie i cannot get it to save the change value in the original xml. here is my code declare...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. zapster

    ref cursor and bulk collect dynamic sql

    Sorry, I missed the other column when typing it up to post.. DECLARE TYPE cat_varray IS TABLE OF promo_groups_expanded.VALUE%TYPE; TYPE pgi_varray IS TABLE OF promo_groups_expanded.PROMO_GROUP_ID%TYPE; TYPE aTyp is REF CURSOR; b_cur aTyp; catalog_nos cat_varray; promo_group_ids...
  10. 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...
  11. zapster

    print a total on every printed page in excel

    Skip, I do have a grand total at the very bottom. Where would i imput your formula =INT((ROW()-1)/$G$1) if columns A,B,C,D and E are being used Thanks zapster
  12. zapster

    print a total on every printed page in excel

    Hi Skip, The purpose of the sub total on the printout is so that we can just keep track of our figures when checking them off. the report is just continous on one sheet ie one month is can be 1000 rows and the next 3000. so when we print it off we normally add up each page manually but mistake...
  13. 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...
  14. 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...
  15. 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...
  16. zapster

    Java devlopment host site

    Varocho, Thats the one. Your a starr Thanks Zapster
  17. 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...
  18. 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...
  19. 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...
  20. zapster

    image size for a popup window

    Thanks Jeff That works Great is there a way to find out the source (url) or the name of the image i.e. if blank.gif is loaded i can close the window down as this would mean there is no popup window was required. thanks once again zapster

Part and Inventory Search

Back
Top