RE: cfx wrapper for c++ dll

2003-06-03 Thread Adam Wayne Lehman
Yeah... looks like you would need to wrap into a COM object. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: DDB Lists [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 8:45 AM To: CF-Talk

Re: cfx wrapper for c++ dll

2003-06-03 Thread Michael Tangorre
If you were to send me the documentation, would you be violating any agreement? I have pretty good C++ experience and would be willing to help if you need. Email me offllist. If you can send me the documentation or API they sent to you. [EMAIL PROTECTED] Mike - Original Message - From:

RedHat 7.2 support (WAS Re: CFMX on Redhat 9 with Apache2 2.0.46)

2003-06-03 Thread John Paul Ashenfelter
- Original Message - From: "Costas Piliotis" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 1:42 PM Subject: CFMX on Redhat 9 with Apache2 2.0.46 > Apparantly I'm not the only one having troubles with this. Everything > AFAIK btw, redhat is gonna stop

WOT: but necessary!

2003-06-03 Thread Ryan Mitchell
Hello This is random, but I need to know if anyone has heard of it, as Ive been searching all day but with no luck. Basically, I want visitors to a site to be able to see their msn messenger contact list if they are logged in.. I know such a thing exists, as when you used to log in to hotmail you

Re: cfx wrapper for c++ dll

2003-06-03 Thread DDB Lists
Yes, client side stuff. Per their docs strictly c++ calls. Not compatible with VB or any other RAD stuff. - Original Message - From: "Adam Wayne Lehman" <[EMAIL PROTECTED]> > Hrmmm... I think we're missing something. Seems odd that tickets.com > would give out a .dll that wasn't a COM obj

RE: Multi Site Installation (Was: Quick note from the CF Team.... )

2003-06-03 Thread Bill Grover
I didn't see any responses so I thought I would throw my miniscule experience in. BTW, this was all done on Updater 2. We went to MX from 4.01 actually without a hitch but only had the default website defined in IIS. Several months later decided we wanted to host another site for some special cu

RE: cfx wrapper for c++ dll

2003-06-03 Thread Adam Wayne Lehman
Hrmmm... I think we're missing something. Seems odd that tickets.com would give out a .dll that wasn't a COM object. Was this .dll intended for client side apps? Did they provide you with any sort of documentation? Is that something you would be able to share? Adam Wayne Lehman Web Systems Develop

Re: Quick note from the CF Team....

2003-06-03 Thread Calvin Ward
I think Tony's point wasn't that he was so great or Mike was not-so-great, but to provide positive feedback to the MM folks that hey, not everyone is having problems. This doesn't diminish Mike's problems, or his friend's problems, but does help provide a balanced viewpoint on the installation iss

RE: # of users online, witch one of these code works best with MX?

2003-06-03 Thread Raymond Camden
The session tracker on cflib is not very obvious. Just look in the right hand corner column and you will see a count of the number ofusers online. As for using the tracker, the zip should show an example of how you register a session (which adds it to the trakcer), and then how to use getSessions()

How to convince your boss to send you to CFUN-03

2003-06-03 Thread Michael Smith
I have received some feedback from some people having difficulty convincing their boss to send them to CFUN-03. Here are ten reasons for going that you can tell them: 1. Two full days of training usually costs $750, CFUN-03 is only $249 - about a third of the cost! 2. To buy books on the 12 ta

QoQ Error in Having Clause when containing an apostrophe

2003-06-03 Thread David Collie (itndac)
Hey all, Using QoQ to get counts of a specific answer within a query with Cold Fusion 5 When it comes across an apostrophe in the cfqueryparam, seems to be throwing error as it is expecting a close of the parenthesis. Have tried also wrapping it in PreserveSingleQuotes but that did not work ei

RE: Can someone help me understand how to import com.allaire.cfx

2003-06-03 Thread Andre Mohamed
Err... Just realized my last post wasn't very helpful. Try this: javac -c {Installation Path}\lib\cfx.jar SimpleMessage.java André -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED] Sent: 03 June 2003 11:10 To: CF-Talk Subject: Can someone help me understand how to impor

RE: Can someone help me understand how to import com.allaire.cfx

2003-06-03 Thread Andre Mohamed
You need to make sure com.allaire.cfx is on your classpath by setting a system variable. Alternatively you can compile with the -c switch specifiying where the library is e.g. Javac -c c:/cfusionmx/lib/ SimpleMessage.java Etc. André -Original Message- From: John McCosker [mailto:[E

Can someone help me understand how to import com.allaire.cfx

2003-06-03 Thread John McCosker
Hi all, Im trying to write a small java app with the view to pulling them in with CF for some tasks suited to the job. This app has been copied straight from "Java for CF Developers", //SimpleMessage.java import com.allaire.cfx.*; import java.util.*; import java.text.DateFormat; public class

RE: Quick note from the CF Team....

2003-06-03 Thread Mike Kear
Jochem, you are brilliant! Go to the top of the class. (but don't take your books because you'll be coming back pretty soon! ) Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 June 2

Re: cfx wrapper for c++ dll

2003-06-03 Thread DDB Lists
nope doesn't work - Original Message - From: "Michael Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 8:20 PM Subject: Re: cfx wrapper for c++ dll > Can you register the DLL on your web server and use cfobject to interact? ~~~

Re: Quick note from the CF Team....

2003-06-03 Thread Jochem van Dieten
Mike Kear wrote: > > Hands up anyone who would have thought not having enough > colours on the server's display settings would have killed an installation?? > Who's going to be brave enough to say they would have picked that? /me waves hands Issue #51673, bagged and tagged on May 20 (which is ex

Resize Flash stage dynamically

2003-06-03 Thread Stavros Tekes
Thanks Mike, That scalemode fixed my problem. I should have though of that, but thats why online communities exist... Thanks again for the help Stavros ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subsc

RE: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Tony Weeg
there you go! well done, see there are always way to do things ;) later. tw -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 11:47 PM To: CF-Talk Subject: Re: a naming '#CFFILE.ServerFile#' question one of my ex's used to tell me that if i cant

Re: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Dave Lyons
one of my ex's used to tell me that if i cant figure something out to go sit on the toilet and it will come to you so the answer was just to add a cfset like so: and all is glorious! d - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECT

Re: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Dave Lyons
no dice my friend:( - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 11:01 PM Subject: RE: a naming '#CFFILE.ServerFile#' question > oh heh, well, then yes, but im not sure...not used > access with cf ever, i have u

Re: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Dave Lyons
oky doky, i will give it a go:0 thanks tony - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 11:01 PM Subject: RE: a naming '#CFFILE.ServerFile#' question > oh heh, well, then yes, but im not sure...not used > access

RE: # of users online, witch one of these code works best with MX?

2003-06-03 Thread Blood Python
Thank you Mr. Raymond. I did not find sessiontracker on cflib, is it with this name? The readme included in the zip file was not very self explanatory, do you have any code with it "in action", so i can learn how to use it? Thank for your time. BP. >From: "Raymond Camden" <[EMAIL PROTECTED]>

RE: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Tony Weeg
oh heh, well, then yes, but im not sure...not used access with cf ever, i have used it with ihtml but not too sure what the reaction with cf and access is. im sure someone else can chime in about that. tw -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED] Sent: Monday, June 0

Re: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Dave Lyons
i gotcha! except it would be max(listingID) AS newID correct? just an access db, im not a big shot yet! haha - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 10:50 PM Subject: RE: a naming '#CFFILE.ServerFile#' quest

RE: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Tony Weeg
and thats why i transactionalized that puppy, so that no other insert statements could generate that same identity when setting the value of it. tw -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 10:49 PM To: CF-Talk Subject: RE: a naming '#CFFILE

RE: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Tony Weeg
thats what select @@identity does fer ya homey. that gets you the id of the last inserted listing... in the first query make no mention of pictures. just insert the basic property data, then do the other stuff i sent. tw -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED] Sen

Re: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Dave Lyons
the problem with that is that you wont know the listing # until after the files are uploaded and the db insert has started & this comes before the insert. I better go sit on da throne 4 awhile & think about it;) - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EM

RE: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Tony Weeg
ok. i didnt read the ENTIRE thing, but i think its still possible. let me try... do 1 query to get the data about the property in the db first query stuff here. select @@Identity from listings update listings set pict

RE: Quick note from the CF Team....

2003-06-03 Thread Mike Kear
I should also say that ASIDE from the installation hassles a few months ago, once I got it installed, it's been thoroughly reliable and rock solid ever since. In that period I've had virus attacks, a trojan attempt and an unstable MSOutlook, and they've had no affect on CFMX. The only issues I've

RE: Quick note from the CF Team....

2003-06-03 Thread Stacy Young
Cancel that, just saw ur post on the screen colors...lol I would have never of thought of that for MX...but I've seen it before...in tandem with trying to install certain applications via Terminal Services. Glad to hear things are runnin now... Stace -Original Message- From: Stacy Young

RE: Quick note from the CF Team....

2003-06-03 Thread Stacy Young
Mike, I ran into a somewhat similar situation with CF5 and running in distribution mode a couple years back. Unfortunately there are some unlucky folks in unique situations that get the short end of the stick...Anyhow I reluctantly opened a support ticket with MM folks...and to my surprise had a v

Re: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Dave Lyons
thanks a hole;) ur always starting something arent u! haha so to your reply "huh?" lol either way dont i still have to name the cffile.serverfile something different for each 1? - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, Jun

