Navigation:  Functions > Enum Functions >

DaoCollatingOrderEnum() Function

Previous pageReturn to chapter overviewNext page

Purpose

Returns a 2-dimensional array with all the values of the CollatingOrder Enum.

 

Description

Every row in this array has 2 values:

The numeric value of the Enum value
A text representation of this value

 

This array can be used to validate values, and to print a ,meaningful description of the values during debugging

You can pass this array tro the DaoEnum2Str() function to convert the value of an Enum to a string

 

ConstantSort order        
dbSortGeneralGeneral (English, French, German, Portuguese, Italian, and Modern Spanish)        
dbSortArabicArabic        
dbSortChineseSimplifiedSimplified Chinese        
dbSortChineseTraditionalTraditional Chinese        
dbSortCyrillicRussian        
dbSortCzechCzech        
dbSortDutchDutch        
dbSortGreekGreek        
dbSortHebrewHebrew        
dbSortHungarianHungarian        
dbSortIcelandicIcelandic        
dbSortJapaneseJapanese        
dbSortKoreanKorean        
dbSortNeutralNeutral        
dbSortNorwDanNorwegian or Danish        
dbSortPDXIntlParadox International        
dbSortPDXNorParadox Norwegian or Danish        
dbSortPDXSweParadox Swedish or Finnish        
dbSortPolishPolish        
dbSortSlovenianSlovenian        
dbSortSpanishSpanish        
dbSortSwedFinSwedish or Finnish        
dbSortThaiThai        
dbSortTurkishTurkish        
dbSortUndefinedUndefined or unknown        

 

 

Returns

Array

 

See Also

DaoEnum2Str()

Database:CollatingOrder

DaoField:Collatingorder