SetCurTxt Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:16

Description

Set text as current.

Syntax

Page.SetCurTxt

Remarks

Returns list of selection on page.

Code

  Public Sub NewText()

    Dim objectId As Integer = NewFolderObjectDialog("txt", False, "[txt.folderRef]", False)

 

    If Fred.HasActivePage Then

      Page.SetCurTxt(objectId)

    End If

  End Sub

Context

Page designer