Re: Form in CFWINDOW - currently CHEATING to get parent to refresh...

2009-08-01 Thread Les Mizzell
I've still not figured this out. This isn't a do my work for me by posting some code request! I just need a pointer in the right direction. I've been looking at the live docs and miles of AJAX/Javascript code and my head is starting to hurt! Surely it can't be *that* complex! All I need to

Re: Form in CFWINDOW - currently CHEATING to get parent to refresh...

2009-08-01 Thread denstar
A lot depends on how you've got your parent page set up. For things like this, I use a dojo data store and just tell it to update/refresh after the record is edited. That doesn't help you much tho. =] Without knowing how your data is set up, you've got a few options: If it's a table that

Helm 3 and CF7

2009-08-01 Thread Jenny Gavin-Wear
Does anyone have the API web service install .zip for Helm 3 and CF7, please? It's called adminapi_encrypted.zip, according to the docs, and is no longer available on the link provided. I've been trying to get support from Parallels, but it has not been easy going - they sent me the wrong

(ot) FedEx Webservices SSL Changes

2009-08-01 Thread Dave Hatz
We use FedEx web services and it looks like they switched to a new Chained Secure Socket Layer (SSL) Production Certificate today and of course no on my IT staff new about it, which makes for a lovely Saturday afternoon Anyways, I installed the Intermediate Certs on our IIS6 server and we

Re: Form in CFWINDOW - currently CHEATING to get parent to refresh...

2009-08-01 Thread Les Mizzell
denstar wrote: A lot depends on how you've got your parent page set up. Right now, the parent page is a standard query with a loop through returned values. But, it's a test page where I'm trying to work this out so I can apply it to any number of admin systems and easy enough to toss and

Re: Form in CFWINDOW - currently CHEATING to get parent to refresh...

2009-08-01 Thread James Holmes
If you want to have the page stay at the current scroll location and update the data, you're probably better off with an editable grid rather than a separate edit window. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/8/2 Les Mizzell

Re: Form in CFWINDOW - currently CHEATING to get parent to refresh...

2009-08-01 Thread David Mineer
Seems like I had an issue like this and I changed the submit button to just a button (instead of submit) and used ColdFusion.navigate. It has options where you can chose which div to submit the form in and other options. On Sat, Aug 1, 2009 at 3:10 PM, Les Mizzell lesm...@bellsouth.net wrote: