diff --git a/reference/filepro/functions/filepro-fieldcount.xml b/reference/filepro/functions/filepro-fieldcount.xml index 5cb64b6ae9..8e061192c9 100644 --- a/reference/filepro/functions/filepro-fieldcount.xml +++ b/reference/filepro/functions/filepro-fieldcount.xml @@ -1,12 +1,12 @@ - + filepro_fieldcount Find out how many fields are in a filePro database - - Description + + &reftitle.description; intfilepro_fieldcount @@ -15,8 +15,20 @@ Returns the number of fields (columns) in the opened filePro database. + + + &reftitle.returnvalues; - See also filepro. + Returns the number of fields in the opened filePro database, or &false; on + errors. + + + + &reftitle.seealso; + + + filepro + diff --git a/reference/filepro/functions/filepro-fieldname.xml b/reference/filepro/functions/filepro-fieldname.xml index 44c06e8df8..feecc7dd44 100644 --- a/reference/filepro/functions/filepro-fieldname.xml +++ b/reference/filepro/functions/filepro-fieldname.xml @@ -1,19 +1,40 @@ - + filepro_fieldname Gets the name of a field - - Description + + &reftitle.description; stringfilepro_fieldname intfield_number - Returns the name of the field corresponding - to field_number. + Returns the name of the field corresponding to + field_number. + + + + &reftitle.parameters; + + + + field_number + + + The field number. + + + + + + + + &reftitle.returnvalues; + + Returns the name of the field as a string, or &false; on errors. diff --git a/reference/filepro/functions/filepro-fieldtype.xml b/reference/filepro/functions/filepro-fieldtype.xml index 10f6343cff..2ab1a4c0ad 100644 --- a/reference/filepro/functions/filepro-fieldtype.xml +++ b/reference/filepro/functions/filepro-fieldtype.xml @@ -1,12 +1,12 @@ - + filepro_fieldtype Gets the type of a field - - Description + + &reftitle.description; stringfilepro_fieldtype intfield_number @@ -15,6 +15,27 @@ Returns the edit type of the field corresponding to field_number. + + &reftitle.parameters; + + + + field_number + + + The field number. + + + + + + + + &reftitle.returnvalues; + + Returns the edit type of the field as a string, or &false; on errors. + + + filepro_fieldwidth Gets the width of a field - - Description + + &reftitle.description; intfilepro_fieldwidth intfield_number @@ -15,6 +15,27 @@ Returns the width of the field corresponding to field_number. + + &reftitle.parameters; + + + + field_number + + + The field number. + + + + + + + + &reftitle.returnvalues; + + Returns the width of the field as a integer, or &false; on errors. + + + filepro_retrieve Retrieves data from a filePro database - - Description + + &reftitle.description; stringfilepro_retrieve introw_number intfield_number - Returns the data from the specified location in the database. The - row_number parameter must be between zero - and the total number of rows minus one - (0..filepro_rowcount - 1). Likewise, - field_number accepts values between zero and - the total number of fields minus one - (0..filepro_fieldcount - 1) + Returns the data from the specified location in the database. ¬e.sm.uidcheck; + + &reftitle.parameters; + + + + row_number + + + The row number. Must be between zero and the total number of rows + minus one (0..filepro_rowcount - 1) + + + + + field_number + + + The field number. Accepts values between zero and the total number of + fields minus one (0..filepro_fieldcount - 1) + + + + + + + + &reftitle.returnvalues; + + Returns the specified data, or &false; on errors. + + + filepro_rowcount Find out how many rows are in a filePro database - - Description + + &reftitle.description; intfilepro_rowcount @@ -15,8 +15,20 @@ Returns the number of rows in the opened filePro database. ¬e.sm.uidcheck; + + + &reftitle.returnvalues; - See also filepro. + Returns the number of rows in the opened filePro database, or &false; on + errors. + + + + &reftitle.seealso; + + + filepro + diff --git a/reference/filepro/functions/filepro.xml b/reference/filepro/functions/filepro.xml index 8a62b7acbb..f983cb7531 100644 --- a/reference/filepro/functions/filepro.xml +++ b/reference/filepro/functions/filepro.xml @@ -1,12 +1,12 @@ - + filepro Read and verify the map file - - Description + + &reftitle.description; boolfilepro stringdirectory @@ -21,6 +21,27 @@ ¬e.sm.uidcheck; + + &reftitle.parameters; + + + + directory + + + The map directory. + + + + + + + + &reftitle.returnvalues; + + &return.success; + +