Devnet vs. Developer Edition

2005-04-11 Thread Marlon Moyer
If I have the Devnet version of CFMX 6.1, what is the benefit of it over the Developer's version of CFMX 6.1? I'm asking, because I'm building a new development server and I'm about to install a CF server. Also, if I'm planning on installing CFMX 7, would this influence what version I should choo

Re: "like" match from a list

2005-04-11 Thread Bryan Stevenson
> Pre-existing database - I've got to deal with what's there, unfortunitely. Well first I'd tell the client that it should really be fixed...because it will cost more in the long run for maintenanceand will continue to effect performace until fixed. When they tell you where to go and how to

Re: OT: Just a touch of Javascript

2005-04-11 Thread Les Mizzell
Dave Merrill wrote: > If that code is verbatim, the tag hasn't happened yet when the > script is called. The form object doesn't exist until its end tag closes it. Missed that when I copied and pasted and reformatted it for the email - actually, the tag *is* there, right before the submit ..

RE:_"like"_match_from_a__list

2005-04-11 Thread S . Isaac Dealey
I generally agree with Ben... although if you're already using this application and have a ton of data in it, you might try this: where color in () hth Just don't let it happen again. :) > The answer is not in your SQL or your CFML, it is in your > database schema. > If you can have multiple va

RE: Building Applications for multiple DB's

2005-04-11 Thread CFDEV
Well we did something like this and all queries are in Components so the db variable config tells which component object to invoke. But as Steve mentionned, all components of queries need to be adapted to the DB. Pat -Original Message- From: Steve Brownlee [mailto:[EMAIL PROTECTED] Sent:

Re: CF and DMZs

2005-04-11 Thread S . Isaac Dealey
Thanks for the clarification Adam, that's appreciated. :) s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://macromedia.breezecentral.com/p49777853/ http://www.sys-con.com/author/?id=4806 http://www.fus

RE: Building Applications for multiple DB's

2005-04-11 Thread Steve Brownlee
All I can say is... My condolensces. Making an application database independent is an extremely daunting and time-consuming task. There is no easy way to do it. Since each database engine has many different rules, procedures and operations, you basically end up having to write all of the SQL aga

Re: Last Week...

2005-04-11 Thread S . Isaac Dealey
> S. Isaac Dealey wrote: >> not i18n, since many countries use Monday as their first >> day of week > there are 3 common week starts: sunday, monday (so called > ISO) and > saturday (islamic locales). good to know. >> The java.util.Calendar class includes information to >> indicate if the >> cal

Building Applications for multiple DB's

2005-04-11 Thread jonese
Anyone have any pointers or examples of CF or PHP application which have been constructed with the ability to work on multiple Databases? IE the application can easily be run on MSSQL, Access, MySQL etc and all the user has to do is changed a config variable or point to another DB file. I'm try

RE: OT: Just a touch of Javascript

2005-04-11 Thread Dave Merrill
If that code is verbatim, the tag hasn't happened yet when the script is called. The form object doesn't exist until its end tag closes it. Dave Merrill > Oh yea - if I do a "view source" on the page that comes up and isn't > submitting, I'm getting exactly what I'm supposed to see. > > Basicall

Re: admin: HOF down?

2005-04-11 Thread jonese
no biggy just making sure someone knew about it :) jonese On Apr 11, 2005 3:49 PM, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > > My copy of enterprise may have been lost in the mail and I started getting > the developer warning message an hour ago. I could leave it up and show > everyone th

RE: Event Gateway's and runaway threads...

2005-04-11 Thread Stacy Young
Wouldn't the max request timeout kick in at one point? Same scenario as if a traditional request spawned a stray process. -Stace > -Original Message- > From: Tony Weeg [mailto:[EMAIL PROTECTED] > Sent: Monday, April 11, 2005 3:28 PM > To: CF-Talk > Subject: Re: Event Gateway's and runaway

Re: To CFLogin or not to CFLogin, that is my question.

2005-04-11 Thread Douglas Knudsen
good o' cflogin, learned it first from Ray 'Jedi' Camden's pres on it at MAX2002, or whatever it was called then. Too much saki that week at that sushi place anyhoo, I never saw the need for the tag. you have to write all your actual auth code with or without it, so why use it, IMHO. D On

