• Hello,

    I try to insert a string at the current cursor position. Therefore i use the InputString-method. The text is allways be insertetf at the beginnung of the document, not at the cursor position.

    Can anybody help?

    Gerhard

    • Offizieller Beitrag

    Hi,

    InputString will alsways insert at the current position. I assume somehow the position is reset.

    Maybe you need to call Changing before?

    You can save the position in CPPosition before, call Changing and then apply it again.

    A data sensitive control can behave differently since the first edit (Changing) can cause a reload from the database.

    Make sure your database is in edit mode.

    Julian