On Fri, 22 Feb 2008 23:40:59 GMT, "Stephen Quinn"
<stevejqNO@[EMAIL PROTECTED]
> wrote:
Hello Steve
>> LIEFER->(OrdSetFocus("LIEFADR"))
>What's the INDEX expression for this ORDER??
>
The index:
index on Str(_FIELD->ADR_NR,6) + Descend(Str(_FIELD->LS_NR,6)) tag
LIEFADR
with the Descend(Str(_FIELD->LS_NR,6)) I have at the top the records
with one I first need.
>Is the ADR_NR field the first field in the list??
>
Yes it is
Small question: Do you think it would be better to call only a SkipBlock()
function without the
GoTopBlock() and GoBottomBlock() condition ?
Because GoTopBlock() and GoBottomBlock() are already limited with the
scope top and bottom index.
Something like :
ob:skipBlock := {|x|Skipper(x)}
Regards
Otto


|