I've been starting to work a lot with AJAX and the "bind" attribute to selectively update the page. I find, depending on the updates required, that this saves a great deal of time on page reloads.
I've been looking for an answer for quite some time.
I'm creating output that I want to have open in Excel. I'm using CFHEADER and CFCONTENT. I've unchecked the browse in same window. I've verified the registry. I've verified the proper relationship in the the My Computer/File types...
If you know the heirarchy, you can use XmlSearch.
This is from the CF docs:
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=XML_10.html
The employeesimple.xml file contains the following XML:
<?xml version="1.0" encoding="UTF-8"?>
<employee>
<!-- A list of employees -->...
I LOVE the binding. It's very efficient and doesn't require a resubmission of the form. I think the grid is ugly, though. I would like to do it without the grid and without multiple SQLs, however. Let me set it up....
Imagine a cfgrid bound to a CFC that returns a query.
Imagine a number...
I don't know where to start. If someone could give me an idea of what to read even, I would appreciate it.
I have created a plugin for Acrobat using MS C++. I'm very happy with how it turned out.
Now I need to compile it for use on a Mac Leopard. I don't know where to start. Do I copy...
I know I'm talking to myself, but I want to put this out there for someone else who may be searching like crazy for an answer....
I have found that even after removing all of the debugging, I had some computers that worked and some that didn't. The answer is actually in MS C++. (Credit where...
I have created a plugin using VC++. It works GREAT on my machine. When copy the .api to other machines on the network, though, it doesn't load. I've even gone so far as putting an AVAlert in the init before ANY decisions are made. Again, it appears on my development machine, but on the...
You can multiply by 100 (to get your decimal in the right place) and then use the Round or Int functions to get the whole number or round as appropriate.
Take a look at the examples in the manual under these functions.
You could also use the .toString and the Left function to trim off...
Here are some links that might help:
http://kb.adobe.com/selfservice/viewContent.do?externalId=b49df0d&sliceId=1
http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:32521#163281
http://www.frontpagewebmaster.com/m_176507/tm.htm
A great place for javascript examples is
http://javascript.internet.com/
If you put timer in the search bar, it will provide a lot of examples that use timers.
Great Blog by the way. I've subscribed and suggested it to a couple of other CF people I know. FWIW, I will make sure that you are given credit in my code.
Thanks again.
Unfortunately, no.
I'm not even getting to that point. I'm having problem creating the pdfReader object.
pdfReader = javaloader.create("com.lowagie.text.pdf.PdfReader").init(fullPathToInputFile);
It's acting like it can't find something. I inherited the Linux so, even though most Linux...
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.