Hi,
I have an asp page that I would like to process some script then be redirected to another page. I'm using response.buffer = true to withhold the page during process then issue the redirect. I get this error:
Response object error 'ASP 0156 : 80004005'
Header Error
temp1.asp, line 10...
Open the report in design view. Open report properties (select black box in the upper left corner. right click). assign a data source (i.e. table or query) to the overall report. The fields in that datasource become the field list for the report.
Hi,
I've got a VB6.0 sub that I want to open access reports selected from a treeview. I'm using the Access 9.0 Object Library to reference the report object. It kinda works, it generates the report but the access app does not stay open. I briefly see the report then access closes. Any...
Hi,
I'm trying to create a main form and a linked form using the wizard. I go through the wizard select the 2 related tables along with all the fields. However the related records in the linked form are not being displayed. When I go through wizard again but choose subform rather than linked...
You can pass the parameter to the third page via the second page a couple of ways
From second page(to send)
Using a link: thirdpage?value1=<%value1%>&value2<%=value2%>
or Response.Redirect"thirdpage?value1=<%value1%>&value2<%value2%>"
Then on third page (to receive)
<%
Dim Value1...
You mean like this? if you take out for each... and next that would give you the first.
<%
dim fs,fo,x
set fs=Server.CreateObject("Scripting.FileSystemObject")
set fo=fs.GetFolder("c:\folder\")
for each x in fo.files
'Print the name of all files in the foldername folder...
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.