This is the page that I am trying to load. It was working through a server application that is developed in Delphi. I am trying to move it to the intranet to work as a web page.
<%@ Language="JavaScript" %>
<%try{
Response.Write ("<html>\r" +
" <head>\r" +
" <title>Active Patients by...
I am trying to test a web site and got the error below.
********************************************************
Error 438:
There is an internal problem with this report. An action is being taken which isn't supported.
If you are receiving this error, it is often caused by missing or older...
I don't think it is theh Cleanup ()
This is all what is in ClenaUp
function CleanUp()
{
if (row != null){row.Close;};
if (Conn != null){Conn.Close;};
};
I will keep looking in the try clause.
Mo
Hi,
I am migrating a web page that used to run through an application so it would run through another web page. I got an error (Microsoft JScript runtime (0x800A1391)
'text' is undefined) when I view the report page.
The parameter page is coded like this:
<%@LANGUAGE="VBSCRIPT"...
Yes, I am suppressing some records. I am using the sum summary. The summary is not using a variable. I inserted the standard summary fields on all the groups.
Mo
Hi,
I have a group summary that shows some weird numbers. For example the summary should be adding 1+2 = 3, it is showing 3200. Also, the same group summary is working fine the next page, I mean it adds correctly in one group but shows weird numbers in another. Can you please suggest areas...
Hi, thank you all for your help. I think I am close. I think I got the process built. But I think that the variables are not getting the data from the request object. E.g in the line below, the variable is not reading the value from the form. I put the variables in the query string and they...
DotNetGnat
The link has great information but it does not demonstrate how you actually connect to the database server. The function sin that link are demonstrating JScript code only I think.
Mo
I changed the code around to do this.
<input name="pUpdate" type="button" id="pUpdate" value="Update Record" onClick="
<%
lId = trim(request.form("txtProdId"))
lName = trim(request.form("txtName"))
lCode = trim(request.form("txtCode"))
lType = trim(CLng(request.form("lstType")))
lVolume =...
Hi,
I am trying to trigger an update query on a click of a button. I tried few things but I hit a wall. This where I stand now.
The button:
<input name="pUpdate" type="button" id="pUpdate" value="Update" onClick="return pUpdate_Onclick()">
The function:
Function pUpdate_OnClick()
lId =...
Hi,
I have a page with few push buttons. The search opens a result page for the user to confirm the selection. But my problem is with the “Save” button. It supposed to take the changes from the boxes on the page and update the database. I have hard time getting it to save. I am using the...
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.