I will have a look through that article,
what i mean by a graphical timetable is this (a table with
09:00 10:00 11:00 12:00
Mon [Info Goes Here]
Tue
Wed
Thur
Fri
Hi,
I am not overly farmiliar with crystal although as i am mainly a programmer, what i would like to do is this.
I would like to display a graphical timetable, rather than just a list of activities. All my activities are stored in a database with a start date/time, end date/time, and a week...
Its using one titled "Oracle in ORACLE9I_HOME"
Looking at its properties -
version 9.02.00.00
Company Oracle Corporation
File sqora32.dll
date 12/03/2002
This is different to the driver i was using before but the old driver no longer works so i assume Oracle has been upgraded.
<a href="javascript:frmName.submit();">Continue</a>
That would be a hyperlink on your page which submits your form. Remeber to change the frmName for your form name making sure it is case sensitive
Hi everyone,
I have a strange problem with sql select statements ignoring the first field in the select statement if joining 2 or more tables when accessing data from ASP pages.
For example
"select c1, c2 from t1"
returns a recordset with 2 columns c1 & c2
"select c1, c2 from t1, t2 Where...
Basically i am developing a web based front end for a third party product which we bought in. This product is a desktop install with a huge footprint and is not very user friendly.
The desktop application checks to see whether a record is locked when it is opened and if it is will tell the...
Hello people,
quite an obscure request here but i'm desperate :)
Does anyone know of / can think of a way in which it is possible to lock an oracle record for the duration of a page being open.
I know you can lock the record using the "select for update nowait" sql commands but this obviously...
Hi,
I have an xml & xsd file that has been downloaded from a reputable site ready to use. The xsd file at the present moment has no SQL field mappings as i just want to run the process with no errors before i start adapting the file.
I currently get this error when executing the Bulkload...
Hi,
I have an xml & xsd file that has been downloaded from a reputable site ready to use. The xsd file at the present moment has no SQL field mappings as i just want to run the process with no errors before i start adapting the file.
I currently get this error when executing the Bulkload...
Im not sure if this is the best forum to post in but i've looked through the list and cant really find anything better.
I have a lot of learning resources that need to be catalogued. Each one of these resources has an XML file that details all of the details about that resource (including...
In Addition to my previous reply the Enable Parent Paths Tick box is found in the "Home Directory" tab of a websites propeties in IIS then click on the "Configuration" button in application section.
A new dialogue box will appear, select the "App Options" tab and you will see the check box
sPath=Server.MapPath("TestFile.asp")
This would would be the right syntax to get the physical loaction.
HOWEVER: In order to use the Server.MapPath command you need to ensure AspEnableParentPaths in set to True in IIS.
MSDN link...
I have come across the command SessionWrite(sSessionName) used as the name of a form element on a html page which, when the form, is submittted, writes the value of that form element to the relevant element.
I have never come across this code before and the people responsible say it is a...
Hi there,
I am using Crystal Reports 10, I am new to the crystal scene and so started off looking at the examples that can be downloaded from the business objects website for opening reports from asp pages.
I am using the example for simpleselectionformula.asp, which basically just allows you...
I can catalogue and query from asp ithout a problem, however the problem is that i want index server to actually catalogue strings within asp code. When index server indexes a asp page only the pur html on the page that is hard coded is indexed.
How can i get Indexing Service to index content that is put on the page by asp.
i.e
<%
strTemp = "Testing"
%>
Title = <%=strTemp%>
How can i get indexing service to register that the word testing is on this page?
Do you need to pull in html from existing html pages?
Also do you need all of the HTML from the other page or simply some of it?
I was thinking that you could possible use SSI's to solve your problem. Do you have any understanding of SSi's?
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.