Re: OT: Just a touch of Javascript

2005-04-11 Thread Les Mizzell
Oh yea - if I do a "view source" on the page that comes up and isn't submitting, I'm getting exactly what I'm supposed to see. Basically, it's a page between the clients site and cartserver that sets up a bunch of required variables before it's submitted ... Full page below (from view source)

Re: To CFLogin or not to CFLogin, that is my question.

2005-04-11 Thread Pete Ruckelshaus
I'm using cflogin (in CFMX7) for the first time in the app that I'm building at work, and it's done the job fine. I've always rolled my own before, and I use a numerical access scale (i.e. no access is 0, "God" access is 1000) that was great and very flexible, but I didn't need that level of flexi

RE: CF and DMZs

2005-04-11 Thread Coleman, Brian
Yeah, I meant demilitarized zone (DMZ) in this reference...I didn't even know there was another meaning to it! I'm beginning to wonder if having a webserver on the inside is just overkill in our situation. Sensitive data is housed in a SQL server that would not be in the DMZ, though there might be

RE: Last Week...

2005-04-11 Thread S . Isaac Dealey
Heh... how about "because I said so"? :P Actually ... to simplify... the value of dayOfWeek(now()) will vary from one day to the next -- it's 1 on sunday, 2 on monday, etc... and this has a lot to do with why people find it complicated to get the first day of the week from ColdFusion, because the

Re: admin: HOF down?

2005-04-11 Thread Michael Dinowitz
My copy of enterprise may have been lost in the mail and I started getting the developer warning message an hour ago. I could leave it up and show everyone the message or I can shut down till I get a number from Macromedia. I've emailed Tim on it. Oh, the lists are still working under CF as they

Re: Last Week...

2005-04-11 Thread Paul Hastings
S. Isaac Dealey wrote: > not i18n, since many countries use Monday as their first day of week there are 3 common week starts: sunday, monday (so called ISO) and saturday (islamic locales). > The java.util.Calendar class includes information to indicate if the > calendar for a given locale begins

Re: OT: Just a touch of Javascript

2005-04-11 Thread Les Mizzell
>> >>document.forms['cart'].submit(); >> This comes *after* the form on the page > document.forms.cart.submit() > > -- search the source, make sure there aren't 2 forms on the page both > named "cart". Only one form > Also if it's not working, it should produce an error... document.forms

RE: To CFLogin or not to CFLogin, that is my question.

2005-04-11 Thread Kevin Aebig
I've only ever used it for flash remoting authentication and for that purpose, it's golden. As for other uses, I'll happily stick to my own brand of madness.. Cheers, Kevin -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 10:53 AM To: CF-Talk Subject

Re: CF and DMZs

2005-04-11 Thread Adrocknaphobia
I think we are talking about DMZ in the terms of Demilitarized Zone. Which does comes from the military term popularized in Korea. A true DMZ means that your webservers are on a seperate part of the network where all port traffic is allowed. Or in most cases, it means a less secure part of the netw

admin: HOF down?

2005-04-11 Thread jonese
anyone else having problems getting to houseoffusion.com ? jonese ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a

Re: OT: Just a touch of Javascript

2005-04-11 Thread S . Isaac Dealey
> I need to auto submit a form. The following *had* been > working - and > suddenly has stopped working in Netscape and Firefox, > though it's fine > in I.E. > > document.forms['cart'].submit(); > > 1. What's wrong with that? I don't know, but there shouldn't be any difference between tha

Create Search Engine Ranking Tool In CF?

