RE: CFC - Returning a Query Subset

2002-11-07 Thread Ilyinsky, Igor
: Ilyinsky, Igor [mailto:igor.ilyinsky;csfb.com] Sent: Wednesday, November 06, 2002 5:27 PM To: CF-Talk Subject: RE: CFC - Returning a Query Subset Thanks Ade, But, the entire query is a full search, with tons of clauses. So I can't sort by ID, and I can't just pick up the TOP #rowCount# results. I need

RE: CFC - Returning a Query Subset

2002-11-07 Thread Ilyinsky, Igor
Message- From: Ilyinsky, Igor [mailto:igor.ilyinsky;csfb.com] Sent: Thursday, November 07, 2002 9:29 AM To: CF-Talk Subject: RE: CFC - Returning a Query Subset OK, so I guess I'm the first one to need this. Here's a sample of the resulting code, if anyone needs this sorta thing

RE: Javascript across windows

2002-11-07 Thread Ilyinsky, Igor
look up the window.opener method (works in NS3+, IE3+) Basically, you can send info to a form field on the opener page (if you name each piece accordingly) like this: opener.document.form.formfield.value = this.value; HTH, IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB SERVICES

RE: CFC - Returning a Query Subset

2002-11-07 Thread Ilyinsky, Igor
Gotcha, thanks for the tip. IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB SERVICES (212) 892-9314 4-9314 -Original Message- From: Raymond Camden [mailto:jedimaster;macromedia.com] Sent: Thursday, November 07, 2002 10:38 AM To: CF-Talk Subject: RE: CFC -

RE: New Mail Notification in Outlook

2002-11-07 Thread Ilyinsky, Igor
Actually, I've got this configuration right now. I don't remember exactly what I did, but I get a ton of mail each day, so I created a rule that alrets me only of mail that has my name in the TO field. I think this overrides the default mail alert setting. Give it a try, if you can't find it,

RE: New Mail Notification in Outlook

2002-11-07 Thread Ilyinsky, Igor
Ok, Here's what I did...and guess what...It works: 1. Go into 'ToolsOptions...Preferences' and hit the 'email options ...' button, and uncheck 'display a notification when new mail arrives'. 2. Go into the Rules wizard and create a rule that does this: - Check messages when they arrive

CFC - Returning a Query Subset

2002-11-06 Thread Ilyinsky, Igor
Kids, I'm sure someone has done this recently, so save me some time here. I have a CFC that runs a search query, and returns a query object; however, to save bandwidth, I only want to return a subset of the query (specified by a StartRow and RowCount). It basically looks something like

RE: Downside to disabling Maintain Database Connections

