Andreas Saeger wrote:
 > Es würde mich auch nicht wundern, wenn per Makro mehr als 3 Felder zum
SortDescriptor eines Datenbankbereichs hinzugefügt werden könnten.

Muss mich korrigieren. Es sind wirklich nur 3 Sortierfelder möglich.

Sub showSortDescriptorMax()
oDBR = thisComponent.DatabaseRanges.getByName("Data")
SD() = oDBR.SortDescriptor
For i = 0 to uBound(SD())
        if SD(i).Name = "MaxFieldCount" then
                print SD(i).Name &": "& SD(i).Value
                exit for
        endif
next
End Sub

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to