Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Grumpfish Library 3.2 - <b>vscrnscrl()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VSCRNSCRL()

    Oh no!  Not another screen trick?! Yes, indeed.  VSCRNSCRL()
    displays your screen in vertical scrolling fashion, forcing
    whatever was already on the screen off from top to bottom.

    To use VSCRNSCRL(), first paint your screen then call HBLINDSAVE()
    as previously described to save your screen to a screen file.

    When you want to restore the screen with the horizontal scroll
    effect, call VSCRNSCRL() as follows:

    VSCRNSCRL(<screen file>)

    Required Parameter

    <screen file> is the name of the file containing the saved screen.

    Sample Usage

    Please refer to the pseudo-code that accompanies the discussion on
    PULL_DRAPE() and SAVE_DRAPE() for tips on how to intelligently
    incorporate VSCRNSCRL() in your program.

    Clipper 5.0 Notes

    The Clipper 5.0 version of this function accepts an optional
    directional parameter (thanks to Evan Davies).

    VSCRNSCRL(<screen file> [, <nDirection> ])

    Optional parameter <nDirection> determines whether the display will
    be pull-down or pop-up.  Pass 1 for pop-up, -1 for pull-down.
    (Default is pull-down.)

See Also: HBLINDOPEN() HSCRNSCRL()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson