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

    Strange Error : OpenFileDialog

    Hello Gurus, i implemented the OpenFileDialog in my Windows Form Applications and it worked perfectly fine.However when it was run on a remote desktop i got the below error . rt now im not sure where the problem is . is it something to do with any dll file which i need to include. if yes could u...
  2. aSDDSasdas

    extract namespace from the XML File

    Hello , is there any possibility where i can extract the namespace (http://schemas.microsoft.com/project)from the xml file. ie for eg <?xml version="1.0" ?> - <Project xmlns="http://schemas.microsoft.com/project"> <Name>test.xml</Name> <Title>MS-Project2000- Kalender</Title>...
  3. aSDDSasdas

    xmlDocument.SelectNodes : cannot extract data from the XML File

    thnax a lot its working except i needed to add a second parameter. thanx again
  4. aSDDSasdas

    xmlDocument.SelectNodes : cannot extract data from the XML File

    i am trying to extract the nodes from the File with the following code. However i am not succesfull in extracting the codes from the xpath given below...i do not know wht is my mistake in the xpath as i always get temp =0 would be gratefull for any help try { XmlDocument xDoc = new...
  5. aSDDSasdas

    perltk - browse specific files from a directory

    hello everyone, i am working on perltk where i need to browse on a directory for specific files (.sql extension).however it seems to be more complicated when i have to filter some files from these .sql files ie for eg i have files : test1.sql test2.sql test3.sql test4.sql test5.sql test6.sql...
  6. aSDDSasdas

    problem in calling an external script with system()

    yeah thank u...the permissions were missing thats y it wasnt working thank u
  7. aSDDSasdas

    problem in calling an external script with system()

    i tried it out with the absolute path and it doesnt seem to work either.
  8. aSDDSasdas

    problem in calling an external script with system()

    Hello everyone i have the following script (extract.pl) #!/usr/bin/perl # Purpose : This Program is used to extract a substring from a String #use warnings; scalar @ARGV ==2 or die "usage : There must be only 2 arguments"; my ($eingabe,$muster) = @ARGV; my $index =...
  9. aSDDSasdas

    how to change the text format from sql query output.

    Hello everyone , The following file is been created when i execute a sql query.. Here the third column (RELEASE_VON)is always given out in the next line ...where i would like it to put all of the values (ST ,SAG_SNR,RELEASE_VON) in the same line.. is it possible? thank u in advance ST...
  10. aSDDSasdas

    extract values ascending from a particular value

    Hello everyone , i would like to extract values(the next 3 values ) from a particular value ..for eg i search for a value 8 n the next 3 values should also be given out...i.e 8 ,7,6 ,5 or maybe i search for 1 and the following is displayed...1,2,3,4 1 2 3 4 5 6 7 8 9 10 is it possible thank u...
  11. aSDDSasdas

    insert a new line in alt tag

    hi, thank u the walter zorns script helped me out
  12. aSDDSasdas

    insert a new line in alt tag

    The diagram would be the data in the image map - NO or the information in the alt attribute ? -YES this is wht i want.
  13. aSDDSasdas

    insert a new line in alt tag

    Similar like the link below. Only that my specification in the alt tag is a bit long n i want it to have a linebreak(\n) http://www.w3schools.com/js/tryit.asp?filename=tryjs_imagemap
  14. aSDDSasdas

    insert a new line in alt tag

    hi, im new to this ..but plz may i know wht is this tooltip n when is it exactly used for .. as far as i understood it is also used to display messages on images,text.... In my case i have one image n in this image there are many servers...so with the help of x,y co-ordinates i should...
  15. aSDDSasdas

    insert a new line in alt tag

    Hi, im supposed to have a diagram with Servers and workstations where when i have the mouse upon the Server image the Characteristics of this Server are stated (eg : server name,CPU type,MB,OS,date,RAM,....) . i want to have the information stated one beloe the other. else its difficult...
  16. aSDDSasdas

    insert a new line in alt tag

    hello Everyone, is it possible to add new lines in the alt tag .. as /n doesnt seem to work inside the alt tag .. im posting the code below <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Server</title> <script...
  17. aSDDSasdas

    Cant use an undefined value as a Symbol reference at compare1.pl lin

    Hi Thank u for ur reply :) the problem was with the filehandle.
  18. aSDDSasdas

    Cant use an undefined value as a Symbol reference at compare1.pl lin

    Hello , i have this program for which i do not know yet where exactly the problem is . i guess it is something to do in defining a variable or maybe with my arguments which are defined maybe in a proper manner . would be gratefull for any advice compare1.pl #!/usr/bin/perl use strict; use...
  19. aSDDSasdas

    System () :Calling a subroutine

    Thank u , it works now perfectly fine

Part and Inventory Search

Back
Top