Hi everyone,
I have a vb program and an asp application that access the same dll file. The both send some values to the dll file, some calculations are done and the new values are returned. With the vb progam the types are defined in the dll file as int or double but for asp they are not. My...
Heres the guts of it - its pretty long over all but this should show what I am doing a bit better.
<%@ Language=VBScript %>
<%Response.Buffer=True%>
<title>Create Formulation</title>
</head>
<body>
<h1 align="center">Create Formulation</h1>
<Form method="post"...
At the moment I have a form for the user to fill in with textboxes. There are 2 action buttons on the form and at the moment when the first one is pressed all the values the user has filled in go blank although they are still required. I have tried assign the values in the textboxes to session...
Hi all,
I have an asp page that has the following structure:
<html>
form action = ""
some html code to draw textboxes and a button "create"
<% if action = "create"
....
make new button "DoThis"
elseif action = "DoThis"
do...
Hi all,
Hope someone can spread some light on to this matter for me.
I have an ASP webpage that i am using to acess a vb dll file that i have created myself. When I try to connect to the dll file it get this error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed...
Hi all,
Hope someone can spread some light on to this matter for me.
I have an ASP webpage that i am using to acess a vb dll file that i have created myself. When I try to connect to the dll file it get this error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed...
Thanks for the help guys - if its too much work then I will probably leave it at a single click. I suppose I'm just too used to doing things in vb. Thanks for the advice anyway.
Regards
benny
I have a vb program that i am replicating in asp. There are places in the program that I want to be able to double click on items in list boxes to move them in to other areas. I started doing it this way because I could not see any reason why it would not work - its just i can't seem to find...
Hi all,
At the moment I have a list box with items from a datbase in it. I want to be able to double clck on one of the items and then this will open a page with the full details for this item. My problem is though that I cannot find how to do a listbox dbl_click event or even if it is...
Hi all,
I am just wondering if I can pass a multidimensional array to a function and have it passed back later. I have been trying to do this but can't seem to get it right so I am wondering if i have to break it up in to an array of arrays?
Any help would be greatly appricated.
Regards,
benny
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.