2005-04-11 Thread Rick Faircloth
Anybody ever tried to create a Search Engine Ranking tool in CF? (Now, remember, I'm still using 4.5.2! ;o) Is it possible 4.5.2 or any version? I don't want to pay $250 for Dynamic Submission... I thought maybe I could create my own customized tool in CF for my SEO business... Rick ~~

Re: CF and DMZs

2005-04-11 Thread S . Isaac Dealey
I've been seeing peolpe using this term lately, which is strange, because it seemed to happen rather suddenly, like AJAX... I had to search acronymfinder.com to find out it means "Data Management Zone" seems to me like a poor choice of acronyms, as my only frame of reference prior to this poin

RE: Last Week...

2005-04-11 Thread Rick Faircloth
:o) otay... Maybe it'll make more sense that way, when I try to wrap my thick head around it... Rick > -Original Message- > From: S.Isaac Dealey [mailto:[EMAIL PROTECTED] > Sent: Monday, April 11, 2005 3:10 PM > To: CF-Talk > Subject: RE: Last Week... > > > Argh! I am not having

RE: Just a touch of Javascript

2005-04-11 Thread Jim Davis
> -Original Message- > From: Les Mizzell [mailto:[EMAIL PROTECTED] > Sent: Monday, April 11, 2005 3:20 PM > To: CF-Talk > Subject: OT: Just a touch of Javascript > > I need to auto submit a form. The following *had* been working - and > suddenly has stopped working in Netscape and Firefox,

Re: Help! brain dead?!

2005-04-11 Thread Mark Drew
AHA! that was it Teaches me to code for too long without having a stiff drink! Thank you! MD On Apr 11, 2005 8:14 PM, Ryan Duckworth <[EMAIL PROTECTED]> wrote: > You probably have a query w/ the same name as the function. > This link will explain: > http://jehiah.com/archive/entity-has-incorrec

Re: Event Gateway's and runaway threads...

2005-04-11 Thread Tony Weeg
On Apr 11, 2005 3:05 PM, Sean Corfield <[EMAIL PROTECTED]> wrote: > On Apr 11, 2005 5:38 AM, Tony Weeg <[EMAIL PROTECTED]> wrote: > > what is there in place that keeps a thread from being, well, a malingerer? > > Not sure what you're asking here? lets say i have a cfc that makes a database call,

RE: Help! brain dead?!

2005-04-11 Thread Matthew Small
Did you define a return type? - Matt Small -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 2:47 PM To: CF-Talk Subject: Re: Help! brain dead?! Then the error lies somewhere else! g! I keep getting a : Entity has incorrect type for being ca

Re: Flash 2004 Remoting

2005-04-11 Thread Greg Johnson
I will try that. Through "percussive maitenance" of the computer I was able to find where I had made a couple of mistakes though and it is now connecting. Unf. thats the problem with scraping sample code off the internet, you miss things sometimes. My big mistake was not adding the responder

OT: Just a touch of Javascript

2005-04-11 Thread Les Mizzell
I need to auto submit a form. The following *had* been working - and suddenly has stopped working in Netscape and Firefox, though it's fine in I.E. document.forms['cart'].submit(); 1. What's wrong with that? 2. Any way to do it Coldfusion only without JavaScript? -- --- Les M

Re: "like" match from a list

2005-04-11 Thread Qasim Rasheed
If you are using SQL Server, there is a function called PatIndex which might help you. I had a similar situation in the past and was able to solve it using the above mentioned function. On Apr 11, 2005 2:43 PM, Les Mizzell <[EMAIL PROTECTED]> wrote: > Bryan Stevenson wrote: > > The problem is the

RE: Powerpoint (slides+audio) -> Flash converter?

2005-04-11 Thread Montgomery Chris Contr AFSFC/SFPA
OpenOffice.org will let you save PowerPoint slides to a flash file. Not sure if it handles the audio portion, though. -- //SIGNED// Chris Montgomery, Contractor HQ AF Security Forces Center, Antiterrorism Branch 1517 Billy Mitchell Blvd, Bldg 954 Lackland AFB, TX 78236-0119 DSN 312.945.7034 C

RE: Help! brain dead?!

2005-04-11 Thread Steve Brownlee
Let me append that = This is bad === SELECT this FROM that http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202245 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.house

RE: Help! brain dead?!

2005-04-11 Thread Ryan Duckworth
You probably have a query w/ the same name as the function. This link will explain: http://jehiah.com/archive/entity-has-incorrect-type Good luck. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Or

RE: Help! brain dead?!

2005-04-11 Thread Steve Brownlee
I've seen this error before and it happened when I had name conflicts in the function. For example, make sure you don't have variables/query/array/structure naming conflicts. Might not be the case for you, but thought I'd throw it out there. = This is bad === SELECT this FROM

Re: Last Week...

2005-04-11 Thread S . Isaac Dealey
neat function... little more than is really needed... and I think it's not i18n, since many countries use Monday as their first day of week (much of the european union as I understand it), and I _think_ CF always returns Sunday as the first day of the week from DayOfWeek(). The java.util.Calendar c

RE: Last Week...

2005-04-11 Thread S . Isaac Dealey
Argh! I am not having a good day today am I? ... In my previous message, just imagine that every time I said "monday" I was saying "sunday" and you'll be fine. :) > Not quite sure I grasp that, Isaac...would that only work > if it were run on the second day of the week? > Rick >> -Original

Re: Event Gateway's and runaway threads...

2005-04-11 Thread Aaron Rouse
What happens if it runs much longer than you want. Only thing I could think of as a simple example would be something that created an endless loop. Although perhaps unexexpected lag from connecting the the database could cause something to run for "too long" On Apr 11, 2005 2:05 PM, Sean Corfie

Re: Help! brain dead?!

2005-04-11 Thread Mark Drew
Well. its back to private and still no dice! aargh! I shall have another look.. code blindness MD On Apr 11, 2005 8:12 PM, Dave Watts <[EMAIL PROTECTED]> wrote: > > Hmm.. its set as public .. would that do the trick? > > No, public functions can be called by any other code. > > Dave Watts, CTO

Re: Event Gateway's and runaway threads...

2005-04-11 Thread Sean Corfield
On Apr 11, 2005 5:38 AM, Tony Weeg <[EMAIL PROTECTED]> wrote: > what is there in place that keeps a thread from being, well, a malingerer? Not sure what you're asking here? > just wondering? im finishing up a reporting application, and id like > to offload LONG reports to threads of their own, a

CF and DMZs

2005-04-11 Thread Coleman, Brian
The powers that be are talking about setting up a DMZ this summer and want to have a webserver in the DMZ and another webserver on the internal network. I won't be setting up the DMZ or anything, but I do the Cold Fusion pages and web server maintenance. I'm googling around today for information ab

RE: Help! brain dead?!

2005-04-11 Thread Dave Watts
> Hmm.. its set as public .. would that do the trick? No, public functions can be called by any other code. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta,

RE: Last Week...

2005-04-11 Thread S . Isaac Dealey
No it should work regardless of today's date... All date math basically follows the same principals... A week is 7 days long, so you know that you can adjust a date value by weeks either by using dateadd("w",x,date) or by using dateadd("d",x*7,date) with x being the number of days. In this case we'

Re: Flash 2004 Remoting

2005-04-11 Thread Greg Johnson
My dumb. Boss played around with the database, there WAS only 1 record to return :-P Now to try binding :-) -- Greg Johnson Owner & Lead Technician [EMAIL PROTECTED] Techno-Fix-It Filling the Gap Between the Store and the Repair Shop -- www.technofixit.com Phone:(919)-3

