well ok, if you say so.  :)  I just remembered I set up some
PeopleSoft styled data on my web site for a Flex orgchart, which needs
updating to Flex 2 GR so no emails about it being broken, eh?  I was
able to use this to put a example together.  You can read it all here
http://www.cubicleman.com/2006/07/11/spry-example/

It runs MUCH faster at work, but there I don't have a shared host and
have access to a monster machine Oracle DB.  This example could easily
be adapted to do a orgchart, roll-up summary reporting, etc.

Now to work on a example not using dynamic tables!  :)

peas...

DK

On 7/10/06, Teddy Payne <[EMAIL PROTECTED]> wrote:
Doug,
That would be a good demo for people to see actually.  A real world example
that uses a data grid drill down.

Teddy


On 7/10/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote:
>
 I messed with Spry last Friday finally.  I built a PeopleSoft
reporting tree 'crawler' in literally about 150 lines of
code..including the SQL, UDF, and doctype declaration.  It works
lightening fast too.  I'll have to build some fake psoft styled data
to share, but the meat of the story is really in these few lines

<tr spry:repeat="empData">
                        <td>{empData::displayname} <img
src="/common/images/down.gif"
onclick="drill('{empData::posnbr}')"/> </td>
                        <td>{empData::emplid}</td>
                        <td>{empData::posnbr}</td>
                        <td>{empData::jobtitle}</td>
                </tr>

looks kind of similar to CF,eh?  Quite a simple approach.

note, by 'Crawler' I mean a employee position crawler displaying a
manger and thier reports with ability to drill up/down the tree, a
fairly common thing in rollup reports around my cube.

DK

On 7/10/06, Andy Powell <[EMAIL PROTECTED]> wrote:
> I am working on an example of using mach-ii and spry to load three
dependent
> cobmo boxes.  I will post it up as soon as it's done, but it's in the same
> vein.
>
> Andy
>
>
> On 7/10/06, Teddy Payne <[EMAIL PROTECTED] > wrote:
> >
> > Charlie,
> > I downloaded the larger Quicktime movie version of the screen cast.  The
> screen cast presented a 15 minute how-to session on using AJAX to call CGI
 > scripts.  Just the presentation was enough to teach someone how to start
> calling asynchronous page requests.  Obviously, we would leverage our
power
> of ColdFusion to replace the CGI scripts.
> >
> > If you are curious about AJAX, I recommend watching this quick video.  I
> guarantee you will want to play it more than once to view the code and use
> it in a working example.
> >
> > Teddy
> >
> >
> >
> > On 7/10/06, Charlie Arehart <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > From our friends at Manning. Saw this and thought it may interest
some:
> > >
> > > Free Screencast: What is Ajax
> > > Get a taste of what Ajax is all about. Watch the entertaining and
> informative four minute overview [ QT7 8MB] [MP4 12MB] or choose the more
> detailed demonstration with examples in our twenty-two minute screencast.
> > >
> > > Of course, they also have one of the top books currently on the topic,
> Ajax in Action. If someone would like to review it, please let me know. I
> will arrange to get it.
> > >
> > > BTW, I plan to create a review area on our site for books and
software,
> so we can take full advantage of offers from publishers and vendors who
give
> away product in exchange for reviews.
> > >
> > > /charlie
> > >
> > >
>
-------------------------------------------------------------
> > > To unsubscribe from this list, manage your profile @
> > > http://www.acfug.org?fa=login.edituserform
> > >
> > > For more info, see http://www.acfug.org/mailinglists
> > > Archive @
> http://www.mail-archive.com/discussion%40acfug.org/
> > > List hosted by FusionLink
> > >
 >
-------------------------------------------------------------
> >
> >
> >
> >
> > --
> > <cf_payne />
> >
> >
>
-------------------------------------------------------------
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @
> http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink
> >
>
-------------------------------------------------------------
>
>
>
-------------------------------------------------------------
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @
> http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink
>
-------------------------------------------------------------


--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------






--

<cf_payne />
-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------


--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to