RE: Quick note from the CF Team....

2003-06-03 Thread Stacy Young
Yep, I'm running dev on XP Pro as well...but there's always a magic combination out there in the PC world that can throw a wrench in things...one reason why I'm going MAC soon enuf. ;) -Stace -Original Message- From: Josh Trefethen [mailto:[EMAIL PROTECTED] Sent: Sunday, June 01, 2003 11

RE: Quick note from the CF Team....

2003-06-03 Thread Stacy Young
Folks we're not talking about deploying a nuclear weapon. Fire it up in dev and judge for urself...we've had a couple snags but overall a solid experience. -Stace -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Sunday, June 01, 2003 9:21 PM To: CF-Talk Subject: RE: Qui

RE: Quick note from the CF Team....

2003-06-03 Thread Tony Weeg
nah, tw (tiger woods) or is it tony weeg ;) 3g's it was a nice one! later -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 10:07 PM To: CF-Talk Subject: RE: Quick note from the CF Team Golf tournament, eh. Does your name happen to be Kenny

RE: a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Tony Weeg
dave. get some count of the files that you are uploading,then do a loop use the index var to give it a new iteration number, then make an array of them, you will have sequential namesand from there you can access them by their position in the array. :) tony (the arseholio) -Original Mess

RE: Quick note from the CF Team....

2003-06-03 Thread Mark Leder
Golf tournament, eh. Does your name happen to be Kenny Perry? ;o) Thanks, Mark -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 9:42 PM To: CF-Talk Subject: RE: Quick note from the CF Team damn dude relax. i wasnt pointing fingers, but all

a naming '#CFFILE.ServerFile#' question

2003-06-03 Thread Dave Lyons
i have this multiple file upload wich is all fine except I cant quite figure out what to name the 5 different '#CFFILE.ServerFile#'. I know I have scene but as usually i cant find it. i put in the relevant code. INSERT INTO listings (mlsID, feature

RE: # of users online, witch one of these code works best with MX?

2003-06-03 Thread Raymond Camden
> 1) SessionTracker.cfc from Raymond Camden's Blog > http://www.camdenfamily.com/morpheus/downloads/sessiontracker. The swf file is simply an example of using Flash to call the tracker on _my_ site, not any generic site. If you have any other questions though, let me know. CFLib.org is using it b

RE: Quick note from the CF Team....

2003-06-03 Thread Tony Weeg
damn dude relax. i wasnt pointing fingers, but all those offended, im sorry. i was simply stating that, just like bryan said, SH*T happens, and there has to be a fix, and sometimes its just very elusive. i wasnt on the list all freakin weekend long, i had a golf tournament all weekend (i won!!!)

RE: Before you rush to tell me what to do ... (was: Quick note from the CF Team....)

2003-06-03 Thread Jim Davis
> As for Windows 2003, I father disagree with the opinion that it will not > become > popular for some time. It can be characterized as Windows XP on steroids, > and > combining the stability of Win2k. It has a huge marketing budget, and I > expect > it to be in wide use in a very short time. Wh

Re: # of users online, witch one of these code works best with MX?

2003-06-03 Thread Dave Lyons
yes if you want too see go to http://www.horsenrider.com/horsenrider/index.cfm - Original Message - From: "Blood Python" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 8:57 PM Subject: Re: # of users online, witch one of these code works best with MX? >

Re: # of users online, witch one of these code works best with MX?

2003-06-03 Thread Blood Python
Are you running cfmx? >From: "Dave Lyons" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: # of users online, witch one of these code works best with MX? >Date: Mon, 2 Jun 2003 19:37:57 -0400 > >i've been using pablos and it seems to work really well

Re: Quick note from the CF Team....

2003-06-03 Thread Dana Tierney
::blink:: remind me never to get Mike mad at me. But yeah. What he said. I've been following the thread without comment because gee, I'm a newbie and I don't know, but I have to agree, the cause seems FAR from obvious. Dana Mike Kear writes: > Well how else was I to interpret it? For the last 3

Re: Quick note from the CF Team....

2003-06-03 Thread Dana Tierney
I dunno... this is turning into personal remarks and we are on talk here but uh... I really hate it when I try to discuss a bug and am airily told well, stuff happens. I remember spending a whole weekend trying to set up mysql because the hosting guy said "just type this and it will work," and rush

OT: Contribute Security

2003-06-03 Thread Parker, Kevin
Apologies for the OT. Is anyone aware of any security related issues with Macromedia Contribute. Please contact me off list. ** Kevin Parker Web Services Manager WorkCover Corporation e: [EMAIL PROTECTED] w: www.workcover.com p:+ 61 8 8233 2548 f: +61 8 8233 2282 m: 0418 806 166 *

RE: Array Problem