Re: Help! brain dead?!

2005-04-11 Thread Mark Drew
Hmm.. its set as public .. would that do the trick? MD On Apr 11, 2005 7:54 PM, Dave Watts <[EMAIL PROTECTED]> wrote: > > if I am within one function in a cfc, can I call another > > function ... > > Not only can you do this, it is the only way you can call functions that > have a private access

Re: Help! brain dead?!

2005-04-11 Thread Mark Drew
Then the error lies somewhere else! g! I keep getting a : Entity has incorrect type for being called as a function. The symbol you have provided getFeatures is not the name of a function. (getFeatures is the function) And I am calling it as so so I am being brain dead again On Apr 1

RE: Help! brain dead?!

2005-04-11 Thread Dave Watts
> if I am within one function in a cfc, can I call another > function ... Not only can you do this, it is the only way you can call functions that have a private access modifier. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-aut

Re: "like" match from a list

2005-04-11 Thread Les Mizzell
Bryan Stevenson wrote: > The problem is the data structure. > > You should not store lists of values in a field ;-) Pre-existing database - I've got to deal with what's there, unfortunitely. -- --- Les Mizzell ~| Logw

RE: Help! brain dead?!

2005-04-11 Thread Ben Forta
Sure can -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 2:39 PM To: CF-Talk Subject: Help! brain dead?! if I am within one function in a cfc, can I call another function as so: -- Mark Drew ~~~

