Hi, I wonder if anybody has had trouble with indexing files in verity? On my local test server a file will typically take 2-3 seconds to index but on our live...
We have urgent requirement for the following post:- Company:- IMC Global Technology Services Pvt. Ltd Position- Software Engineer (2 positions) Experience- 2+...
Hi John, Thanks for the response. It me put the issue at hand once again. I have got a PDF document which needs to be rendered as a flash file (SWF) in a...
Thanks, although we are using MX6 :( ...... I will definitely explore this feature of MX8...sounds interesting; ~Chatty Ernest Breau <ernest.breau@...>...
I am not sure coldfusion is right for this task. I look for PDF to HTML then use CF 8 local to make the SWF's. I will look the new <cfPDF tag and see what It...
... The solution that I used for this in the past was to download (and later purchase) FlashPaper from the Adobe site. The disk based version of FlashPaper...
Hi, You could use flash paper2 to convert that. I think that if you get acrobat, you can open a pdf, then print it as a flash paper file. Also, if you want...
I am doing some work my diocese and one of the things they want online is a set of rosters for each of the parishes. Once I got them past thinking they could...
Example code would help. -hankcfman ... From: JoAnn Schlosser <jschlosser@...> To: coldfusion-howto@yahoogroups.com Sent: Monday, October 1, 2007 6:39:23...
Alot of times i use several cfhttp post requests each one to a different task to run. The best part about it, is you dont have to wait for the response. to ...
The deal here is that there are 6 different reports, each in HTML and CSV format for 93 parishes. Each run is so large that it has to be run individually....
One of my firm's best financial services clients has a ColdFusion Developer Contractor opportunity in the New York Metro area. If You are interested please...
I am using CF 8 on Windows, but it does not start on init. I found out that I can start the services to the cf application server by using: Start > Settings >...
you can right click on that service and select properties and choose for that to auto start ... -- ____________________________________________________ Ernest...
I know you guys added a lot of my ideas over the years i.e. gateways and embedded databases but I am not sure if you added or will start embedding servers like...
I have created a form to re-order the articles. Based on the priority a user selects, articles are reordered and displayed according to priority. Form has this...
It's different cased on if you use MULTIPLE or not. If not as in your case, you examine the selectedIndex value. Keep in mind that there will ALWAYS be a...
It seems that your JavaScript skills are pretty new so you may want to look up some websites on JavaScript and/or pick up a book on it. In the JavaScript...
take a look at the onsubmit javascript event for your form .. then you need to make a simple function and check your drop down then return a value to form if...
Hi! I made a page, using CF and MySQL 4.1 (utf8_unicode_ci). In MySQL 4.1, I could see data stored correctly in French Characters, but my page does not show...
Hi! I wrote the following query, did not work, would you kindly fix it for me? My purpose is to select records in a column that do not contain spaces. select *...
... Then you do not need <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> It is implicitly in the header set by CF. But it is not your...
... and ColumnName IS NOT NULL That will return columns that contain at least one character. For "column that do not contain spaces", I would rather use WHERE...
Sorry... I was assuming they were looking for empty columns. Yours would not return 'Hank Miller' or 'The ball is red' -hankcfman ... From: Claude Schneegans...