框架将记录加载到记录集的字段数据成员中。
The framework loads the record into the field data members of the recordset.
框架通过替换以前记录的值来刷新字段数据成员。
The framework refreshes the field data members, replacing the previous record's values.
字段数据成员还用于更新当前记录以及添加新记录。
The field data members are also used for updating the current record and for adding new records.
在向导生成的字段数据成员后面添加参数数据成员。
Add your parameter data members after the wizard-generated field data members.
DDX将字段数据成员的数据移动到窗体中的控件。
DDX moves the data from the field data members to the controls in the form.
该记录的字段值存储在记录集对象的字段数据成员中。
The values of this record's fields are stored in the recordset object's field data members.
RFX使用其有关字段数据成员的知识来指定要写的列。
RFX USES its knowledge of the field data members to specify the columns to write.
这些调用指定数据源上的列名与字段数据成员之间的关系。
These calls specify the relationship between a column name on the data source and a field data member.
您直接设置要编辑其值或用来填充新记录的字段数据成员的值。
You directly set the values of field data members whose values you want to edit or that you want filled for a new record.
更新(编辑)记录时,编辑缓冲区用于将记录集的字段数据成员设置为新值。
When you update (edit) a record, the edit buffer is used to set the field data members of the recordset to new values.
RFX和DFX在数据源的当前记录和记录集对象的字段数据成员之间移动数据。
RFX and DFX move data between the current record of the data source and the field data members of a recordset object.
也就是说,框架将合适的字段数据成员用作缓冲区,在该缓冲区中存储记录列的内容。
That is, the framework USES the appropriate field data member as a buffer in which to store the contents of a record column.
将记录集对象的字段数据成员集合在一起组成一个编辑缓冲区,保持一条记录的选定列。
The recordset object's field data members, taken together, constitute an edit buffer that holds the selected columns of one record.
反过来,记录集使用记录字段交换(RFX)在它的字段数据成员和数据源上表中相应的列之间移动数据。
The recordset, in turn, USES record field exchange (RFX) to move data between its field data members and the corresponding columns in a table on the data source.
反过来,记录集使用记录字段交换(RFX)在它的字段数据成员和数据源上表中相应的列之间移动数据。
The recordset, in turn, USES record field exchange (RFX) to move data between its field data members and the corresponding columns in a table on the data source.
应用推荐