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!

Recent content by shawnhevel

  1. shawnhevel

    PopUp's

    I have a question. I've never run a vbscript file from a dotnet web application. Any idea as to how to run this? I did create a file call DisplayProgressMeter.vbs in my web application. I know how to read the contents of the file, but how do you execute it? Thanks,
  2. shawnhevel

    PopUp's

    I will look into this and let you know.
  3. shawnhevel

    PopUp's

    I'm running it in a dotnet application. What I'm doing is creating pdf documents from an rtf document. I show the user at each stage which piece of the entire document package is being created. Currently, I'm embedding the progress meter script into the web page (see my first post). I'm not...
  4. shawnhevel

    PopUp's

    Mark, Could you check something out? I've coded my application as follow, using your logic: response.Write(vbCrLf & "<script LANGUAGE=""VBScript"">" & vbCrLf) response.Write("<!--" & vbCrLf) response.Write("TestCondition = """"" & vbCrLf) response.Write("stage...
  5. shawnhevel

    PopUp's

    Thanks, I will look into this. My question is have you tested this code with IE7 (Internet Explorer 7). The reason I'm asking is you said to specify the window size. Don't I do that above with the following line: config = ""toolbar=no,location=no,directories=no,status=no...
  6. shawnhevel

    PopUp's

    I've got the following code that will open a popup as a progress meter. response.Write("<script LANGUAGE=""VBScript"">" & vbCrLf) response.Write("<!--" & vbCrLf) response.Write("config =...
  7. shawnhevel

    vdrAPI HELP

    I'm actually using a product called JuggerNET that takes the vdrapi.jar file and creates a DotNet dll. I then am able to make connections to the database, retrieve documents and archive documents, all from DotNet. It took awhile but I finally got it working with help from JuggerNET and from...
  8. shawnhevel

    vdrAPI HELP

    Scotty, Have you figured out your problem? I'm also using VDRAPI. I'm glad someone out there is using this also. Let me know if we can help each other out. Shawn

Part and Inventory Search

Back
Top