Hi there, I am very interested into this. Could you please provide me further information? Thank you so much!!!! ... [Non-text portions of this message have...
Hi George, This is pleasure for me.... Please visit this link http://www.d-ross.org/index.cfm?objectid=9C65ECEC-508B-E116- 6F8A9F878188D7CA There, under my...
Thanks for your help and prompt replies ppl! What I am trying to do is to open an XLS, read it, and create a structure that I can query. basically it's like...
You actually have five methods to do this ranging from two java packages jxl and Jakarta POI, COM objects and finally 2 ways to do DSNLESS Connection via JDBC....
thanks a lot for your prompt response! I will check these methods and if any more problems arise I will get back to you :-) Thank you so much! George ... ...
Hello all- I've run into problems with verity and CF5 where some PDF files aren't indexed. There are about 100 pdf files in the particular directory in ...
J2EE/CF Senior Programmers === General Description: * Design and setup a programming framework to develop the web application. * Design and develop re-usable...
Hi Don't know if this will help but found this in another group Hi Again Rick, I think I found out what my problem was and maybe it'll help you as well. I have...
All: ... I want to do the following: 1. As long as (either CL2_1 or CL2_2) is "not NULL", this row gets selected. So, row 1-6 gets selected. 2. Then, in all...
Status Bar In a CF page, when a user moves mouse over a link, the link shows up in the status bar, such as: http://www.abc.com/next_page.cfm?ID=142 ...
Actually I am reading it as.... ... -hankcfman ... From: Shawn Lo <shawn0706@...> To: coldfusion-howto@yahoogroups.com Sent: Wednesday, April 4, 2007...
You first issue is with the assumption that the first query returns 6 rows... it only returns 4 rows (2,3,5,6). You second assumption is that the second query...
... bar. Is it possible? You can use a FORM instead of a link and POST the Id in a hidden field. ... address bar, the page will be re-directed to index.cfm....
I thought the first row was the row number. I have recalculated. You first result set is correct 6 rows (1,2,3,4,5,6) But you second result set is incorrect 6...
... This represents why it is bad form to expose your database PK ID's to the public. There are a couple of things you could do here: 1. Generate a UUID column...
Thanks for the reply. I had actually seen this post and went ahead and set up the verity collections locally to see if there was any difference as to which...
I created a UDF called URLHash that creates a hash string computed from the URL, domain, and IP of the visitor and tacks it onto the URL. The next page calls...
I just noticed a comment on the URLHash function page for the first time (looks like they enabled display of comments but not commenting due to it's age) and...
As usual the best answer is "it depends." For a VERY unsophisticated audience, unfamiliar with concepts like "view source" you can use a form with hidden...
Yes, the firt row was the row number. Yes, I would like to combine the two rows. Or, I can do it this way, do not select the rows if 1. All columns are not...
In addition: People can right click and "Copy Shortcut" to get the link address, people can save the page as HTML, then get the link address. Question 1: How...
You could probably use a union select * from myTable where column2_1 is not null or column2_2 is not null union select * from myTable where column1_1 is null...
... It is considered as not user friendly to disable any features in THEIR browser. Secondly, only people who wouldn't know how to do anything on your site ...
Don't worry about disabling the right-click/etc. If you send HTML and they want your HTML, they can get your HTML, and there's nothing you can do about it. ...
In addition, no matter WHAT you try to implement in Javascript, a two line ColdFusion program can strip that all away. Fetch page with CFHTTP, display encoded...
Has anyone successfully implemented FCKEditor with CF? Specifically, the trouble I am having is with the filebrowser function on FCKEditor. I would like the...
Michael Weiland
mweilan@...
Apr 4, 2007 9:24 pm
40979
I did some searching around and found out this thread was started "Dec 8, 2006 11:45 am" and it looks like people keep responding with no end in sight. _____ ...