RE: so what am I doing wrong?

2004-01-24 Thread Robby L.
And what is the definition of the field you are trying to update? - memo IIRC, cf_sql_longvarchar is the datatype you're looking for. On that note, I *believe* char and varchar actually play nicely instead of choke upon implementation. It's just when you pass the 255 character mark is when it

Re: wanted features (was Re: (Admin) disclosure)

2003-09-18 Thread Robby L.
IMAP was the enhancement most voted for during the RedSky beta. Further I am missing SNMP. And naturally we want secure versions of POP, IMAP and SMTP. Jochem agreed, a couple of features I wouldn't mind having Schema support CFML tags following xml conventions (eg cfelse /) a closer

Re: (Admin) List upgrades

2003-09-16 Thread Robby L.
I vote No for HTML email just because I don't ever want to receive it :-)... but following on from Rachel's email... Those that receive in Digest form would probably benefit from the option of HTML email as it can get a bit messy with the all the messages digested into one I get cf-talk

RE: Mach II 1.0 released

2003-08-14 Thread Robby L.
I'm on digest mode so I might be behind in replying, but I hope I can help on the mach-ii install issues You're not tied at all when it comes to the placement of files. Though when you first open the box it might not appear so, . everything out of the framework is configureable. If you're

Re: CF-Talk: Digest every 6 hours

2003-08-14 Thread Robby L.
I'm on digest mode so I might be behind in replying, but I hope I can help on the mach-ii install issues You're not tied at all when it comes to the placement of files. Though when you first open the box it might not appear so, . everything out of the framework is configureable. If you're

arrays of xmlelements function..

2003-07-02 Thread Robby L.
Ok, I was wondering if I could get some help on something I'm trying to accomplish. I'm trying to build a function that takes an array of xmlelements, whether its from an xmlsearch() - xpath expression, or the -.xmlchildren and builds an xmldoc object, or an xmlelement object to be used somewhere

Re: CF-Talk: Digest every 6 hours

2003-02-24 Thread Robby L.
Sorry about the late reply, thanks Stephen, worked like a charm. Peter, you requested the correct code when it was found . it's below :o). One more question regarding xml /cfmx, is I may.. I have the following loop.. cfscript for (i=1; i lte arraylen(count_dropdowns_t); i=i+1) {

xml woes

2003-02-17 Thread Robby L.
I'm writing in hopes to see what I'm doing wrong when trying to manipulate an xml doc. The problems comes with deleting, and I'm running in loads of problems. an example of the xml doc : dropdowns drop name=abba drop_itema/drop_item drop_itemb/drop_item drop_itemc/drop_item drop_itemd/drop_item

xml woes

2003-02-17 Thread Robby L.
=messagesthreadid=21587forumid=4#108995 Have you tried using any of the new XML tags in CFMX yet? Peter -Original Message- From: Robby L. [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 5:36 AM To: CF-Talk Subject: xml woes Importance: High I'm writing in hopes to see what I'm doing

Xml, and attributes..

2003-02-09 Thread Robby L.
Hello all, . I had a couple questions on the cfmx xml side of things hopefully someone could give me some insight on. I have a potential contract comming up and it's heavy on the xml side of things, so I'm doing a few fill me in litle projects trying to learn how to manipulate the object. Now

XML Primer Request (basic)

2003-01-21 Thread Robby L.
And if it is CFMX that you're working with, along with the pdf I'd heavily suggest this page : http://localhost:8500/cfdocs/Developing_ColdFusion_MX_Applications_with_CFML/XML7.html in your docs ,.. (of course depending on how you installed it) It's often over missed, but since its giving you

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Robby L.
'I've' built a file system using cfcs and keeping in the cfscript syntax instead of the tag based, and it's served me well. I understand the thoughts of having a mapping or dedicated folder for udfs, . but how would that fair with efficiency? I don't know the logistics of it, but seeing how