.. highlightlang:: us .. index:: DocLoadPage .. _docloadpage: DocLoadPage =========== .. us.tag DocLoadPage NOTREADYENGLISH DocSet New530 :ref:`DocLoadPage` returns the page handle for the given page name. .. function:: hPage = DocLoadPage(hDoc, ssPageName) hPage = DocLoadPage(hDoc, ssPageName, bUpdateFields) .. us.return **Return Value** *hPage* is the page handle. In case of an error *hPage* is 0. .. us.params **Parameters** .. uparam:: hDoc Identifies the document. .. uparam:: ssPageName *ssPageName* is the page name of an existing page in the document. .. uparam:: bUpdateFields If *bUpdateFields* is TRUE (1) the field functions are updated. Default value is FALSE (0). .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.3.0 - New. .. seealso:: :ref:`overview-documents`, :ref:`overview-document-pages`, :ref:`DocSelectPage`, :ref:`DocGetAllPages` :sub:`id-1523772`