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 SkipVought 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: Snug
  • Order by date
  1. Snug

    convert text to xml using web services

    I need a solution for converting a text file to xml and moving the xml to another server using web services. I've done some research and have found that the MapForce software will help create the conversion code (java) to use in a web service. We are using Apache w.s. MapForce will also help...
  2. Snug

    Automate Printing

    If you are willing to print to file, why not export to a flat file? You can use the date and time stamps to have unique file names.
  3. Snug

    sed command losing first line of data when "&" present

    I have a wierd situatiion. My program below is setup to remove blank lines and seperate the data into 3 files, and replace the "\&" with a "&" in the 'Style' name. It does this successfully, however, if there is a "&" present in the data, it will lose the first line of data. I've even...
  4. Snug

    Add Items to get Quantity or Sort xml output?

    Tsuji, You are the best!!!! That was it! And yes, the code I uploaded did give an error, I forgot to remove my "trial & error" code. I'm new to xml/xsl, and learn by examples. I cannot THANK YOU ENOUGH!!
  5. Snug

    Add Items to get Quantity or Sort xml output?

    Thank you Tom. I have been reading the grouping, and googled it for examples, but my code will not generate any output. If I put the code in where "Item != 0", then all those items have a blank space in the output. Would you mind looking at my code to see if I'm close? Thanks, Snug <?xml...
  6. Snug

    Add Items to get Quantity or Sort xml output?

    I am an XML Newbie, I have an XML output file that list each "Item" for each "Qty". For example, if item "B42" QTY=2, the XML file will list it 2 times with QTY=1 instead of listing it once with QTY=2. DUE TO THIS HEADACH, is there a way to count/add the quantities? <<<preferred method>>>...
  7. Snug

    XSL-Select Vaule when ID=&quot;X&quot; in loop

    Thank you Tom!! Here's the code that works incase anyone else has the same problem. <xsl:value-of select="Var[@ID='-2']/Value"/>
  8. Snug

    XSL-Select Vaule when ID=&quot;X&quot; in loop

    Please look at the XML data below. I am having difficulties trying to select the "Value" (<xsl:value-of select="Value"/>) when the ID="-2". The Var loops many times, but I only want the Value when EITHER the ID="-2" or the Name="PV_FloorPlanCODE". I'm not very experienced, I've tried an...
  9. Snug

    Outlook 2003 download email problem

    The default in Outlook does not restrict the limit, but there is a place where you can change that. Check your sent/recieve options under tools and Mail Setup. Good luck.
  10. Snug

    More Questions about EDI

    You can transmit multiple transactions, but I wouldn't recommend putting all your eggs in one basket. Especially if you have problems and need to do any research. It's up to you and how comfortable you are with it.
  11. Snug

    997s

    I'm assuming this is for ACH/EFT payments... We send 820's to our bank via VAN. I would recommend that you get the 997's from the bank. This way you know the bank recieved the file and if there were any errors with the standards. HOWEVER, there is still an 824 from ACH that you should also...
  12. Snug

    Convert Gentran:Server Windows Map to GIS Map

    There are user forums on the Sterling website that may help you with the Gentran software. Good luck.
  13. Snug

    Error in registry for extension &quot;Exchange Extensions;?&quot;

    For this error... Error in registry for extension "Exchange Extensions;?". The syntax or format of the registry entry is incorrect. Check the registry settings and compare the registry for this extension to other extensions in the registry. Please see this microsoft link...
  14. Snug

    adding values using radio buttion

    Got it, but I would like to be able to group the check boxes together so you can only check one box on a line... Here's the working code for getting the totals... </head> <script language="JavaScript"> function initialize() { Total = 0; totalprice.innerText = Total; } function...
  15. Snug

    adding values using radio buttion

    Here is my code... am I close??? </head> <script language=JavaScript><!-- function calculate(what) { for (var i=1, answer=0; i<7;i++) answer += what.elements['group' + i].value - 0; what.answer.value = answer; } //--></script> <body> <form> <table border="0" width="306" cellspacing="0"...
  16. Snug

    adding values using radio buttion

    I have created a form in frontpage03 that will give users the option to rate 6 things (i.e. 1-5 using radio buttons 1=poor, 5=Great). Looks greats, but is there a way that I can add the total for the buttons if I give them values? Thanks in advance, Snug
  17. Snug

    Motherboard Issue?

    Does the PC beep when you power it on? If so, count the beeps and check the MFG website for the BIOS software to define the beep codes. If it doesn't beep, then you have a hardware failure somewhere. Good luck.
  18. Snug

    Reinstalling Windows XP

    Some PC's have "known" issues when installing XP. Does your OEM CD include the SP2 patch? I had the same problem once on a PC and had to make a CD that had the EOM software AND the SP2 patch. Good Luck.
  19. Snug

    AIX FTP script to send sub-directories to MS server

    Thanks. I agree, but we dont have the space for the zip option. There will be 3 levels. It will have to create the directories on the target too.
  20. Snug

    AIX FTP script to send sub-directories to MS server

    I've tried to collectivly put together enough feed back from simular threads like this one, but I cannot do it. I am trying to write a script in AIX to ftp a folder with sub-directories to a Win Server. I dont want to zip it into a single file, I would like to create a simple script to send...

Part and Inventory Search

Back
Top