2003-06-03 Thread David Jones
I just found my problem. I was just using the ArrayNew function incorrectly ArrayNew(len(getRespondents.RecordCount)) Thanks, David -Original Message- From: David Jones [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 7:16 PM To: CF-Talk Subject: Array Problem Can someone help

Re: Quick note from the CF Team....

2003-06-03 Thread Bryan Stevenson
Well I never would have thought it would have screwed a CF server install...but I have seen it mess with custom tags before (CFX_IMAGE)and that was found via a shot in the dark...so it's not totally surprising (other than the fact it should be documented somewhere...but that's a whole different

RE: Quick note from the CF Team....

2003-06-03 Thread Mike Kear
Well how else was I to interpret it? For the last 36 hours I have been trying to get help for the Sysadmin at the datacentre I lease space from, it's 13,000 km away from here. It's not MY system, it's the one I use, and I'm trying to help them get THEIR problem fixed, because (a) I think I should

Re: blank flie field ~again~

2003-06-03 Thread Dave Lyons
thanks, i always forget about that - Original Message - From: "Ian Skinner" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 6:58 PM Subject: RE: blank flie field ~again~ > Oops, Forgot the trim for the annoying user who submits some spaces. I > usually

Re: # of users online, witch one of these code works best with MX?

2003-06-03 Thread Dave Lyons
i've been using pablos and it seems to work really well:) - Original Message - From: "Blood Python" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 7:05 PM Subject: # of users online, witch one of these code works best with MX? > Hi all. > > I'm impleme

Re: Quick note from the CF Team....

2003-06-03 Thread Bryan Stevenson
Whoa Mike...I think ya better calm down. I didn't get that kind of inference from Tony at all. He said "no offence" didn't he. He's just saying "sh!t happens and sometimes it's beyond your control". I'm not using XP but I can also say that I have yet to have a single install issue with MX (alth

Array Problem

2003-06-03 Thread David Jones
Can someone help me with this error? An error occurred while evaluating the expression: codeArray[getRespondents.currentRow] = lvAllAnswerCodeStr Error near line 335, column 16. Cannot set element of indexed object The element at position 1 of the object cannot be set. May be the object is read-o

RE: 'Red Sky' Preview, Known Issues Update, and Installation Supp ort

2003-06-03 Thread Tilbrook, Peter
Same here. That's not to say it still hasn't got problems however. ActivEdit doesn't work for example and I am still finding other issues. Strewth it is FAST though! >> On Monday, Jun 2, 2003, at 15:36 US/Pacific, <[EMAIL PROTECTED]> wrote: > I would not recommend going with it on your producti

Re: 'Red Sky' Preview, Known Issues Update, and Installation Support

2003-06-03 Thread Sean A Corfield
On Monday, Jun 2, 2003, at 15:36 US/Pacific, <[EMAIL PROTECTED]> wrote: > I would not recommend going with it on your production servers. > Explore it > on a dev environment or your local box. As Damon pointed out earlier today, one of the mm.com production servers is already running the Red Sk

RE: Quick note from the CF Team....

2003-06-03 Thread Mike Kear
That's great Tony. Where were you when we were all stumped? We needed your advice back then. I still have all the 110 messages on that issue. Not one from you. I'm sure we could have used your expertise when Dave Watts was ferreting around in my system trying to locate the issue. And Chris Ki

# of users online, witch one of these code works best with MX?

2003-06-03 Thread Blood Python
Hi all. I'm implementing the "number of online users" feature on a website and i got 3 diferent codes to do the same thing. I'm in doubt witch of these would work best (performance and stability) on CFMX. It's an e-commerce website and performance and stability are very important. I need that s

RE: blank flie field ~again~

2003-06-03 Thread Ian Skinner
Oops, Forgot the trim for the annoying user who submits some spaces. I usually code -- Ian Skinner Web Programmer BloodSource Sacramento, CA -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 3:56 PM To: CF-Talk Subject: RE: blank fli

RE: blank flie field ~again~

2003-06-03 Thread Ian Skinner
Actually you could shorten your If statement to You don't need the pounds, doing a Boolean is supposed to be faster then a comparison [form.pic NEQ ""], and unless you really care about form.submit for some other reason, you don't need it at all. -- Ian Skinner Web Programmer BloodSo

RE: 'Red Sky' Preview, Known Issues Update, and Installation Support

2003-06-03 Thread mtangorre
Where is your sense of adventure :-) > Relax Jon, it'll take a loaded gun pressed against my temple to make me > touch my working system after all it took to get it set up. I was > kidding!! > > I learned after the Win95 beta that I'm not one of those who enjoys > cleaning up the mess after

RE: 'Red Sky' Preview, Known Issues Update, and Installation Support

2003-06-03 Thread Mike Kear
Relax Jon, it'll take a loaded gun pressed against my temple to make me touch my working system after all it took to get it set up. I was kidding!! I learned after the Win95 beta that I'm not one of those who enjoys cleaning up the mess after having trial apps on my system. I never join beta p

RE: Quick note from the CF Team....

2003-06-03 Thread Tony Weeg
i have installed cfmx, 10 times at least on a winxp pro dell laptop with iis5 and some xp updates, some of the xp patches, cfmxu3 and guess what *EVERYTHING INSTALLED ABSOLUTELY PERFECTLY WITH NO PROBLEMS** im a firm believer in the term PEBKAC there are just certain things a

Re: blank flie field ~again~

