Multiple selections on a Flash Form

2005-09-15 Thread MrG
Hi, I have just about got to grips with a Flash form, and now have a drop down list of names which then populates a field with the mobile number of the selected name. I am coming unstuck now when trying to select multiple names, and add each selected mobile to the text field. I currently have

Forms: Populating a text field from a drop down menu

2005-09-14 Thread MrG
Hi all, I'm a bit of a CF newbie, and need a bit of help on something I'm sure is easy to do. I have created a form with a dropdown menu that is populated with the names of staff members from a SQL database. There is also a field in the database that contains each staff members mobile phone nu

ColdFusion platforms : Linux versus Windows 2000

2002-11-29 Thread [mRg]
Hi, I am about to set up a web application which has been developed in ColdFusion on Linux using Microsoft SQL as the backend database. This application is now ready to go live, and we need to decide whether to run the ColdFusion server on Linux or Microsoft Windows 2000, as we have equal know

Re: Can I read IDENTD with CF ?

2002-11-15 Thread [mRg]
I found that 'fsockopen' in PHP does what i need .. ie fsockopen ($ip,113, &$errno, &$errstr, 10); Does anyone know if there is a tool similar to this for ColdFusion ? Regards Stephen Pope - Original Message - From: "S. Isaac Dealey" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]

Can I read IDENTD with CF ?

2002-11-15 Thread [mRg]
Hi Gang Just a little security type question .. was wondering if its possible to grab the ident@ip from a user logging onto a webpage. I can get the ip .. i just need the ident part. I know i need to send a ident request to port 113 (identd) but i was just wondering if anything exists to do th

Re: CFINCLUDE in CFMX so sloooow !

2002-10-11 Thread [mRg]
es the page into > Java classes. That initial slowness is due to the compiler. > > -mk > > -Original Message- > From: [mRg] [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 11, 2002 12:05 PM > To: CF-Talk > Subject: CFINCLUDE in CFMX so slw ! > > >

CFINCLUDE in CFMX so sloooow !

2002-10-11 Thread [mRg]
Lo all ! Just curious as to why in CFMX, when i use CFINCLUDE to bring in other code, the process time of the page shoots up dramatically! I dont remeber this being a problem before in versions 4.5 / 5 ! I have heard that in CFMX it interpretes the page before including and not after includin