Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 27440 - 27469 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27440
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...
vjsmith109
Offline Send Email
Aug 1, 2004
12:29 pm
27441
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...
diablo3_30@...
diablo3_30
Offline Send Email
Aug 1, 2004
6:34 pm
27442
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...
Claude Raiola
austaccomm
Offline Send Email
Aug 1, 2004
10:08 pm
27443
... 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...
Claude Schneegans
schneeca
Offline Send Email
Aug 1, 2004
10:44 pm
27444
How do I go about creating a compiled version of the code using mx as you suggest ??? ... From: Claude Schneegans [mailto:schneegans@...] Sent:...
Claude Raiola
austaccomm
Offline Send Email
Aug 1, 2004
10:53 pm
27445
... 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...
Claude Schneegans
schneeca
Offline Send Email
Aug 2, 2004
1:29 am
27446
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...
Hairulnizam Yusoff
fcbboy01
Offline Send Email
Aug 2, 2004
1:32 am
27447
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...
Dan Plesse
empiricallys...
Offline Send Email
Aug 2, 2004
4:26 am
27448
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....
nigel266483
Offline Send Email
Aug 2, 2004
7:42 am
27449
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:...
Bartlett, John
wyntermoonwolf
Offline Send Email
Aug 2, 2004
12:45 pm
27450
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...
JoAnn Schlosser
jojo_super77
Offline Send Email
Aug 2, 2004
12:51 pm
27451
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...
JoAnn Schlosser
jojo_super77
Offline Send Email
Aug 2, 2004
12:54 pm
27452
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...
John
wyntermoonwolf
Offline Send Email
Aug 2, 2004
12:56 pm
27453
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,...
JoAnn Schlosser
jojo_super77
Offline Send Email
Aug 2, 2004
12:58 pm
27454
Check this too: http://www.cflib.org/udf.cfm?ID=475 Gilles Tanguay Directeur Projets Web Tapage Communication G.Tanguay@... ...
Gilles Tanguay
gillestapage
Offline Send Email
Aug 2, 2004
1:06 pm
27455
It wasn't your email, it was all the encrypted template that Dan posted. -John ... From: JoAnn Schlosser [mailto:jschlosser@...] Sent: Monday, August...
Bartlett, John
wyntermoonwolf
Offline Send Email
Aug 2, 2004
1:10 pm
27456
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...
JoAnn Schlosser
jojo_super77
Offline Send Email
Aug 2, 2004
1:14 pm
27457
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...
tanswp007
Offline Send Email
Aug 2, 2004
1:23 pm
27458
Hi, how can I check in CF, if a number is between 1980 and 2004? --Charlie...
Karl Schaubmair
charlie_scha...
Offline Send Email
Aug 2, 2004
1:24 pm
27459
<CFSET Ok=0> <CFSET MyNum=1999> <CFIF IsNumeric(MyNum)> <CFIF MyNum GTE 1980 AND MyNum LTE Year(Now())> <CFSET Ok=1> </CFIF> </CFIF> <CFIF Ok EQ 1> <!---...
Bartlett, John
wyntermoonwolf
Offline Send Email
Aug 2, 2004
1:27 pm
27460
thanks, John. I've thinked there is a tag or a function in CF, but you're still right. thanks, Charlie...
Karl Schaubmair
charlie_scha...
Offline Send Email
Aug 2, 2004
1:36 pm
27461
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...
minto antony
mintos2000
Offline Send Email
Aug 2, 2004
2:01 pm
27462
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...
tanswp007
Offline Send Email
Aug 2, 2004
2:12 pm
27463
Ginny, Nope, but I'd love to try them. Unfortunately my host is not interested in setting up custom tags for me. : ( Hope ... From: vjsmith109...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Aug 2, 2004
2:45 pm
27464
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...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Aug 2, 2004
2:50 pm
27465
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...
Bartlett, John
wyntermoonwolf
Offline Send Email
Aug 2, 2004
2:52 pm
27466
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...
Gilles Tanguay
gillestapage
Offline Send Email
Aug 2, 2004
2:58 pm
27467
... for me. You don't need your host to set custom tags for you. Just store the cfm file in the same directory you're using the tag. -- ...
Claude Schneegans
schneeca
Offline Send Email
Aug 2, 2004
3:09 pm
27468
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...
Bartlett, John
wyntermoonwolf
Offline Send Email
Aug 2, 2004
3:13 pm
27469
Really??!??!! Will have to read up on CFMODULE! What are the Var1 and Var2 attributes for? Off to the book shelf.... Hope ... From: Bartlett, John...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Aug 2, 2004
3:15 pm
Messages 27440 - 27469 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help