2003-06-03 Thread Dave Lyons
actually i may have gotten it the problem is in this: But I think if i change it to: seems logical after I pulled my head outta my ass! btw charlie, thanks for your article on easycfm.com on query params:) I cant believe what a difference that makes! thats one thing I have scene

RE: Change Serial # in Dreamweaver MX

2003-06-03 Thread Mark W. Breneman
Sorry, I was wrong, it is the second copy of DW that gets message about not being able to run due to serial already in use. MB -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 4:50 PM To: CF-Talk Subject: RE: Change Serial # in Dreamweaver MX

Re: "Red Sky" Preview, Known Issues Update, and Installation Support

2003-06-03 Thread Jochem van Dieten
Mike Kear wrote: > Does anyone think it would be a good idea for me to try installing this > version? After you have made a disk image, yes. Jochem ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscri

Re: 'Red Sky' Preview, Known Issues Update, and Installation Support

2003-06-03 Thread jon hall
I could be wrongbut I sincerely hope that was Mike was being sarcastic after all he has been through :) -- jon mailto:[EMAIL PROTECTED] Monday, June 2, 2003, 6:36:21 PM, you wrote: mrc> I would not recommend going with it on your production servers. Explore it mrc> on a dev environment or

Re: OT - Smart Cards, Credit Cards / Storage Limits

2003-06-03 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > My apologies for the OT post, I am hoping maybe someone has some > experience or knowledge in the following: > I am trying to find out how much data can be stored on the magnetic stripe > on a credit card. IIRC 3 tracks, 79, 40 and 107 characters, but characters are onl

Re: blank flie field ~again~

2003-06-03 Thread Charlie Griefer
No inputs (that I am aware of) are, by their nature, required. Any chance you can post a URL that we can see? I'd like to view the source, as well as see exactly what the error msg says. charlie - Original Message - From: "Dave Lyons" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]

RE: Change Serial # in Dreamweaver MX

2003-06-03 Thread John Wilker
Wow. glad it worked. I can't believe they would move to a model like that. Yikes. I'll have to check with my old coworkers see if they are having problems. Being domain based would explain why I am trouble free. My laptop is not on the work domain. wow -Original Message- From: Ruggiero,

RE: 'Red Sky' Preview, Known Issues Update, and Installation Support

2003-06-03 Thread mtangorre
I would not recommend going with it on your production servers. Explore it on a dev environment or your local box. Mike > Does anyone think it would be a good idea for me to try installing this > version? > > Or stay with a working system and let sleeping dogs lie? > > > Cheers, > Michael K

Need for scheduling tool.

2003-06-03 Thread Matthew Friedman
I am in need of way to send individuals information that they have been scheduled for a meeting in Outlook. I once saw a cf_tag that developed an attachment that went into Outlook. Does anyone know of a tool or a why to do this? thanks Matt Friedman ~~~

RE: Change Serial # in Dreamweaver MX

2003-06-03 Thread Bryan F. Hogan
This is by design. It is a licensing issue. When you buy Dreamweaver MX, or Studio MX it is licensed for one station only. -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 5:50 PM To: CF-Talk Subject: RE: Change Serial # in Dreamweaver MX I

RE: Change Serial # in Dreamweaver MX

2003-06-03 Thread Ruggiero, Kevin D
OK, I changed the serial number on the new guy's installation by updating the registry, and I think that fixed the problem. If it occurs again, I'll post back here to inform people. What was happening before is when I would open up DWMX, I could start working for about 45 seconds, and then I'd ge

RE: "Red Sky" Preview, Known Issues Update, and Installation Support

2003-06-03 Thread Mike Kear
Does anyone think it would be a good idea for me to try installing this version? Or stay with a working system and let sleeping dogs lie? Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3

RE: Array sum question.

2003-06-03 Thread Barney Boisvert
Yeah, it only works on single dimension arrays. WIth your data, you could sum up one of the rows just fine, but not a column. This will do it though: sum = 0; for (i = 1; i LT arrayLen(mytgarray); i = i + 1) sum = sum + mytgarray[i][6]; --- Barney Boisvert, Senior Development Engineer Audi