Help! brain dead?!

2005-04-11 Thread Mark Drew
if I am within one function in a cfc, can I call another function as so: -- Mark Drew ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spe

Re: Free or *cheap* cf forum

2005-04-11 Thread Stan Winchester
I would also like to mention we will be offering upto 5-free licenses to those who actively participate in the beta. > If you are interested, we have one in BETA now; see: > http://www.aftershockweb.net/forums/threads.cfm/ForumId/9 > > >is there a free or cheap coldfusion based forum applicat

RE: Flash 2004 Remoting

2005-04-11 Thread Kevin Aebig
Have you tried using the netconnection debugger? It will show you where the call is failing as well as any errors being posted but not handled. You can find it in FMX2004 under: The "Windows" Menu > Other Panels > Netconnection Debugger Sincerely, Kevin -Original Message- From: Greg Joh

RE: "like" match from a list

2005-04-11 Thread Ben Forta
The answer is not in your SQL or your CFML, it is in your database schema. If you can have multiple values for a column that column needs to be a separate table, that's what joins are for, and that will make your SQL a whole lot simpler. --- Ben -Original Message- From: Les Mizzell [mail

Re: "like" match from a list

2005-04-11 Thread Bryan Stevenson
The problem is the data structure. You should not store lists of values in a field ;-) 1) break colors out into a seperate table (color_ID and color_name fields) 2) create a table that will hold product_ID and color_ID (this matches colors to a product) 3) delete your field with lists of color

Re: Last Week...

2005-04-11 Thread Tony Weeg
or you can use this nice little UDF from cflib.org http://www.cflib.org/udf.cfm?ID=330 and rather than give it a +1 for next week, you can give it a -1 for last week and so on... hth tw On Apr 11, 2005 2:03 PM, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > > Could anyone tell me the most effici

"like" match from a list

2005-04-11 Thread Les Mizzell
Yet another "driving me crazy" query problem. I'm showing a grid of color blocks. When the user clicks on one of them, it set a variable to look for in the database: So, here's the query SELECT * FROM products WHERE COLOR IN (#PreserveSingleQuotes(colorLIST)#) But, here's the problem.

RE: Last Week...

2005-04-11 Thread Rick Faircloth
Not quite sure I grasp that, Isaac...would that only work if it were run on the second day of the week? Rick > -Original Message- > From: S.Isaac Dealey [mailto:[EMAIL PROTECTED] > Sent: Monday, April 11, 2005 2:04 PM > To: CF-Talk > Subject: Re: Last Week... > > > > Could anyone tell

Re: Last Week...

2005-04-11 Thread S . Isaac Dealey
> Could anyone tell me the most efficient way to get the > start and end dates of the past full week? > Thanks! >From there you can add -7 days to get the first day of last week or -1 day to get the last day of last week. s. isaac dealey 954.522.6080 new epoch : isn't it time for a change?

Re: OT: Powerpoint (slides+audio) -> Flash converter?

2005-04-11 Thread S . Isaac Dealey
I didn't think flashpaper included audio... isn't it really geared toward printing? I think he's looking for Captivate. > just from my previous post: > http://www.macromedia.com/software/flashpaper/ > MD > On Apr 11, 2005 5:08 PM, Damien McKenna > <[EMAIL PROTECTED]> wrote: >> Does anyone have

RE: Create 1 CFSELECT from two sources

2005-04-11 Thread Matthew Small
Use remote queries. http://www.vb123.com/toolshed/02_accvb/remotequeries.htm It allows you to join multiple dbm files in one query. I have also seen syntax like: Select * from c:\path\accessdb.mdb\tablename And this works, I've done it but it's been a long time. - Matt Small -Origina

Re: Adding/removing/modifying checkboxes/dropdown boxes dynamically in CF??

2005-04-11 Thread S . Isaac Dealey
> I see your point! I will try that as you suggest. Good luck! :) Hope my examples were helpful. :) s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://macromedia.breezecentral.com/p49777853/ http://

