Read data from single-record SQL result set to controls identified by tags of form "Bx:FieldName" where x is the group number Optionally "Rx:FieldName" reads the data but does not write it later (good for comparison copies of data for 'dirty' checks) Error occurs in ODBCDirect workspace connection dbOpenForwardOnly recordset where a memo column is returned In this case, call with UseExtendedRSType=true
The target form.
The SELECT statement defining the data to be read
The binding group. Multiple binding groups may be used to read several different datasets to the same form
Deal with ODBCDirect workspace connection dbOpenForwardOnly recordset where a memo column is returned
Don't display a message if an error occurs
xf.Controls.ReadBoundControlsFromDb dbs, me, "SELECT * FROM Category", 3