[cfaussie] Re: CF calling MS Fax COM

2007-04-04 Thread Nathan Drury
Rod What error message do you get back? I'm having difficulties with COM at the moment too and will post about them here. On Apr 3, 5:19 pm, rod higgins [EMAIL PROTECTED] wrote: Hi, I'm having a problem talking to the MS Fax service object. My code below fails on the last line while trying

[cfaussie] Re: CF calling MS Fax COM

2007-04-04 Thread Mike Kear
I use an external service and have absolutely no problems at all - its as simple as sending an email. Why do you need to use MSFax? You can send coversheets as well as word docs or PDFs as faxes if you want. it's a piece of cake, and fast. And totally scalable up to thousands of pages a

[cfaussie] Re: CF calling MS Fax COM

2007-04-04 Thread Rod Higgins
Hi Mike, Is it a cost per service arrangment? Our client wouldn't be interested if that is the case. They have a dedicated fax line in place and wish to use it for this internal app server. Also the information is confidential in nature (I know, I know, so why fax u ask??) so there want nothing

[cfaussie] Anyone had success accessing COM objects using Java Stubs?

2007-04-04 Thread Nathan Drury
G'day I'm trying to access a COM object for the web server extensions for Pegasus' Prizm Viewer (http://www.pegasusimaging.com/prizmviewerhelp/ web-server.htm) Pegasus provides an ActiveX DLL (AnnCGI) and some ASP code that accesses that DLL and actually works. Of course, we don't want to use

