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,
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...
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...
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...
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 =...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.