Contents | Index | < Browse | Browse >


    LVMOVE    +-Offset|0|#RecordNumber

    This command will visually move a listview, *without* changing
    the current record.

    You can move :

    + or - Offset : Move the display left or right.
                    Ex - LVMove +5

    LVMove 0      : This will have the effect of refreshing a listview's 
                    display. It allows you to HIDE an LV with  SETGAD  
                    and thereby speed up all the actions you take immensly. 
                    When you're done, you SETGAD it on again, and refresh 
                    it with LVMove 0.

    #RecordNumber : will move the LV to the record given.