[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 twDateInit( nT, nL, cColor, cwSType, cwFType,;
             cwFColor, lOKPaste )
 ----------------------------------------------------------------------------
     Initializes the calendar display parameters.

       Arguments:

     nT, nL   - 'N' Relative screen coordinates to begin the calendar
                    display. These will be updated if you move it.
                    Defaults to row 2, column 3.

     cColor   - 'C' Clipper colour string. YOU MUST PASS A COMPLETE
                    string, eg., "w/b,gr+/r,,,n/w" The default is the
                    current window colour.

     cwSType   - 'N' TSDWIN Shadow type. Defaults to the current shadow
                    type.

     cwFType   - 'N' TSDWIN Frame type. Defaults to the current frame
                    type.

     lOKPaste - 'L' Logical to allow pasting to gets.

       Return:

     NIL

       Example:

     twDateInit( 2, 3, "gr+/gr,g+/n,,,r+/n", 3, 10, .T. )

See Also: twCalendar()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson