I am a newbie to the world of ASP and I need some help. I have an upload page and a download page for inserting and retrieving files to a SQL database. The upload seems to be working, but when I download the files from the database I'm getting garbage in the files. Will someone please take a...
I am a newbie to the world of ASP.NET and I need some help. I have an upload page and a download page for inserting and retrieving files to a SQL database. The upload seems to be working, but when I download the files from the database I'm getting garbage in the files. Will someone please take...
Thank you! I knew it was something simple, but it has been a while since I used Crystal. Here is another question if you don't mind helping me a little more. In the cross-tab, is there a way to tell it not to include the first column in the total and then create a formula that subtracts the...
I have a report that has a grouping on cost_code. Each group has a sum of the revenue for that code. All I want displayed on the report is this summary amount for each code. There are 9 codes. Is there a way that I can condense them to print on one line like a detail record or must they print...
I'm using <CF_TwoSelectsRelated> on an input page in my application. Can someone tell me how to use it on an edit/update page? Any help that will point me in the right direction would be appreciated.
Thanks in advance.
I have a page called leaveslip.html. This page will be emailed to different people in our agency for approvals. When they receive the email, if they are not logged in to our website, they are directed to our log in page which is login.cfm. How do I redirect the user back to leaveslip.html...
The page I'm setting my cookie on is index.cfm. I've set a link on this page pointing to testform.html. When testform.html loads, it executes function Preinitialize() in javascript which now executes the code you suggested above. I'm still getting a null value. I know you said that you've...
Is the answer right here in front of me and I'm too confused to see it? The only code I put into the .cfm page to set the cookie is <cfcookie name="loggedin" value="True">. I can put <cfoutput>#cookie.loggedin#</cfoutput> and it displays that the value is "True."
If I use javascript to direct...
I'm not trying to retrieve the cookie inside of a .cfm file. I'm trying to retriev it in an *.HTML form. I was told that getCookie("cookiename") should retrieve the value of the cookie.
After a second look, the area where I was trying to set my cookie did include cflocation. I moved it to another area and now the cookie is setting, but the field on the html form that I am trying to populate with the cookie's value is still NULL. What am I doing wrong?
I'm not using cflocation, but here is what I am trying to do. Using CF, we log in to the web site and there are session variables set that helps define which applications a user can access. These various applications are listed on the index.cfm page. I guess I'm not really understanding how...
Okay, this area is completely new to me. The samples you are showing should be placed in the .cfm file and the window.location= should be the url to the page I am going to?
Thanks for your patience.
mkyzar
We are using CF4.5 for our applications. We have some new software that we want to use along side of it that uses html pages. I want to set cookies in the cf pages to store login information to pass on to the html pages. So far I've had no luck doing this. I set the cookies and then try to...
Is there a way to perform a mail merge by clicking on a hyperlink to a Word mail merge document? If so, how would I do this? I've tried linking directly to the document and it opens, but there is no merge option. I want it to merge with data in an Access database.
Thanks in advance,
mkyzar
<input type="button" onClick="history.go(-1)" value="HERE"> Like I mentioned before, it is only one user who is having this problem that's why I am not sure this is a CF issue.
mkyzar
Thanks so much for your response. Unfortunately, I tried that earlier and it did not work. Do you think there may be some setting somewhere that I've overlooked?
Thanks again,
mkyzar
I have an application written in CF 4.5 that when a user enters data into a form and submits it with an error, a page is displayed listing the errors and what they must do to fix it. They are then instructed to go back by way of a button on the page to the previous screen to correct their...
Okay, I'm new to using COM and Java objects and I have a project where it is possible to use either COM or Java objects. I'm using CF 4.5. Which would be better to use? Also, what does CF do with hashmaps and if someone asks about .net objects is that the same as COM? Totally new to this...
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.