Create Sort By Links In Coldfusion

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Create Sort By Links In Coldfusion

    Hey everyone! I'm not sure who all in the Macromedia ColdFusion Community is
    familiar with ColdFusion, but for a class assignment, I need to create a
    ColdFusion guestbook with two pages: the index.cfm page being the page to view
    the guestbook entries and also doubles as the form handler and addentry.cfm
    being the form to sumbit to the handler.

    I was hoping someone in the community could help me out with two things. The
    first thing is making the Sort By Links work in the index.cfm. The index.cfm
    page has links to where you can Sort By: PostID, Name, Date, and Comments.

    My other question relates to addentry.cfm. Whenever a person doesn't fill in
    their name or comments, it's supposed to redirect back to addentry.cfm, and if
    the user didn't fill in their comments but filled in their name, it would
    automatically fill in their name when they're redirected.

    Anyway, if anyone is able to help me out, I would appreciate it very much. The
    text files for the source code for index.cfm, addentry.cfm, and the SQL i used
    for the database are at [url]http://www.destroyerx.net/guestbook/sql.txt[/url].

    Thank you very much for your time and cooperation everyone!

    Destroyer X

    Destroyer X Guest

  2. Similar Questions and Discussions

    1. Coldfusion Short URL links
      I don't know if this is how macromedia do it, but my guess is that you would use the missing template handler to take any 404s received in the GO...
    2. Create links in flash
      Hello, I have created my website and I have some difficulties to make links in my flash file. You can see my website here : www.123immorent.com...
    3. create a sort on the fly
      I set a sort expression on the column in design mode Then in code I need to be able to change the header text to allow for globalization. When I...
    4. Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB.
      Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB. hi, guys i have asp...
    5. How to create Shell Links on Windows?
      Is there an easy way to create or modify shell links (.lnk) with ruby on windows? I know how to do that in C/C++ or Delphi, and I know that there...
  3. #2

    Default Re: Create Sort By Links In Coldfusion

    Oops - darn web forums.

    [url]http://www.fordwebs.com/homework.txt[/url]

    --
    Ken Ford
    PVII Support Team
    [url]http://www.projectseven.com[/url]
    Team Macromedia Volunteer - Dreamweaver
    Certified Dreamweaver MX 2004 Developer


    "Ken Ford - *TMM* & PVII" <kford@projectseven.com> wrote in message news:d0v728$bm3$1@forums.macromedia.com...
    > See the attached for one way to do it
    >
    > --
    > Ken Ford
    > PVII Support Team
    > [url]http://www.projectseven.com[/url]
    > Team Macromedia Volunteer - Dreamweaver
    > Certified Dreamweaver MX 2004 Developer
    >
    >
    > "Destroyer X" <webforumsuser@macromedia.com> wrote in message news:d0ts67$jit$1@forums.macromedia.com...
    >> Hey everyone! I'm not sure who all in the Macromedia ColdFusion Community is
    >> familiar with ColdFusion, but for a class assignment, I need to create a
    >> ColdFusion guestbook with two pages: the index.cfm page being the page to view
    >> the guestbook entries and also doubles as the form handler and addentry.cfm
    >> being the form to sumbit to the handler.
    >>
    >> I was hoping someone in the community could help me out with two things. The
    >> first thing is making the Sort By Links work in the index.cfm. The index.cfm
    >> page has links to where you can Sort By: PostID, Name, Date, and Comments.
    >>
    >> My other question relates to addentry.cfm. Whenever a person doesn't fill in
    >> their name or comments, it's supposed to redirect back to addentry.cfm, and if
    >> the user didn't fill in their comments but filled in their name, it would
    >> automatically fill in their name when they're redirected.
    >>
    >> Anyway, if anyone is able to help me out, I would appreciate it very much. The
    >> text files for the source code for index.cfm, addentry.cfm, and the SQL i used
    >> for the database are at [url]http://www.destroyerx.net/guestbook/sql.txt[/url].
    >>
    >> Thank you very much for your time and cooperation everyone!
    >>
    >> Destroyer X
    >>
    >
    >
    >

    Ken Ford - *TMM* & PVII Guest

  4. #3

    Default Re: Create Sort By Links In Coldfusion

    With the exception of changing a few things to suit my needs for the assignment, it works perfectly. Thank you so muh for your help!

    Destroyer X
    Destroyer X Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139