Beiträge von fweds

    Hi,

    I'm french so sorry for my poor english.

    I used OCX with Windev and I move cursor to bookmark with command :


    Code
    AX_TextDynamic>>Memo>>TextCursor>>MoveToBookmark(bookmarkVar)

    Now I want to select the bookmark but I don't know the correct syntax. I've tested this :

    Code
    AX_TextDynamic>>Memo>>CurrObj>>Select


    But this command select the last Bookmark add, no the selected bookmark.

    Can you help me ?

    Also, can you help me for the command to remove the selected bookmark ?

    Thanks