0 out of 1 rated this helpful - Rate this topic

ASCENDING Function (TestPage Filter)

Microsoft Dynamics NAV 2013

Gets or sets the order in which to search through a dataset on a test page.

[IsAscending :=] TestPage.Part.Filter.ASCENDING([SetAscending]);

Parameters

TestPage
Type: TestPage

The test page that displays the dataset to search.

Part
Type: Part

The control that contains the dataset you want to search.

Filter
Type: Filter

The filter that is applied to the dataset.

SetAscending
Type: Boolean

The order in which the dataset will be searched. This parameter is optional.

IsAscending
Type: Boolean

The sort order of the dataset.

Type: Boolean

true if the search is performed in ascending order; otherwise, false.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.