[cfaussie] Re: MAD. Who wants pizza?

2011-05-19 Thread Gavin Baumanis
Hi Peter, I will be there - thanks for the reminder, I almost forgot. I am likely to be bring an extra with me, too. Gavin. On May 19, 2:24 pm, Peter Robertson peter.r.robert...@gmail.com wrote: If you're coming to Melbourne Adobe Developers tonight, please RSVP so we can cater. Peter

[cfaussie] Re: ORM relationship to non id column

2011-05-19 Thread Gavin Baumanis
Hi Steve, Am I missing something? Can you not just assign a FKey declaraton and a one-to-many relationship (or whatever relationship type is required)? Or is it that the columns in question are not PK columns? and they are just normal columns in the database? And if this is so, Is there a

[cfaussie] Re: Strange Issues with IE8 / iframes and sessions.

2011-05-19 Thread Gavin Baumanis
Thanks again for the suggestions, my asnwers / comments are inline. On May 19, 9:31 am, MrBuzzy mrbu...@gmail.com wrote: Hi Gavin, initially let's work from the premise that this only happens in IE8 and probably isn't CF related. I can't offer a solution straight up but here's a few things

[cfaussie] Re: ORM relationship to non id column

2011-05-19 Thread Gavin Baumanis
I haven't tried it, But could it be this simple? class name=Item table=ITEM ... set name=bids inverse=true key column=ITEM_ID/ one-to-many class=Bid/ /set /class That is to say, simply declare which column is the one to be joined, with the key / element? Gavin On

RE: [cfaussie] MAD. Who wants pizza?

2011-05-19 Thread Dale Fraser
Well if there is no Pizza then im not coming, I expect 2 pizza's per person. Regards Dale Fraser http://dale.fraser.id.au http://cfmldocs.com http://learncf.com http://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Peter

RE: [cfaussie] Re: ORM relationship to non id column

2011-05-19 Thread Steve Onnis
Im using cfproperty -Original Message- From: Gavin Baumanis [mailto:beauecli...@gmail.com] Sent: Thursday, 19 May 2011 4:57 PM To: cfaussie Subject: [cfaussie] Re: ORM relationship to non id column I haven't tried it, But could it be this simple? class name=Item table=ITEM ...

Re: [cfaussie] MAD. Who wants pizza?

2011-05-19 Thread Barry Beattie
Pizza makes you fat, Dale. Bread, carbs, fats, oils, meats, cheese. Heart-attack candidates. How about a nice hot bowl of Lentil Soup? Grilled Tofu on CousCous? Crispy Celery salad anyone? On Thu, May 19, 2011 at 5:14 PM, Dale Fraser d...@fraser.id.au wrote: Well if there is no Pizza then

RE: [cfaussie] MAD. Who wants pizza?

2011-05-19 Thread Steve Onnis
Hopefully the tucker will be there a little before 7pm so make sure you are there on time :) -Original Message- From: MrBuzzy [mailto:mrbu...@gmail.com] Sent: Thursday, 19 May 2011 2:36 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] MAD. Who wants pizza? Sorry won't be able to

RE: [cfaussie] MAD. Who wants pizza?

2011-05-19 Thread Steve Onnis
Mini pizzas it is then -Original Message- From: Dale Fraser [mailto:d...@fraser.id.au] Sent: Thursday, 19 May 2011 5:15 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] MAD. Who wants pizza? Well if there is no Pizza then im not coming, I expect 2 pizza's per person. Regards

[cfaussie] Re: ORM relationship to non id column

2011-05-19 Thread Gavin Baumanis
Sure, But if you get ORM to create the mapping files for you, Then you can edit the HBMXML file directly. If you go down this path; You do get greater control and and you can use non-cfml texts for creating your mappings. This is what we did. Which doesn't, of course, make it right for you...

[cfaussie] Re: ORM relationship to non id column

2011-05-19 Thread Gavin Baumanis
Hi Steve, Over on the CF-ORM google group is adiscussion exactly yours, But for some reason this one managed to get some responses. http://groups.google.com/group/cf-orm-dev/browse_thread/thread/c0e839afa093cec1 ANyway, It shows that you can indeed use a non PK/FK for making your joins. The

RE: [cfaussie] Re: ORM relationship to non id column

2011-05-19 Thread Steve Onnis
Had not seen that but i got it to work (i think) in the end. I tried mappedby but it seems the other properties were a bit finiky but it worked in the end -Original Message- From: Gavin Baumanis [mailto:beauecli...@gmail.com] Sent: Friday, 20 May 2011 11:22 AM To: cfaussie Subject: