diff --git a/reference/paradox/functions/px-set-parameter.xml b/reference/paradox/functions/px-set-parameter.xml index 21337197f5..9bde27b626 100644 --- a/reference/paradox/functions/px-set-parameter.xml +++ b/reference/paradox/functions/px-set-parameter.xml @@ -1,5 +1,5 @@ - + @@ -28,6 +28,8 @@ pxdoc + Resource identifier of the paradox database + as returned by px_new. @@ -35,7 +37,8 @@ name - name can be one of the following. + Depending on the parameter you want to set, name + can be one of the following. @@ -71,6 +74,9 @@ value + The value of parameter to set. For inputencoding and targetencoding + this must be the name of the encoding as understood by iconv or + recode, e.g. iso-8859-1, utf-8, cp850.