FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 ServerFile.SortField
ホーム • Customization Tools • FCAS • Language Reference • ServerFile.SortField
 
Purpose
Sorts items on the FirstClass server that have been returned by container-oriented methods such as ContainerField and FindFirst/FindNext on a particular field.
Syntax
ServerFile.SortField ( FieldID [, Order] )


FieldID
The ID of the field on which you want to sort.
Order
The order in which to sort the items. This is a number from 1 to 3, where 1 is the primary, 2 the secondary, and 3 the tertiary sort order.
If you don't specify a sort order, it will be primary.

Example
Dim sf as ServerFile
sf.SortField (1023, 2)

 

Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<