Hi there
I'm trying to use coldfusion 8 to access an exchange server 2003 and copy emails to a mysql 4 database. I then want to delete the copied emails from the exchange mailbox as to save space. I am able to copy the emails using the get action but when I issue a delete action on the UID is...
Yes, I still get a zero returned, which according to the webservice is a good result. The webservice is supposed to reply with a result which is 1 for an error and 0 for good follwed by the stock level, description, etc... The problem I have is that the return result doesn't appear to be xml...
I am trying to access a webservice to retrieve stock levels of products. I have used cfinvoke to send the required parameters and receive no errors but all that is returned is a zero. When searching the web I found reference to a problem between Coldfusion MX6 and SOAP whereby the message body...
Hi,
I have a page which uses ajax to get info from a database and display it on screen with refreshing. This worked fine. I am now trying to put this text into a scrolling message which move across the screen but it doesn't work. If anyone could tell me where I'm going wrong I would be very...
I have exchange server 2003 and whenever someone is away another user checks their emails. At the moment i setup mail forwarding to the other user.
Is there a way for the user to share their mailbox so that the other user can view the mailbox within outlook without having the emails forward...
We had to recover a exchange database from backup which we did by creating a new exchange database and using veritas to load the emails back into the database.
Now when users connect to outlook 2003 they are given the option to connect or work offline.
How do i get this message to go away...
Thanks for the link. You don't happen to have the actual query i need to use to insert them do you?
I seen that in a lot of forums that you should only store the pointer and not the image.
I needed to use the image because i'm using crystal reports 9 which cannot read file pointers and...
I have five checkboxes and each check box represents a category for example: software,hardware,stationery....etc
Each of these categories has a set of sub categories which all have a checkbox for example the hardware category has the following options: desktops,notebooks,servers,handhelds...
Hi All,
I have a mail that is used for company emails and a webserver that sends emails by relaying emails through the mail server.
Is there a way of setting a higher priority on emails that are sent by users over messages sent by the webserver.
Thanks
Hi tsuji
I can't get your script to work, code below:
<html>
<head>
<title></title>
<script language="javascript">
function handler(obj) {
var cchkbox=document.getElementById("subcheck");
for (var i=0; i<cchkbox.length;i++) {
cchkbox[i].checked=obj.checked;
}
}
</script>...
Is there a way to tick all checkboxes if the checkboxes all have the same name/id. For example I have a checkbox called tickAll and 10 other checkboxes containing values 10 to 100 all called subcheck.
Does anyone know of a function that will tick all of the subcheck checkboxes when 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.