RE: Change Serial # in Dreamweaver MX

2003-06-03 Thread Mark W. Breneman
I think this automatically close maybe related to install MX studio? We have the same issue here. We have a PC that only gets used as a scanning station, that shares a MX studio number with our "html layout" guy. When we open DW on the scanning station, you hear a gone come from the other side of

Re: CF clarification

2003-06-03 Thread Calvin Ward
I was looking at the second one, and I was struck that the author misused an xml type of organization to help emphasize his point - Original Message - From: "Paul Hastings" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 10:47 AM Subject: Re: CF clari

Re: blank flie field ~again~

2003-06-03 Thread Dave Lyons
nope straight up no nothing, just wont process without it dave - Original Message - From: "Charlie Griefer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 5:25 PM Subject: Re: blank flie field ~again~ > Are you making them required either thru js or some

RE: format excel

2003-06-03 Thread
I found that if you want to implement some of the more advanced functionallity in Excel w/o using COM, you're better of creating an excel sheet using then redirecting to it using . So for example, to implement word wrap: wordwrap.xls http://www.w3.org/TR/REC-html40";>

RE: Change Serial # in Dreamweaver MX

2003-06-03 Thread Ruggiero, Kevin D
> He's probably on a Mac. No, we're running Dreamweaver MX 6.1 on Windows 2000 SP3. We're both on the same Windows network domain, accessing our "Local Site" on the same network drive. Kevin ~| Archives: http://www.houseoffusio

Re: Array sum question.

2003-06-03 Thread S . Isaac Dealey
A 2D array is actually an array of 1D arrays, so... in your example, row1 is an array, row2 is an array, and row3 is an array... So you could get an arraysum on any of those rows by using arraysum(mytgtarray[myrownum]), however, arraysum only works on a single-dimensional array (which mytgtarray

Re: More Refindnocase woes

2003-06-03 Thread W Luke
Donnie to the rescue again; thanks :) Will "Donnie Bachan" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > > > > > > > > > Found #i# > > > > > > > Also, you do n

OT - Smart Cards, Credit Cards / Storage Limits

2003-06-03 Thread mtangorre
My apologies for the OT post, I am hoping maybe someone has some experience or knowledge in the following: I am trying to find out how much data can be stored on the magnetic stripe on a credit card. In addition, smart card technology and smart chips that are now being embedded onto credit cards an

Re: Change Serial # in Dreamweaver MX

2003-06-03 Thread Calvin Ward
It's a new protection scheme that only causes issue if two people are using the same serial at the same time. If your laptop wasn't connected to the network, it wouldn't present a problem. - Original Message - From: "John Wilker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent

RE: Change Serial # in Dreamweaver MX

