Not sure if this the right Forum to post this.
I am trying to sent up a rule for my email address. What I want is that if I recieve any email from one address it is automatically redirected to the the second address.
The problem is I want to see the message intact, including all the...
I am having trouble with user passwords containing Hash e.g. Son#1 and comparing with those in a database. It seems to only compare Son as it sees the next hash as end of the string.
<cfquery name="username_query" datasource="nitrogen">
Select *
From User
Where...
If I am creating a Windows Form, and planning to run it on other machines as well. Do I still need to install the ODBC .NET Provider Drivers and MDAC 2.7 to access the database values?
Thanx
Richard
Could someone please look over this code and see what I am doing wrong? I can successfully connect to the database however if I true to Select the record that matches the Surname a user enters from the database it returns an error:
----------------------------
"An unhandled exception of...
I am designing an application with a Menu on the top of the form. However is there a way to load subforms inside this form when someone chooses different options in the menu items. Or do I have to hide and unhide corresponding form items on each option?
Hope this is clear
Richard
Can someone help a newbie in Visual Basic .NET.
I currently have a form which checks to see if the username is present in the database and if so checks the password.
I am using the Data Adapter Configuration Wizard to access the database. However I can't see to be able to access the form...
Could someone help me, I am outputting some data into different table cells, however some of the data are quite long and cannot fit onto the printed copy. I have tried to resize the width of each cell so that it fits the page, however some on text does not contain any spaces and therefore does...
I need help with updating data on the parent page. Currently the user clicks on a area in a box (screen a) and would like to edit it. When it is clicked contents window pops up (screen b). The user can now edit the contents of the box and click insert record. This works fine however I need to...
Could someone please help on my javascript.
I have a page that allows someone to enter the contents of a box into a text box. The complicated thing is that it allows people to enter the greek symbols alpha, beta and gamma, which can appear anywhere in the text. I currently have 3 submit boxes...
I am trying to store and 5 greek symbols (alpha, gamma, beta, delta, pi) in a database and with coldfusion.
Does anyone have any suggestions to do this. The user can specify anywhere in the text to put the symbols.
e.g. beta-pymnol-alpha-beta-nimna
Thanks heaps
Richard
Can someone help me with my problem.
I have a form which is opened as a new window for people to submit new details. People can then close the window after it has been update. My problem is that if they click to update these fields again, the new values are not updated in the new window with a...
Can someone help me with my problem.
I have a form which is opened as a new window for people to submit new details. People can then close the window after it has been update. My problem is that if they click to update these fields again, the new values are not updated in the new window, you...
I am trying to pass the value from one drop down box to populate the second box using cfquerys.
for example if I select Land Vechicles in 1st list it will allow me to select land vehicles only in the 2nd list.
Can this be done?
Here is an example of my code:
<SCRIPT...
I am trying to add the total for some drop down list but am having trouble referencing the value, I just keep on getting a value. The code however works perfectly in IE and Netscape 6.
Here is my code:
<javascript>
function PriceUpdate(whichbox) {
with (whichbox.form) {...
I have the following error messgae:
Microsoft OLE DB Provider for ODBC Drivers error '8007000e'
[Microsoft][ODBC Microsoft Access 97 Driver] Too many client tasks.
/nhrmc/getpub.asp, line 155
It seems to mean no more records can be returned. Is there a way to increase the number of...
Can someone suggest any solution to this problem I am facing.
I have two values that I would like to compare to see if they are the same. However when I use it in a "if" statement it does not equaluate to the same value, however printing it out on the screen displays it as being the...
I have three tables. Called Author, PublicationRelation and Publication. The relationships are, (one-to-many) and (many-to-one) respectively.
PublicationRelation has the foreign keys(AuthorID and PublicationID)
Want I would like to do is to have a form based on the Publications table. When a...
I am trying to compare a string value from form input with the a string in the database. However the sql Like does not seem to work. I have tried and tried but can't seem to create a match.
Following is some of my code.
Journal = Request.Form("journal")
findpub = "Select *...
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.