Re: How can I use a .Net DLL with CFMX?

2005-12-14 Thread Simon Smith
were looking for a similar solution, however cannot risk moving to BD (lots of existing code needing to be re-tested etc) Is there no neat way of using a dll without resorting to web services ? Seems the extra overhead of TX/RX in a web service is redundant for using a piece of code that may be

Re: printing

2005-10-28 Thread Simon Smith
>> From: Simon Smith [mailto:[EMAIL PROTECTED] >> I'm looking to develop an intranet app, that will print a >> browser page without the "number of prints" etc window >> appearing. I have access to client browser if that helps > >Luckily it is not po

printing

2005-10-28 Thread Simon Smith
HI, I'm looking to develop an intranet app, that will print a browser page without the "number of prints" etc window appearing. I have access to client browser if that helps anyone done anything similar ?? ~| Discover CFTick

Re: CFMX 7 Reserve Words?

2005-10-03 Thread Simon Smith
>This is the exact same code on my machines, running CFMX 7 and the ODBC >is >Microsoft Access. > > >USERNAME="#REQUEST.DSN_USERNAME#" PASSWORD="#REQUEST.DSN_PASSWORD#"> > SELECT > TOP 1 > ApplicationTitle, > ApplicationSlogan, > LoginS

creating war ear files programatically

2005-08-23 Thread Simon Smith
Hi all, Is it possilbe to createa a war / ear file using coldfusion ? I'd like an application to create a "back up" of itself before updates ? ~| Logware (www.logware.us): a new and convenient web-based time tracking applic

Concatenating PDFs

2005-08-02 Thread Simon Smith
Does anyone know if its possible to concatenate 2 or more PDFs in MX? I dont have the original data the PDF was created from, just the PDF. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. St

Re: web services advice

2005-07-15 Thread Simon Smith
ponent) you can easily turn it >into a Webservice (literally one attribute change!) and CF takes care of all >the SOAP interface and generates the WSDL for you. > Have a read and work thru an example you'll be amazed how easy it is. > >Mike > On 7/14/05, Simon Smith <[EM

web services advice

2005-07-14 Thread Simon Smith
Hi, Can anyone recommend a good overview of setting up web services and using SOAP on MX 7.1 ? (I have had MX7 installed by an admin, but no docs or help) Thanks in advance to all ~| Logware (www.logware.us): a new and conveni

Re: i need some java

2004-12-16 Thread Simon Smith
I use this for all my email validation, its not regEx but it works OK for me function isEmail(str) { posAtSign = str.indexOf("@") posDot =str.lastIndexOf(".") end = str.length-1 start = 0 missing = -1 if( str.length == 2) { return false } if( posAtSign == missing || posAtSign == star

blackstone crazyness ?

2004-12-15 Thread Simon Smith
>From MM "With ColdFusion MX, you can already deploy ColdFusion as a Java archive (EAR or WAR file) and then manually deploy your application separately on top of ColdFusion. In Blackstone you will now be able to build a single EAR or WAR file that contains both your application and the entire

Re: CFMX + MySQL Query Problem

2004-12-15 Thread Simon Smith
Hi jamie ... took a look I know its a bit of a fudge but as SQL's letting you down cant you wrap the bit that outputs the results in a Not ideal I know > Simon - Here's the dumps - the GetMatches dump has never returned > results for me (though it seems like it is doing something

Re: blackstone crazyness ?

2004-12-15 Thread Simon Smith
>> > Does this mean that [Blackstone]CF can/will run on a j2ee server >WITHOUT an instance of coldfusion installed? >Yes >> Has anyone done this? >Yes >> Does this mean only your development enviorment needs a CF licence ? >No, Licencing I am hazy on but ask MM > > >-- >Mark Drew > >coldfusion an

cf and DFS

2004-12-15 Thread Simon Smith
Has anyone used coldfusion 5 and windows directory file system? Any problems ? I'm hoping to use DFS to store a large document repository (1000's of single doc = 100 gig+) over several file servers, and use CF to 'serve' out documents to end users. The docs dont need to searched for specifyed

Re: CFMX + MySQL Query Problem

2004-12-15 Thread Simon Smith
although its a little 'windy' can you cfdump the qGetWantedCards query and post it ? also the first and the last 'qGetMatches' cfdumped would be helpful too Cheers Simon >GROUP_CONCAT works only for 4.1+ MySQL versions... >http://dev.mysql.com/doc/mysql/en/GROUP-BY-Functions.html > > >Chee

File retrieval

2004-11-12 Thread Simon Smith
I’m developing a customer facing application that, amongst other things, allows a user to upload and download doc / PDF / zip and other file types. Were expecting a heavy load, up to 40 000 file transfers a day and a total ‘document pool’ of up to a TB. Were considering using a NAS store runn

Collaboration software in CF?

2004-10-12 Thread Simon Smith
I’ve been asked to look into the possibility of using 3rd party software to create a collaborative workspace dynamically for our users. The feature list is below 1) Must be able to support multiple ‘workspaces’ 2) Must be able to digitally ‘sign’ documents 3) Allow users to add/update/delete file

Re: serving images from different domin, good or bad for preformance, any suggestions?

2004-10-05 Thread Simon Smith
However you could have a web server optimised for images ( no CF server etc ) whose only job IS serving images which MAY improve overall performance from the perception of the end user   lots of variables in there, and deployment of an application could become a pain in the arse >I'd be

Coldfusion and C++

2004-10-05 Thread Simon Smith
Hi, I'm an experienced CF/Java/Php developer creating a framework for API calls in C++ (it needs to be in C++ for historic reasons) Are there any pitfalls using the cfx tags to integrate Coldfusion and C++? Has anyone got any advice on this ? Legal Marketing Services Ltd. LMS House, Lloyd Driv