Org_GetActiveDataSource, Org_GetColumnName, Org_GetColumnNameEx, Org_GetExtension, Org_GetExtensionEx, Org_GetFieldValue, Org_GetFieldValueEx, Org_GetFileFolder, Org_GetFileFolderEx, Org_GetRecordCount, Org_GetRecordCountEx, Org_GetRecursive, Org_GetRecursiveEx, Org_SetExtension, Org_SetExtensionEx, Org_SetFileFolder, Org_SetFileFolderEx, Org_SetRecursive, Org_SetRecursiveEx, Org_SortTablesByNames
Description
int Org_GetActiveDataSource();
This function returns the index of the active datasource.
Return Values
Note
Each of the panes in organizer has its own datasource. The datasource contains visible images, active filter, sorting and grouping.
Description
Org_GetColumnName( intColumnIndex
, char *ColumnName
, intValueLength
);
This function returns the name of specified column in the active datasource.
Parameters
See Also
Org_GetActiveDataSource, Org_GetColumnNameEx
Description
Org_GetColumnNameEx( intDataSource
, intColumnIndex
, char *ColumnName
, intValueLength
);
This function returns the name of specified column in the specified datasource.
Parameters
See Also
Org_GetActiveDataSource, Org_GetColumnName
Description
Org_GetExtension( char *Extension
, intValueLength
);
This function returns the current image file extensions filter of the active datasource.
Parameters
See Also
Org_GetExtensionEx, Org_GetFileFolder, Org_GetFileFolderEx, Org_GetRecursive, Org_GetRecursiveEx
Description
Org_GetExtensionEx( intDataSource
, char *Extension
, intValueLength
);
This function returns the current image file extensions filter of the specified datasource.
Parameters
See Also
Org_GetExtension, Org_GetFileFolder, Org_GetFileFolderEx, Org_GetRecursive, Org_GetRecursiveEx
Description
Org_GetFieldValue( intRecordIndex
, char *FieldName
, intReturnValue
, intValueLength
);
This function retrieves value of the specified record and field. The function acts above all records in the active datasource. Function tries to find a field with the specified name as unique identifier. If fails, then tries to find a field with the specified name. For unique names of each field if the datasource contains file folder images see Comments section.
Parameters
Note
If the datasource points to a file folder, name of the fields can have only one of the following values: Filename, Path, Size, Filedate, Dimensions, Calibration, Optics, Type, SampleID, Author, Description, ImageID, Group, Capturing, Sampling, Location, Date, Conclusion, Info1, Info2.
See Also
Org_GetFieldValueEx, Org_CurrSel_GetFieldValue, Org_CurrSel_GetFieldValueEx, Org_GetRecordCount, Org_GetActiveDataSource
Description
Org_GetFieldValueEx( intDataSource
, intRecordIndex
, char *FieldName
, char *ReturnValue
, intValueLength
);
This function retrieves value of the specified record and field. The function acts above all records in the specified datasource. Function tries to find a field with the specified name as unique identifier. If fails, then tries to find a field with the specified name. For unique names of each field if the datasource contains file folder images see Comments section.
Parameters
Note
If the datasource points to a file folder, name of the fields can have only one of the following values: Filename, Path, Size, Filedate, Dimensions, Calibration, Optics, Type, SampleID, Author, Description, ImageID, Group, Capturing, Sampling, Location, Date, Conclusion, Info1, Info2.
See Also
Org_GetFieldValue, Org_CurrSel_GetFieldValue, Org_CurrSel_GetFieldValueEx, Org_GetRecordCount, Org_GetActiveDataSource
Description
Org_GetFileFolder( char *FileFolder
, intValueLength
);
This function retrieves the current folder of the active datasource.
Parameters
See Also
Org_GetFileFolderEx, Org_GetExtensionEx, Org_GetExtension, Org_GetRecursive, Org_GetRecursiveEx
Description
Org_GetFileFolderEx( intDataSource
, char *FileFolder
, intValueLength
);
This function retrieves the current folder of the specified datasource.
Parameters
See Also
Org_GetExtension, Org_GetExtensionEx, Org_GetRecursive, Org_GetRecursiveEx
Description
int Org_GetRecordCount();
This function returns the number of records in the active datasource.
See Also
Org_GetRecordCountEx, Org_GetActiveDataSource, Org_CurrSel_GetRecordCountEx
Description
Org_GetRecordCountEx(
int DataSource
);
This function returns the number of records in the specified datasource.
Parameters
See Also
Org_GetRecordCount, Org_GetActiveDataSource, Org_CurrSel_GetRecordCountEx
Description
int Org_GetRecursive();
This function returns the flag for scanning subfolders. The flag is read from the active data.
Return Values
See Also
Org_GetRecursiveEx, Org_GetFileFolder, Org_GetFileFolderEx, Org_GetExtensionEx, Org_GetExtension
Description
0 Org_GetRecursiveEx(
int DataSource
);
This function returns the flag for scanning subfolders. The flag is read from the active datasource.
Parameters
Return Values
See Also
Org_GetRecursive, Org_GetFileFolder, Org_GetFileFolderEx, Org_GetExtensionEx, Org_GetExtension
Description
Org_SetExtension(
char *Extension
);
This function changes the current image file extensions filter of the active datasource.
Parameters
Org_SetExtension(".bmp") //it sets extension filter to Windows bitmaps
See Also
Org_SetExtensionEx, Org_SetFileFolder, Org_SetFileFolderEx, Org_SetRecursive, Org_SetRecursiveEx
Description
Org_SetExtensionEx( intDataSource
, char *Extension
, intRefresh
);
This function changes the current image file extensions filter of the specified datasource.
Parameters
Org_SetExtensionEx(0, ".bmp", 1); //it sets extension filter to Windows bitmaps
See Also
Org_SetExtension, Org_SetFileFolder, Org_SetFileFolderEx, Org_SetRecursive, Org_SetRecursiveEx
Description
Org_SetFileFolder(
char *FileFolder
);
This function changes the current folder of the active datasource.
Parameters
See Also
Org_SetFileFolderEx, Org_SetExtension, Org_SetExtensionEx, Org_SetRecursive, Org_SetRecursiveEx
Description
Org_SetFileFolderEx( intDataSource
, char *FileFolder
, intRefresh
);
This function changes the current folder of the specified datasource.
Parameters
See Also
Org_SetFileFolder, Org_SetExtension, Org_SetExtensionEx, Org_SetRecursive, Org_SetRecursiveEx
Description
Org_SetRecursive(
int Recursive
);
This function changes the flag for scanning subfolders. The flag is set to the active datasource.
Parameters
See Also
Org_SetRecursiveEx, Org_SetFileFolder, Org_SetFileFolderEx, Org_SetExtension, Org_SetExtensionEx
Description
Org_SetRecursiveEx( intDataSource
, intRecursive
, intRefresh
);
This function changes the flag for scanning subfolders. The flag is set to the specified datasource.
Parameters
See Also
Org_SetRecursive, Org_SetFileFolder, Org_SetFileFolderEx, Org_SetExtension, Org_SetExtensionEx