Programming Guide



sm_*ldb_fld_*store

Copies data from specific fields to LDBs

int sm_h_ldb_fld_store(int ldb, int field_number);
int sm_n_ldb_fld_store(char *ldbname, int field_number);
int sm_h_ldb_n_fld_store(int ldb, char *field_name);
int sm_n_ldb_n_fld_store(char *ldbname, char *field_name);

ldb
Handle of the LDB to write to.

ldbname
Name of the LDB to write to.

field_number, field_name
Field from which to get data.

Returns

Description

sm_ldb_fld_store copies data from the specified fields on the current screen to the (possibly) specified LDBs. This function has the following variants:

See Also

sm_ldb_fld_get, sm_ldb_name, sm_ldb_handle