damex_getNextInsertValExp
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the next value in the row. It is used for navigating the value list in the insert row. Call this method after calling damex_getFirstInsertValExp.
long damex_getNextInsertValExp(long hquery)
Parameters for damex_getNextInsertValExp
| Parameter | Type | Description |
| INPUT | ||
| hquery | long | The query handle. |
| RETURN | ||
| long | A handle to the next value in the value list of the insert row. A 0 is returned at the end of the list. | |