Have you tried either of the custom tags available on the Macromedia Coldfusion exchange? There are 2 tags CF_Romanize and CF_Convert_To_Roman . -Ginny...
Yes, both servers are running CF MX. And the strange thing is, I had developed a charting module some time ago, was working fine and that stopped working as...
Hi, Just wondering how i can go about encrypting my cf code to prevent others from being able to modify the code, eg if i write come code for a client so that...
... the code and make modifications to it given that i am the author of the code Encrypting is not really a solution, if the customer'r developer is good...
... you suggest ??? the file will be created automatically the first time a cfm template is executed. It contains Java byte code, however, to be honest, I...
Hi? I have problem with crystal report. When I open a link report (crystal report) they ask to open/save the file. Its should open the file and no need to ask...
I don’t think it works that way, but it would be nice to make the .class files plug and playable and work without Anyone knowing it’s not a cfm file. It...
Hi I have a main table called "Microbes" which includes several memo fields. When a new record is created there is always a lot of information to be entered....
If someone uses the default encryption key (ie: doesn't specify one), it uses CF5's encryption key which is just like not using one at all. -John ... From:...
What version of Crystal Reports is the web server running? Also, what kind of code are you using to call the report? JoAnn Schlosser Web Consultant ASI...
The only purpose I have in encrypting the code is to keep people who know just enough to be dangerous from being tempted into doing something stupid - or even...
Your message manages to hang Outlook 2002 with 100% CPU usage too. -John ... the .class files plug and playable and work without ... CF that no changes were...
Hmmmm.... (Guess I can't plead a CF 4.5 memory leak, can I?) Not getting this from anyone else. We did have a lot of work done on our email system last week,...
It wasn't your email, it was all the encrypted template that Dan posted. -John ... From: JoAnn Schlosser [mailto:jschlosser@...] Sent: Monday, August...
Dang. I have to remember to delete the stuff when sending to this list. For work purposes, I have to keep the previous messages. JoAnn Schlosser Web...
Hi I have a question which I was wondering if I can run past everyone – I have solved half the solution but am struggling with coming up with the rest of the...
You can do this using javascript..... u must have different pictures for one item..ie in different colors...(red ,pink yellow..) onece the use selects a color...
basically when the user makes a selection from the first page index.cfm they will be sent to the quickselection page. If the user clicks on roses - I will...
Hi Gilles I'd seen this one, but again my host is not allowing me to use anything like this. One question though, if I were to use something like this, how...
You can invoke custom tags located in your own directory via the CFMODULE tag. <CFMODULE template="Mytag.cfm" Var1="A" Var2="B"> On a side note, it is my...
Hope, Are you using CF5 or MX ? If so, a UDF is very easy to use. Just copy the UDF on your page and you're done ! This UDF takes a number as value. =-= Step 1...
The problem with that is if someone else on the box uses the same file name. If you create a "header.cfm" and then someone comes along and creates their own...