[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Darren Tracey
Hi Grant I'm sorry, but I'm not entirely up on what ZoomFlex is, does and costs. Is this training of use if, for some reason, you choose not to implement the ZoomFlex framework? (ie is it generic Flex training or specifically ZoomFlex training?) Are there any costs associated with using this

[cfaussie] Re: cfcharts in cfforms

2007-04-04 Thread Greg Misdom
Hi Bryce, http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:41030 based on the link above, I was able to get the example below working, hope that helps. (I think it's on cf 7.01) cfchart format=flash name=myChart chartheight=400 chartwidth=700 showxgridlines=no

[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Grant Straker
Hi Darren, ZoomFlex is an application that brings together server and client side development when building Flex applications. It includes a comprehensive client side Flex framewok as well as a server-side object framework. It does cost and also requires ColdFusion (which we package in through

[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Robin Hilliard
I have taken this offline with Dale. __ Robin Hilliard On 04/04/2007, at 3:01 PM, Dale Fraser wrote: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send

[cfaussie] Re: getPageContext().forward() issue

2007-04-04 Thread Steve Onnis
FORM is a shared scope though.isnt it? _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Wednesday, 4 April 2007 6:57 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: getPageContext().forward() issue It should retain your shared

[cfaussie] Re: getPageContext().forward() issue

2007-04-04 Thread Mark Mandel
Yeah, it should send form across. Mark On 4/4/07, Steve Onnis [EMAIL PROTECTED] wrote: FORM is a shared scope though.isnt it? -- *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mark Mandel *Sent:* Wednesday, 4 April 2007 6:57 PM

[cfaussie] Re: getPageContext().forward() issue

2007-04-04 Thread Steve Onnis
Anyone try it for me? _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Wednesday, 4 April 2007 7:06 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: getPageContext().forward() issue Yeah, it should send form across. Mark On 4/4/07,

[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread M@ Bourke
No offense and it sounds anti-Adobe but Certifications aren't that exciting these days, Macromedia ones were kind of worthwhile but bit fragmented nowdays (sorry). I'd disagree strongly. every job I've gotten since my certification, my certification has been brought up by the employer. they

[cfaussie] Web on the Piste Registration open

2007-04-04 Thread Grant Straker
Hi All, We are now taking registrations for Web on the Piste through the site www.webonthepiste.com. It only cost AU $395 (NZ $450) on the earlybird pricing plan and we are trying to package in a day or two complementary ski pass into the price but will keep you posted on that. The conference

[cfaussie] Re: WSE Security - anyone have any experience with it?

2007-04-04 Thread Mike Kear
Thanks Shane, this is indeed very helpful. The plan is at business plan stage now. I was asked does this WSE Security thing mean it's going to be doable if we go ahead or not? The management people are discussing all the business and legal aspects of the two sites working together, and if they

[cfaussie] Blog

2007-04-04 Thread Justin Mclean
Hi, After a few gentle pokes from certain peope I've decide to start my own blog: http://blog.classsoftware.com I've just put up a ColdFusion custom tag for converting plain text addresses into hCard microformats. http://blog.classsoftware.com/index.cfm/2007/4/4/ColdFusion-hCard-Microformats

[cfaussie] Re: Blog

2007-04-04 Thread Andrew Muller
Congrats! You'll have to get Geoff to add you to the Goog! On 05/04/07, Justin Mclean [EMAIL PROTECTED] wrote: Hi, After a few gentle pokes from certain peope I've decide to start my own blog: http://blog.classsoftware.com I've just put up a ColdFusion custom tag for converting plain

[cfaussie] Re: Blog

2007-04-04 Thread Raymond Camden
Can you add your blog here please: http://ray.camdenfamily.com/index.cfm/2005/10/26/Call-to-BlogCFC-Users On 4/4/07, Justin Mclean [EMAIL PROTECTED] wrote: Hi, After a few gentle pokes from certain peope I've decide to start my own blog: http://blog.classsoftware.com I've just put up a

[cfaussie] Re: Blog

2007-04-04 Thread Justin Mclean
Hi Ray, Done so and thanks for use of your BlgCFC software - it's very easy to customise. BTW is there a way to submit enhancements/fixes to your blog.CFC code? I fixed a minor date issue with the RSS feed and played about with the code formatting so it could better colour code cfscript and

[cfaussie] Re: Date format

2007-04-04 Thread paulineb
Tom, If you use the following, which is an extract from a component I wrote to convert Active Directory account expiry filetime to utc time, you get quite different results. AD stores dates as nanoseconds since 1/1/1601, but I'd say that these dates are probably seconds since 1/1/1970 or

[cfaussie] Re: Blog

2007-04-04 Thread Andrew Scott
Blogcfc.riaforge.com Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Justin Mclean Sent: Thursday, 5 April 2007 11:18 AM

[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Allan Browning
Getting away from the certificate discussion, is there any show of hands from Brisbane that would be interested in the flex training. My hand is up. Having come from primarily an ASP background with some self taught coldfusion I am interested in learning a framework that will help me deliver

[cfaussie] Re: Date format

2007-04-04 Thread Tom MacKean
For anyone still interested in this thread, I thought I might show my final conclusions... The database is called Bluechip (a product of HCN, the folks who brought you Medical Director) and anyone working in the health industry may come across it. To get a date from a Bluechip date integer

[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Haikal Saadh
I put my hands up for Brisbane... a lovely city ; ) (That's an 'interested' hand, though, not a 'commited' hand). Allan Browning wrote: Getting away from the certificate discussion, is there any show of hands from Brisbane that would be interested in the flex training. My hand is up. Having

[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Blair McKenzie
I'm interested. Blair On 4/5/07, Haikal Saadh [EMAIL PROTECTED] wrote: I put my hands up for Brisbane... a lovely city ; ) (That's an 'interested' hand, though, not a 'commited' hand). Allan Browning wrote: Getting away from the certificate discussion, is there any show of hands from

[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Grant Straker
I've had a quick catch up with Indy and we could do 26/27th April in Brisbane for Flex training with the same details as the Sydney course. Can you email me off list if you are interested and I'll see if we can get something sorted. Cheers Grant On Apr 5, 2:30 pm, Haikal Saadh [EMAIL

[cfaussie] Unable to retrieve collections from the Search Service.

2007-04-04 Thread Sean Bucklar
I've got a box reporting the following when I try and view the verity collections menu in the cfadministrator. Unable to retrieve collections from the Search Service. Please verify that the ColdFusion MX Search Server is installed and running. The search server is indeed up and running. I've

[cfaussie] outputting recordset

2007-04-04 Thread Taco Fleur
Hi all, I have a problem I can't seem to get my head around, any help is appreciated. I need to output a recordset in a table, infinite rows, and maximum 3 columns in width. Output need to be as following though; 1 - 7 - 13 2 - 8 - 14 3 - 9 - 15 4 - 10 - [] 5 - 11 - [] 6 - 12 - [] -- Taco

[cfaussie] Re: outputting recordset

2007-04-04 Thread Dale Fraser
So are you saying a fixed number of rows 6 Or a fixed number of columns 3? Regards Dale Fraser http://dale.fraser.id.au/blog _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Taco Fleur Sent: Thursday, 5 April 2007 2:33 PM To:

[cfaussie] Re: outputting recordset

2007-04-04 Thread Seona Bellamy
On 05/04/07, Dale Fraser [EMAIL PROTECTED] wrote: So are you saying a fixed number of rows 6 Or a fixed number of columns 3? I believe the line in the original email was: I need to output a recordset in a table, infinite rows, and maximum 3 columns in width. I'm more interested in

[cfaussie] Re: outputting recordset

2007-04-04 Thread Taco Fleur
That would be, but trying to get a point across. 1 - 7 - 13 2 - 8 - 14 3 - 9 - 15 4 - 10 - 16 5 - 11 - 17 6 - 12 - [] On 4/5/07, Steve Onnis [EMAIL PROTECTED] wrote: wouldnt that be 1 - 6 - 11 2 - 7 - 12 3 - 8 - 13 4 - 9 - 14 5 - 10 - 15 ? --

[cfaussie] Re: outputting recordset

2007-04-04 Thread Steve Onnis
wouldnt that be 1 - 6 - 11 2 - 7 - 12 3 - 8 - 13 4 - 9 - 14 5 - 10 - 15 ? _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Taco Fleur Sent: Thursday, 5 April 2007 2:33 PM To: cfaussie@googlegroups.com Subject: [cfaussie] outputting recordset Hi all, I

[cfaussie] Re: outputting recordset

2007-04-04 Thread Andrew Scott
Taco, Doesn't Mod 3 work for you? Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Taco Fleur Sent: Thursday, 5 April 2007 3:03 PM To:

[cfaussie] Re: outputting recordset

2007-04-04 Thread Taco Fleur
this is what I currently have, which is not what I am after as it produces 1 2 3 4 5 6 7 8 9 10 11 12 etc variables.column = 3; variables.row = ceiling( rsSubCategory.recordCount / variables.column ); table border=0 cellspacing=0 cellpadding=0 id=category caption

[cfaussie] Re: outputting recordset

2007-04-04 Thread Pete
this should helpremember a query can be treated as an array, so you'll be able to substitute your code into this without too many problems. !--- setup some data --- cfset a=arraynew(1) / cfloop index=i from=1 to=17 cfset a[i] = i / /cfloop !--- determine bounds --- cfset