Org_OpenImage, Org_OpenImageEx
Org_OpenImage
Description
Org_OpenImage(
int RecordIndex
);
Function opens the image of the specified record. The function acts above all records in the active datasource.
See Also
Org_OpenImageEx, Org_CurrSel_OpenImage, Org_CurrSel_OpenImageEx, Org_GetActiveDataSource
Org_OpenImageEx
Description
Org_OpenImageEx( intDataSource
, intRecordIndex
, char *FieldName
, intRefresh
);
Function opens the image of the specified record. 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.
Parameters
See Also
Org_OpenImage, Org_CurrSel_OpenImage, Org_CurrSel_OpenImageEx, Org_GetActiveDataSource