Subject | Re: [IBO] Grid sorting not working |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-05-26T23:37:44Z |
Hello Joe,
instead of (Grid)DisplayNames or OrderingItem names, like this:
SERIALMAKE=ITEM=1
SERIALMODEL=ITEM=2
etc.
If you're in the SQL Editor during design, click Create near the
bottom of the OrderingLinks tab and both OrderingItems and
OrderingLinks will be created for you (including descending
orderings). You can always edit them if you want to do some
finetuning.
HTH,
Paul Vinkenoog
> OrderingItemsThe OrderingItems are OK.
> ========================
> Make=SERIALS.SERIALMAKE
> Model=SERIALS.SERIALMODEL
> SerialNum=SERIALS.SERIALNUMBER
> DateReceived=SERIALS.SERIALDATEREC
> Cost=SERIALS.SERIALCOST
> Notes=SERIALS.SERIALNOTES
> OrderingLinksBut the OrderingLinks must mention the field names from the SQL
> ========================
> Make=ITEM=1
> Model=ITEM=2
> SerialNum=ITEM=3
> DateReceived=ITEM=5
> Cost=ITEM=4
> NotesITEM=6
instead of (Grid)DisplayNames or OrderingItem names, like this:
SERIALMAKE=ITEM=1
SERIALMODEL=ITEM=2
etc.
If you're in the SQL Editor during design, click Create near the
bottom of the OrderingLinks tab and both OrderingItems and
OrderingLinks will be created for you (including descending
orderings). You can always edit them if you want to do some
finetuning.
HTH,
Paul Vinkenoog