Fix for CONPY-38:

Fixed documentation: The default mode for scrolling is relative, not
absolute
This commit is contained in:
Georg Richter
2020-01-25 08:38:04 +01:00
parent b29f042047
commit db39c478a3

View File

@ -124,8 +124,8 @@ Cursor methods
Scroll the cursor in the result set to a new position according to mode.
If mode is relative, value is taken as offset to the current
position in the result set, if set to absolute (defult), value states an absolute
target position.
position in the result set, if set to absolute, value states an absolute
target position. The default setting for mode is *'relative'*.
.. method: setinputsizes()