Sort
Craig McPherson
foundationdatabook at gmail.com
Fri May 16 17:19:45 PDT 2008
You think could do this with a variable...triggered by a button?
local sortDirection
sortDirection="up"
IF sortDirection="up"
sortDirection="down"
ENDIF
CASE sortDirection="up"
field Firstname
sortup
CASE sortDirection="down"
field Firstname
sortdown
ENDCASE
I find it useful to use the option-key for these types of things....
local modKey
modKey=info("Modifiers")
IF modKey=option
field Firstname
sort down
stop
ENDIF
field Firstname
sortup
Craig McPherson
On Fri, May 16, 2008 at 4:26 PM, gef <gef at ascentmagazine.com> wrote:
> Hi all,
>
> In a list views I've attache a procedure on the first name to sort up.
> Is there a way to when I click once it's sorts up and when I click
> again it sorts down ? I am not sure but maybe with the bu†ton value?
>
> _______________________________________________
> Qna mailing list
> Qna at provue.com
> http://provue.com/mailman/listinfo/qna
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://provue.com/pipermail/qna/attachments/20080516/ae0e13d5/attachment.html
More information about the Qna
mailing list