![]()  |  Programming Guide |       ![]()  |  
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.
 
sm_ldb_fld_storecopies data from the specified fields on the current screen to the (possibly) specified LDBs. This function has the following variants:
sm_h_ldb_fld_storespecifies the LDB by its handle. The field data is copied from the field identified by its number in thefield_numberargument.
sm_ldb_fld_get, sm_ldb_name, sm_ldb_handle
![]()
![]()
![]()
![]()