Dan <mailto:[EMAIL PROTECTED]> wrote:

: At some points I've managed to master moving blocks up from
: bottom to top, but not the other way around as well! Does
: anyone have any hints or tips on the best way to go about
: this? I'm currently scratching my head real hard now to a
: point where I think I'm losing hair!

    Can you show us the relevant code where you have had this
success? It would help me understand what your data structure
and such look like.

    Are you trying to move things about incrementally or all
at once. For example, if the web user wants to move position
5 to position 3 does she have to first move position 5 to
position 4 and THEN move position 4 to position 3 or
is she allowed to just do it in one move?

    What does the form to move positions look like? What form
fields are being returned to the script?


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to