2002-11-06 Thread Ilyinsky, Igor
Another thing to be aware of is that Maintained DB connections are actually cached by CF (I'm pretty sure); so if a network outage causes an error when attempting to connect to a DB, CF can cache that error, and prohibit the DB connection even when the network is back up. This may not really

RE: Help refining search

2002-11-06 Thread Ilyinsky, Igor
WOW, Chris! You can do a sh*tload with that query. The transactions you have going back and forth between CF and the DB can create major overhead in the long run. What you need to do is this: 1. Get Ben Forta's Book Teach yourself SQL in 10 Min from SAMS. (Ben, you can send my commission

RE: IIS MX (Setup)

2002-11-06 Thread Ilyinsky, Igor
Also, by default, I think CFMX Installer configures your Master Properties IIS site (If you selected it), NOT the Default Site necessarily, so if you create a new site in IIS, It should already be configured for CFMX. IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB SERVICES -Original

RE: Devcon Files

2002-11-06 Thread Ilyinsky, Igor
correct -Original Message- From: Adrocknaphobia Jones [mailto:adrocknatalk;hotmail.com] Sent: Wednesday, November 06, 2002 2:05 PM To: CF-Talk Subject: RE: Devcon Files Does this mean no CD this year? Online only? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School

RE: CFC - Returning a Query Subset

2002-11-06 Thread Ilyinsky, Igor
attributes of your CFQUERY? - Original Message - From: Ilyinsky, Igor [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 1:17 PM Subject: CFC - Returning a Query Subset Kids, I'm sure someone has done this recently, so save me some time here. I have a CFC

RE: CFC - Returning a Query Subset

2002-11-06 Thread Ilyinsky, Igor
ItemSearchResults /CFFUNCTION /CFCOMPONENT or try CFQUERY NAME=ItemSearchResults DATASOURCE=myDSN SELECT TOP #ARGUMENTS.rowCount# * FROM Items WHERE id = ARGUMENTS.startRow /CFQUERY Ade -Original Message- From: Ilyinsky, Igor [mailto:igor.ilyinsky;csfb.com] Sent: 06

RE: Browser Statistics

2002-11-06 Thread Ilyinsky, Igor
Interesting; Flash is the #4 technology, beating java. -Original Message- From: jon hall [mailto:jonhall;ozline.net] Sent: Wednesday, November 06, 2002 4:52 PM To: CF-Talk Subject: Re: Browser Statistics One of the best general overviews of browser usage is Google.

RE: Flash for data views : WAS Ben's J2EE Book, now new course t o be offered by MACR

2002-09-30 Thread Ilyinsky, Igor
YES, that is a great analogy. Using flash to present data IS like using IE for viewing Text Documents (sorta), but what's wrong with that? Viewing remote txt documents in IE is in no way inferior to notepad; in fact, I think it's better because you don't need to launch another application, and

RE: Reverse PDF tools

2002-09-30 Thread Ilyinsky, Igor
How about converting the PDF to a Flash Movie? This app has been getting much interest, and mentions on various blogs (Jeremy Allaire, Mike Chambers, John Dowdell, etc) Oh, the site is in German, so grab your dictionary http://latex.edunet.de/test/saktu_probeseiten/ Or you can check out

RE: Admin password with new update

2002-09-20 Thread Ilyinsky, Igor
Maybe it was case insensitive before? -Original Message- From: Ken Brocx [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 1:36 PM To: CF-Talk Subject: RE: Admin password with new update Well, it turns out that the password is now all caps... I know what you're thinking but

RE: CFMX Hosting

2002-09-20 Thread Ilyinsky, Igor
I'm sure they mean Flash Comm hosting. -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 9:11 AM To: CF-Talk Subject: RE: CFMX Hosting Experthost.com does CFMX. They do not however do FlashRemoting I found out. They claim that they have

RE: CFMX Trial version

2002-09-17 Thread Ilyinsky, Igor
I would bet on NO since it's just an update and not a service pack. -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 10:50 AM To: CF-Talk Subject: CFMX Trial version Does the CFMX Trial version now include the update? TIA Dick

RE: Company Name

2002-09-11 Thread Ilyinsky, Igor
media ... You like how that tastes? BIATCH! It's adverse marketing, people did that these days ...really! IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB SERVICES -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 9:44 AM To:

RE: CFMX - relationship between IIS and JRun

2002-09-10 Thread Ilyinsky, Igor
Dave, This is really no different than how the regular version of CF MX works True, but in the J2EE version there is no ColdFusion MX Application Server service. Then again, if it's not jrunsvc.exe, it's some other service running the app server. I think this is true for any version of CF MX

RE: CFMX for J2EE (was: CFMX - relationship between IIS and JRun

2002-09-10 Thread Ilyinsky, Igor
:30 , Ilyinsky, Igor wrote: The original question was a windows specific one (see subject), so the fact that ColdFusion does not run as a service is indeed important when starting and stopping As Dave Watts pointed out, starting and stopping the service just uses a Windows program to start

RE: CFMX for J2EE (was: CFMX - relationship between IIS and JRun

2002-09-10 Thread Ilyinsky, Igor
(was: CFMX - relationship between IIS and JRun On Tuesday, September 10, 2002, at 08:41 , Ilyinsky, Igor wrote: You can start and stop CFMX independent of the underlying app server (JRun). Actually Sean, You can't. Since CFMX is an application (not a service or process) it can not be cycled

RE: question for MM: CFMX sandboxing security holes?

2002-09-10 Thread Ilyinsky, Igor
I may be off the mark here, but I think a potential issue for that host was not sandbox security per-se. An issue I have dealt with, and that is a drawback in MX (but not a bug) is that you can not set user specific RDS resources for developers like you were able to in 5 and prior. It's been

RE: CFMX - relationship between IIS and JRun

2002-09-09 Thread Ilyinsky, Igor
NOTE: the CFMX full J2EE version (WebSphere, sunone, jrun, etc.) is very different in architecture than the standalone versions. These versions run as a J2EE application on top of the J2EE app server, not as a service on the machine. IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB

RE: CFMX - relationship between IIS and JRun

2002-09-09 Thread Ilyinsky, Igor
, September 9, 2002, at 08:16 , Ilyinsky, Igor wrote: NOTE: the CFMX full J2EE version (WebSphere, sunone, jrun, etc.) is very different in architecture than the standalone versions. Well, that's not really true. The standalone CFMX runs on top of a 'captive' version of JRun already

RE: FRom 4.5 to MX

2002-08-26 Thread Ilyinsky, Igor
I intend to try that one out on a dev box today. I'll let you guys know how that goes. IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB SERVICES -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:22 AM To: CF-Talk Subject: RE: FRom

RE: [OT] - MXDU.com

2002-08-26 Thread Ilyinsky, Igor
I thought that was a link for the topless beach. IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB SERVICES -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 11:47 AM To: CF-Talk Subject: [OT] - MXDU.com Geoff Bowers of Daemon

RE: Web imposed limits?

2002-08-26 Thread Ilyinsky, Igor
I'm not sure where I get this from, but I believe that Verity (in CF 4.5.1) had a limit of 2GB for indexing. I once had to create multiple indexes for an 8 GB archive. IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB SERVICES -Original Message- From: Jon Hall [mailto:[EMAIL

RE: AOL Email Guidelines?

2002-08-21 Thread Ilyinsky, Igor
looks like the whole info.aol.com is running CF http://webmaster.info.aol.com/index.cfm http://stream.info.aol.com/ http://postmaster.info.aol.com/ IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB SERVICES -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent:

RE: Certification

2002-08-20 Thread Ilyinsky, Igor
I got the green gym bag, never use it. I took the test in 2000 I think, got an Allaire certificate, then when 5.0 came out, they sent a Macromedia certificate. don't know what's to come. IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON -Original Message- From: S.Isaac Dealey [mailto:[EMAIL

RE: ANY Major Company using Cold Fusion

2002-08-16 Thread Ilyinsky, Igor
Uh, we use it... CSFB CSFP DLJ Pershing IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB SERVICES -Original Message- From: Corrine Clark [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 5:16 PM To: CF-Talk Subject: ANY Major Company using Cold Fusion I need some major

RE: Best Practices

2002-08-16 Thread Ilyinsky, Igor
I'd like to hear you say that in front of Ben Forta. -I -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 7:04 AM To: CF-Talk Subject: RE: Best Practices Well it is said that a CFer's weak point is SQL Ade -Original Message- From:

RE: Forms and that darned browser BACK button...

2002-08-14 Thread Ilyinsky, Igor
Is Flash MX an option? You could store all of the answers locally in the flash movie, and then have CF populate the database when the user is done with the form. - No bandwidth or url size issues - No database issues. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED]]

RE: Article: A Wealth of Woe at Macromedia

2002-08-14 Thread Ilyinsky, Igor
I think what we all have to realize is that MX is the first line of products of its kind. I'm sure it is hard for much of the technology world to even fathom that there could be such a tight integration between web development tools from completely different ends of the spectrum. Furthermore,

RE: CFMX Client Variables

2002-08-12 Thread Ilyinsky, Igor
CFMX stores client variables in a different format than older versions of CF. If you are using both CFMX and an older version to access the same Client State Repository, then you will get such issues. I believe this was looked into in MX beta, but don't know the end results. I would just

RE: What's [not] going on?

2002-08-12 Thread Ilyinsky, Igor
You mean the one with Microsoft? -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 11, 2002 1:36 PM To: CF-Talk Subject: Re: What's [not] going on? Ahh... I thought it was a meeting about the merger On Sunday, August 11, 2002, at 10:27 AM,

RE: Stand-alone server

2002-08-08 Thread Ilyinsky, Igor
I could be wrong, but I believe somewhere in the CFMX beta forum an engineer wrote that it was a certain version of Apache that JRun's web server for CFMX was built on. Or I may just be making things up... If so, crack is on me at DevCon. IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON

RE: Passing Application Variables between Applications

2002-07-31 Thread Ilyinsky, Igor
Yeah. ALL the time. -Original Message- From: Al Everett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 12:55 PM To: CF-Talk Subject: RE: Passing Application Variables between Applications CF won't allow you to CFINCLUDE application.cfm or the other default templates

RE: CFLOCK and CFIF

2002-07-31 Thread Ilyinsky, Igor
Assign #session.picks# to a local variable for that comparison. -Original Message- From: Yager, Brian T Contractor/Sverdrup [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 1:16 PM To: CF-Talk Subject: CFLOCK and CFIF Hello list..Another, hopefully, quick question. Is there

RE: Passing Application Variables between Applications

2002-07-31 Thread Ilyinsky, Igor
Usually, I include my Application.cfm file in an Application.cfm page that resides in a subdirectory, so that I have everything available for the scope of the application, yet I can set specific parameters just for that subdirectory. However, if there is no Application.cfm page in that