Re: Simple tool for doing Powerpoint-like files in Flash?

2005-04-11 Thread S . Isaac Dealey
Well RoboDemo before Macromedia bought eHelp -- it's called Captivate now... you can find it on the Macromedia site. > Given that my last request for a Powerpoint->Flash > converter isn't > turning up anything suitable, does anyone have a > suggestion for a tool > to use to create Flash-based Powe

Re: Adding/removing/modifying checkboxes/dropdown boxes dynamically in CF??

2005-04-11 Thread Daniel Kang
I see your point! I will try that as you suggest. On Apr 11, 2005 1:18 PM, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > These are predefined departments arent they? > > Even if they aren't, why would you subject yourself to the horror of > adding a database column each time a user adds a catego

Re:___"print_break"_in_CF???

2005-04-11 Thread S . Isaac Dealey
I'm not sure if CSS includes a style to prevent a visible element from printing... It sounds familiar (I may have even used it), but it's definately not the display property... do a google search for "print css". I know there are styles that apply only to printing -- page-break styles are among the

Re: SQL help - inserting a dynamic variable

2005-04-11 Thread Gareth Arch
You should be able to join as many tables as you like (just as in a regular query). Just select the column names you need insert into tblthis (columnone, columntwo, columnthree) select c.dataone, d.datatwo, e.datathree from mycolumns c inner join mycolumnstwo d on (c.my_id = d.my_id) inner join

Re: Adding/removing/modifying checkboxes/dropdown boxes dynamically in CF??