2003-06-03 Thread John Wilker
Ah. good point. On a mac or rather networked macs DW behaves like that? That would suck for places with lazy desktop support teams (ie my last employer) who just remotely push an app across and keep the unique serials locked away. -Original Message- From: stas [mailto:[EMAIL PROTECTED] S

Re: blank flie field ~again~

2003-06-03 Thread Charlie Griefer
Are you making them required either thru js or some sort of cfform attribute? charlie - Original Message - From: "Dave Lyons" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 1:39 PM Subject: blank flie field ~again~ > I know i asked this before but i ne

Array sum question.

2003-06-03 Thread DURETTE, STEVEN J (AIT)
All, I am trying to do a strange array sum and it won't work. First let me state that the is a multi-dimension array and to give an idea of what it looks like: mytgtarray[row][col] |COL1|COL2|COL3|COL4|COL5|COL6| row 1| 1 | 2 | 3 | 4 | 5 | 6 | row 2| 2 | 3 | 4 | 5 | 6 | 7 | row

Re: Change Serial # in Dreamweaver MX

2003-06-03 Thread stas
He's probably on a Mac. - Original Message - From: "John Wilker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 4:41 PM Subject: RE: Change Serial # in Dreamweaver MX > I don't know of any way to change the serial short of re-installing. It > shouldnn't

Re: "Red Sky" Preview, Known Issues Update, and Installation Support

2003-06-03 Thread Doug White
I did! == Stop spam on your domain, use our gateway! For CF hosting solutions http://www.clickdoug.com ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772 == If you are not satisfied with my service, my job isn't done!

Re: Before you rush to tell me what to do ... (was: Quick note from the CF Team....) --- UPDATE ON MIKE'S ISSUE...

2003-06-03 Thread Doug White
Ahhh, I see! Server purchasers do not as a custom spend a lot on video cards, however, there should have been a big error notice on the screen when that happens. I would be interested in the script or command line code to run the updated in "silent mode" and what configuration options I would ha

Re: Before you rush to tell me what to do ... (was: Quick note from the CF Team....) --- UPDATE ON MIKE'S ISSUE...

2003-06-03 Thread Jochem van Dieten
Damon Cooper wrote: > FYI: (if anyone's keeping track), it looks a lot like the issue Mike's ISP guy was > having was due to running the Updater installer under 16 colors (256 or higher > required, or you can use the "silent installer" with pre-loaded options). What's happening is the updater i

Before you rush to tell me what to do ... (was: Quick note from the CF Team....) --- UPDATE ON MIKE'S ISSUE...

2003-06-03 Thread Damon Cooper
FYI: (if anyone's keeping track), it looks a lot like the issue Mike's ISP guy was having was due to running the Updater installer under 16 colors (256 or higher required, or you can use the "silent installer" with pre-loaded options). The Updater installer would spin CPU at 100% or just exit, I

RE: Change Serial # in Dreamweaver MX

2003-06-03 Thread Dave Watts
> I have a new employee I'm working with in our group, and > the guys who setup his workstation mistakenly entered my > Dreamweaver MX serial # on his machine when installing it > (we have a separate valid serial # for him, but it wasn't > used). Now, when I open up DWMX, if he has it open, it

Re: "Red Sky" Preview, Known Issues Update, and Installation Support

2003-06-03 Thread Doug White
| | Can we get a list of some of the customer defined issues that are being | dealt with? | (The presentation mentioned over 400) | | Or should we just wait for the release notes when Red Sky is out. | | -Gel | One submitted by me is the installation and configuration for different platforms

Re: "Red Sky" Preview, Known Issues Update, and Installation Support

2003-06-03 Thread Jochem van Dieten
Doug White wrote: > > One submitted by me is the installation and configuration for different > platforms issues. It is a PITA to have to jump through hoops after running the > install, doing things like starting/stopping services, editing config files, > manually running multiple batch files, an

RE: Change Serial # in Dreamweaver MX

2003-06-03 Thread John Wilker
I just checked on my two installs. you can see the red number. Didn't change mine since I just have one on me :) Still not sure why one would close. Mine don't do that. Both are on the network. I'm interested to see if this solves the problem. -Original Message- From: Jeff Garza [mailto:

blank flie field ~again~

2003-06-03 Thread Dave Lyons
I know i asked this before but i never really got an answer that worked ? is say i have 5 file fields to upload on a form but the user only uses say 3 of them, if you leave any blank it defaults to an error that says that the file fields are required. It seems to do this before getting to the pr

Re: "Red Sky" Preview, Known Issues Update, and Installation Support

2003-06-03 Thread jon hall
In the past the beta's have had a bug database. It was always a good reference when the beta programs were going, and I imagine the 400 number is the number of customer identified bug fixes in Red Sky. Sign up for the beta and you are hooked up. -- jon mailto:[EMAIL PROTECTED] Monday, June 2,

RE: format excel

2003-06-03 Thread Philip Arnold
> Can I format my excel sheet if I'm using cfcontent or > cfheader? I want to add a word wrap featureI know I can > do it in COM, but I don't want to re-write the page at this > time. Is there anything I can add to make this work? Thanks, How are you creating the layout using CFCONTENT? If yo

  1   2   3   >