OpenImage

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.

Parameters

int RecordIndex

Index of the record.

See Also 
Org_OpenImageEx, Org_CurrSel_OpenImage, Org_CurrSel_OpenImageEx, Org_GetActiveDataSource

Org_OpenImageEx

Description 

 Org_OpenImageEx(
   int  DataSource,
   int  RecordIndex,
   char *FieldName,
   int  Refresh
);

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

int DataSource

Index of the datasource from which the data are read.

0

The datasource of the left pane.

1

The datasource of the right pane.

int RecordIndex

Index of the record.

char *FieldName

Name or unique name of the field.

int Refresh

Flag to force open next location change.

0

Do not change open next location.

1

Change open next location.

See Also 
Org_OpenImage, Org_CurrSel_OpenImage, Org_CurrSel_OpenImageEx, Org_GetActiveDataSource