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
>> 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
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
>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
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
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
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
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
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
>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
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
>>
> 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
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
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
Im 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
Ive 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
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
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
18 matches
Mail list logo