I am using Coldfusion 6.1, Crystal 9.0, XP, and I keep getting an error.
ERROR: An unexpected error occurred while using the Crystal Engine. Error number 692 ocurred (Error in File C:\INETPUB\WWWROOT\ASAFE\REPORTS\REPORT1.RPT: Invalid export DLL or export format.).
I have read about copying...
Can I email you a temp db with 3 recs and the report I really don't know what I am doing. I have a cash register program with 3 main tables. 1 is Ticket Table that has total values and 2 is saleshistory which has multiple items for each ticket. The last on is the problem. Table returned Items...
I am very new to Crystal. I have a group from the database and I need to add it together with the groups second value. How do I do this? I tried to create a formula and use Sum(Group #6) but it does not work.
Thanks
Wes
I have a couple crystal reports in my project. Crystal asks the user for a date range to pull the reports. For some reason once the date range is entered Crystal will not prompt for dates again until the entire project is closed and reopened? Is there an onunload method that I need to use to...
How do I set focus to a combo box VB 6. You know when you click on a combo it is blue then the user can type ect. I can't get it to work and I can't find information on it.
Thanks
Wes
The client has a number of text documents and they want to be able to upload them and have the text go into the email instead of showing up as an attachment.
The problem has to be with the creation of the cookie check for any changes in cf MX cfcookie tag that may not be used anymore. You can also try running a code check in the cf administrator. The server does not have the cookie information, that information is stored on the clients pc. So there...
I want to allow a user to upload a .doc or .rtf ect. and send an email that will include the text in the .doc file into the body of the email. I am using <cfmail>
Thanks
Wes
The browser settings are the same as far as I can tell. If I use 1024X768 on any laptop it looks different than any desktop. I have tested this on 3 laptops and 4 desktops.
Thanks
Wes
I have a strange problem. I have a calendar and for some reason when you view it on a laptop all the day <TD>'s collapse or they appear different sizes? The calendar looks fine on a desktop? I tried putting in the <TD> when they were blank and it still did not fix the issue. I need...
Has anyone ran into a problem with MX Server 6.1 with devnotes? This is the error I keep Getting and it only seems to appear on pages where I am using url variables.
You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members.
Thanks
Wes
If that doesn't work you could open a session at the top of the page like <cfset session.IsOpen = "true"> then delete it on unload. That way you will know if the page is open or not so you can do whatever you want with the other session variables if you need to keep their values if...
Yes a refresh is an unload event. You should create the sessions that you want at the top of the page and delete them on unload. That way the session will be available when the page is open and not when it is closed.
Hope this helps
Wes
Does something like this do what you are looking for?
<html>
<head>
<script language="javascript">
function DeleteSession()
{
alert("User your structdelete() function here");
}
</script>
<title>Untitled Document</title>
</head>
<body onUnload="DeleteSession();">...
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.