2005-04-11 Thread S . Isaac Dealey
These are predefined departments arent they? Even if they aren't, why would you subject yourself to the horror of adding a database column each time a user adds a category? That exactly the sort of problem relational databases were designed to solve -- so you wouldn't need to add columns. (That's

Re: To CFLogin or not to CFLogin, that is my question.

2005-04-11 Thread S . Isaac Dealey
> Apologies to those in advance who get this twice. > I have to admit i've never used he built in > authentication in CF (cflogin > etc). So i'm curious to hear from everyone there thoughts > on when it's a > good idea and when it's a bad idea to use this versus a > home grown solution. > thanks

RE: CFSELECT part 2

2005-04-11 Thread Ken Ferguson
Use queryaddrow to add an extra row to the query with whatever values you need. -Original Message- From: Claremont, Timothy [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 11:54 AM To: CF-Talk Subject: CFSELECT part 2 In another attempt to solve my earlier problem... My participa

Re: __"print_break"_in_CF???

2005-04-11 Thread Daniel Kang
One issue I am seeing on this is that "display:none" makes the specific paragraphs invisible on Web Browser, which makes not to print the specific page. It seems that there is no way to view the page but not to print It seems it becomes OT! Test Page 0 tia On Apr 11, 2005 12:56 P

RE: FW: CFMX7 Enterprise Multiple Instances on JRUN Flash Remoting problem.

2005-04-11 Thread DURETTE, STEVEN J \(AIT\)
Nope. Not seeing the extra ear for Flash Remoting. -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 11:53 AM To: CF-Talk Subject: Re: FW: CFMX7 Enterprise Multiple Instances on JRUN Flash Remoting problem. Use the JRun JMC tool. Ususally

Re: Flash 2004 Remoting

2005-04-11 Thread Greg Johnson
Nope. I am just trying to do a very simple system where it retrieves a list of names (to start with) and displays them in a list box. Once I do that I will make it so clicking on a name will bring up a 2ed window that will give detailed info on the person. Kevin Aebig wrote: >Hey greg, > >

Re: SQL help - inserting a dynamic variable

2005-04-11 Thread Pete Ruckelshaus
Oh, so IOW I can only do that for one join table, not more than one? I have a couple of lookup columns that I'll be inserting... Pete On Apr 11, 2005 12:54 PM, Gareth Arch <[EMAIL PROTECTED]> wrote: > You've more or less posted the answer. The method to use would be: > > INSERT INTO tblContac

Re: OT: Powerpoint (slides+audio) -> Flash converter?

2005-04-11 Thread Matt Friedman
a great tool is articulate. http://www.articulate.com/home.html ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client wit

Simple tool for doing Powerpoint-like files in Flash?

2005-04-11 Thread Damien McKenna
Given that my last request for a Powerpoint->Flash converter isn't turning up anything suitable, does anyone have a suggestion for a tool to use to create Flash-based Powerpoint-like slides with audio? Ease of use is a biggie, we want the managers to be able to use it with a little training. Than

SOLVED: Re: CROSSPOST: MS SQL Server and Full Text Indexes

2005-04-11 Thread Bryan Stevenson
It's alive!! ;-) Looks like toasting the exisitng index and recreating it and the new one has worked Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: ww

CFSELECT part 2

2005-04-11 Thread Claremont, Timothy
In another attempt to solve my earlier problem... My participant list is based on a query of a table of our participants. Is there a way to create a CFSELECT box that ADDS an additional field that is blank, in cases where no participant is needed? In theory I could make that item "not required"

Re:__"print_break"_in_CF???

2005-04-11 Thread S . Isaac Dealey
I suspect in order for this to work you would need the item which has class="breakhere" inside an element with class="doNotPrint" ... More specifically, this will work: ... This will not: ... ... The reason this doesn't work is because you're still displaying the element which accord

Re: CROSSPOST: MS SQL Server and Full Text Indexes

2005-04-11 Thread Bryan Stevenson
Hey Paul, It definately wasn't a long running process because the problem still existed after a server reboot. I noticed that an existing index was trying to run an incremental update and it wasn't completing. So I assumed something was wrong with that one (which has been working fine for ove

Re: SQL help - inserting a dynamic variable

2005-04-11 Thread Gareth Arch
You've more or less posted the answer. The method to use would be: INSERT INTO tblContactAddress(contactID,addressTypeID,address1, etc.) SELECT #contactIDValue#, ID, '#address1Value#',etc. FROM tblAddressType WHERE typename = 'General' Just make sure typename = 'General' will only return one va

To CFLogin or not to CFLogin, that is my question.

2005-04-11 Thread jonese
Apologies to those in advance who get this twice. I have to admit i've never used he built in authentication in CF (cflogin etc). So i'm curious to hear from everyone there thoughts on when it's a good idea and when it's a bad idea to use this versus a home grown solution. thanks in advance. jo

RE: Flash 2004 Remoting

2005-04-11 Thread Kevin Aebig
Hey greg, I think you're making this a bit more complicated than need be. Are you using roles authentication? If so, you'll need to set the remote method to have the proper authority. If not, than you're setting the credentials for no reason. I have an example of roles authentication remoting at

Re: Adding/removing/modifying checkboxes/dropdown boxes dynamically in CF??

2005-04-11 Thread Daniel Kang
The challenge here is that the number of checkboxes are not defined, meaning the user (to make it simple, let us say a user) can add any number of checkboxes (20, 40, 50, etc). This also makes very hard (=whenever the user wants to add one checkbox, I have to add the checkbox on the CF page and h

RE: CROSSPOST: MS SQL Server and Full Text Indexes

2005-04-11 Thread Paul Vernon
Things may appear hung in Enterprise Manager because it sits waiting for a response from SQL Servers engine and depending on the action you do and the table structure and quantitiy of data, things can take some time... I did exactly the operation you attempted a couple of years ago on a dev box, i

RE: OT: Powerpoint (slides+audio) -> Flash converter?

2005-04-11 Thread Kevin Aebig
No. There are little to no utilities that convert to FLA. The only tools you'll find convert from Powerpoint to Flash swf. I personally haven't found one that will export the animations as well as all the other smaller details. My suggestion is to look into doing your own automation. Handling Powe

Re: OT: Powerpoint (slides+audio) -> Flash converter?

2005-04-11 Thread Mark Drew
just from my previous post: http://www.macromedia.com/software/flashpaper/ MD On Apr 11, 2005 5:08 PM, Damien McKenna <[EMAIL PROTECTED]> wrote: > Does anyone have a recommendation for a tool to convert Powerpoint files > (slides + audio) to Flash? Something that could convert to FLA files > wou

CROSSPOST: MS SQL Server and Full Text Indexes

2005-04-11 Thread Bryan Stevenson
Hey All, I was trying to add another full-text index for a column (not the same column as the existing index...this is a new column) and the process of adding the catalog hung. I had to do the old "end task" in task manager to recover. After a server reboot, the full-text index option is now

RE: Create 1 CFSELECT from two sources

2005-04-11 Thread Matt Osbun
Yeah, kinda sorta. Keep in mind, I'm not advocating this as a solution. I've used it, and finally decided to merge the databases into one, eliminating the Access database. But anyway, for awhile I was in a situation where employee information was kept in Oracle and employee Intranet accounts w

RE: Create 1 CFSELECT from two sources

2005-04-11 Thread Ken Ferguson
One way would be to combine the two queries into one. You have the two datasources already in cfqueries just do this. Select a.*, b.* from queryA a, queryB b Of course you may have to make some small changes like making the column names match, ordering by a certain field... but this will give y

RE: Create 1 CFSELECT from two sources

2005-04-11 Thread Dave Watts
> Using 6.1 and Access DB... > > Is there a way to combine two data sources to generate a > CFSELECT list? > > I have a list of storage locations, and a list of > participants. My select list will result in allowing the end > user to tell me that the item is at a storage location, or > with a

Re: Create 1 CFSELECT from two sources

2005-04-11 Thread Aaron Rouse
In Oracle you could setup a dblink. On Apr 11, 2005 11:18 AM, Damien McKenna <[EMAIL PROTECTED]> wrote: > > How would it be done if Access wasn't used? > > -- > Damien McKenna - Web Developer - [EMAIL PROTECTED] > The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 > #include >

Re: OT: Powerpoint (slides+audio) -> Flash converter?

2005-04-11 Thread Ben Doom
We've got a very simple one that does simple slide->frame conversions with optional fades between. I don't think it does audio, and I know it only creates swf files. :-( I'm happy to dig it (and the URL) out if that would be helpful, though it doesn't match your request. --Ben Damien McKenna w

RE: Create 1 CFSELECT from two sources

2005-04-11 Thread Damien McKenna
How would it be done if Access wasn't used? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include > -Original Message- > From: Adrocknaphobia [mailto:[EMAIL PROTECTED] > Sent: Monday, April 11, 2005 12:17 PM >

RE: Create 1 CFSELECT from two sources

2005-04-11 Thread Damien McKenna
Query of queries. The only way without letting your logic in the CFSELECT get too weird. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include > -Original Message- > From: Claremont, Timothy [mailto:[EMAIL PROT

Re: Create 1 CFSELECT from two sources

2005-04-11 Thread Adrocknaphobia
Not with Access. With Access you are going to need to write two seperate queries, then use query of query to merge them into one. -Adam On Apr 11, 2005 12:14 PM, Claremont, Timothy <[EMAIL PROTECTED]> wrote: > Using 6.1 and Access DB... > > Is there a way to combine two data sources to generate

Re: OT: Powerpoint (slides+audio) -> Flash converter?

2005-04-11 Thread Mark Drew
Have you tried the FlashPaper converter? MD On Apr 11, 2005 5:08 PM, Damien McKenna <[EMAIL PROTECTED]> wrote: > Does anyone have a recommendation for a tool to convert Powerpoint files > (slides + audio) to Flash? Something that could convert to FLA files > would be best as we could then modify,

Create 1 CFSELECT from two sources

2005-04-11 Thread Claremont, Timothy
Using 6.1 and Access DB... Is there a way to combine two data sources to generate a CFSELECT list? I have a list of storage locations, and a list of participants. My select list will result in allowing the end user to tell me that the item is at a storage location, or with a participant. The lis

Re: _"print_break"_in_CF???

2005-04-11 Thread Daniel Kang
page-break-before works fine on IE 6, which my users are using. I want to skip certain pages when being printed to save trees. I put the CSS below for testing. It skips the page, but it still prints a blank page, which does not let me save trees. Please let me know if I am missing anything.

<    1   2   3   >