diff --git a/reference/paradox/functions/px-close.xml b/reference/paradox/functions/px-close.xml index ad9add3d9b..7534531646 100644 --- a/reference/paradox/functions/px-close.xml +++ b/reference/paradox/functions/px-close.xml @@ -1,5 +1,5 @@ - + @@ -19,6 +19,31 @@ + + &reftitle.parameters; + + + + pxdoc + + + Resource identifier of the paradox database + as returned by px_new. + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + &reftitle.returnvalues; @@ -31,7 +56,6 @@ px_open_fp - another_func The example at px_new diff --git a/reference/paradox/functions/px-delete.xml b/reference/paradox/functions/px-delete.xml index db6cc440a6..1cd7e05ab3 100644 --- a/reference/paradox/functions/px-delete.xml +++ b/reference/paradox/functions/px-delete.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,23 @@ + + &reftitle.parameters; + + + + pxdoc + + + Resource identifier of the paradox database + as returned by px_new. + + + + + + + &reftitle.returnvalues; diff --git a/reference/paradox/functions/px-get-field.xml b/reference/paradox/functions/px-get-field.xml index c985bb8efe..2d97be0e7b 100644 --- a/reference/paradox/functions/px-get-field.xml +++ b/reference/paradox/functions/px-get-field.xml @@ -1,5 +1,5 @@ - + @@ -16,6 +16,33 @@ + + &reftitle.parameters; + + + + pxdoc + + + Resource identifier of the paradox database + as returned by px_new. + + + + + fieldno + + + Number of the field. The first field has number 0. Specifying a field + number less than 0 and greater or equal the number of fields will + trigger an error. + + + + + + + &reftitle.returnvalues; diff --git a/reference/paradox/functions/px-update-record.xml b/reference/paradox/functions/px-update-record.xml index c3471e5b27..fee68e0213 100644 --- a/reference/paradox/functions/px-update-record.xml +++ b/reference/paradox/functions/px-update-record.xml @@ -1,5 +1,5 @@ - + @@ -15,6 +15,22 @@ arraydata intnum + + + Updates an exiting record in the database. The record starts at 0. + + + The record data is passed as an array of field values. The elements in + the array must correspond to the fields in the database. If the array + has less elements than fields in the database, the remaining fields + will be set to null. + + + + This function is only available if pxlib >= 0.6.0 is used. + + + @@ -50,14 +66,6 @@ - - This function updates a record in the database. - - - - This function is only available if pxlib >= 0.6.0 is used. - -