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: *

  • Users: Nebse
  • Order by date
  1. Nebse

    Forceing creation of Empty Nodes in output.. (flat file - positional)

    Hello everyone ... I have a problem: I'm trying to map an xml file to a flat positional file... The flat file consists og 3 different positional record types and one of them - the header - contains 6 repeating fields WHO ALL NEED TO BE THERE REGARDLESS OF WETHER THERE IS INPUT FOR THEM ... My...
  2. Nebse

    eventhandling in innerHTML string not parsed in IE sp2

    Thanks for the reply BillyRayPreacherSon... but I found that it was really not a matter of IE not parsing the innerHTML-string, but that IE actually for security reason doesn't see the dynamically created div as being from/a part of the same website .... If I give "about:blank" status as a...
  3. Nebse

    eventhandling in innerHTML string not parsed in IE sp2

    Hello everybody I'm pusseled here ... I wrote code for dynamically building the layout of a page (celle/rows) ... these cells are divs nested inside each other... AND: when clicking one of the cells on the page - my script pops up a div containing buttons and input boxes for setting the...
  4. Nebse

    Can't logon web access with Firefox

    I'm trying to use FireFox 1.0 to log onto my Web Access account but it doesn't work .... it remembers my password fine and logson fine at first .... it shows all my mail .... but then it just keep asking for my username and password again .... has anybody had this problem?? .... can anyone help...
  5. Nebse

    Problem using Post Script font in VB.Net

    The Post Script font I have is a Type 1 (I'm not very familier with font types so if I'm blabbering here then just disregard it) Nebse
  6. Nebse

    Problem using Post Script font in VB.Net

    I can't choose my old Post Script font in Visual Studio .Net ... does anybody know if this can be done??? is there an 'ad on' to .Net that lets u use Post Script fonts or do I need to convert my font to TrueType or OpenType ... and if so!! ... can anybody recomment a good program for that...
  7. Nebse

    Problem printing more than 1 copy

    Has anybody had this problem?? I can't make my printer print more than 1 copy of a PrintDocument ... I call a PrintDialog and set the number of copies to say 3 but when it returns it only hold the number 1 in all of the following properties...
  8. Nebse

    Auto_Open will not execute!!

    Thanks for the replies.... I got it to work.... it works when I call it AutoOpen... Nebse
  9. Nebse

    Auto_Open will not execute!!

    I have written a small Sub and named it "Auto_Open" and put it on my template file test.dot ... when I open test.doc (a document made with the test.dot template) Word asks me if I want to open it with og without macros ... when I say yes nothing more happens..... I can manually run the...
  10. Nebse

    Hello... can anybody help me with t

    Hello... can anybody help me with this??: when I import an large avi-file (an animation I made in 3DSMAX) it turns up skewed and slice down the middle.... I'll explain better: it is as if the animation has been cut in halves and the halves has been swiched ... CAN ANYBODY TELL ME WHY THIS...
  11. Nebse

    embedded flash is blocking the view to my dropdown

    Thanks for the link firegambler!!! I made the background of the flash movie transparent and "windowless" and now my page is working perfectly.... so thanks again!! Nebse
  12. Nebse

    embedded flash is blocking the view to my dropdown

    Damn that sucks .... Well thank you anyway.... Nebse
  13. Nebse

    embedded flash is blocking the view to my dropdown

    Hello can anybody help me please ... I'm developing a site for a firm at the moment and have developed a javascipt dropdown menu ... my problem is that it reaches down and into the space of the page where I want a flash movie running... now it all works except for the flash movie running in a...
  14. Nebse

    Distinct identifying hashcode for a file

    Thank you very much! - Nebse
  15. Nebse

    Distinct identifying hashcode for a file

    Does anybody have a code snippet that will generate a distinct number/code for a file. The code generated needs to be the same every time the routine is run on the same file - if the bytes of the file is changed the code needs to change to. I need it for at project in which I need to determine...
  16. Nebse

    servlet problem (500 server error, no such servlet)

    If you get a 500 error it because you don't link properly to your servlet. You need to map it in your web.xml file which should be put in the WEB-INF directory of your application (the parant directory of the classes directory in which your servlet code is). In this file you need to write...
  17. Nebse

    include does not work

    Are you sure thet the relative path you are specifying is actually pointing to the right resource??! try putting in an absolute path like: "/include/menutop.htm" I don´t know your application but just notis the '/' in front of the path - it signals that it is an absolute path from...
  18. Nebse

    Passing Strings from JSP to Servlet

    You seem to have done averything right - so are you sure the if(state.equals("new")) evaluates to true???? I don't know anything about your servlet but if it dosn't and you redirect to "/displayinfo.jsp" later in the code anyway you wouldn't have retrieved the data - try...

Part and Inventory Search

Back
Top