Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>calendar()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Calendar()

         Display a calendar

    Syntax:

         Calendar( [nY], [nX], [cColor], [cSunday], [cColorHigh] ) -> dDate

         nY         : Row position
         nX         : Column position
         cColor     : Calendar color
         cSunday    : Sunday's color
         cColorHigh : Selected day color

    Description:

         Display a calendar at the given position and colors.

    Return:

         Selected date if <+ is pressed or Nil if Esc is pressed.

    Example:

         dDate := Calendar ( 5, 20, "N/BG", "R/BG", "GR+/B" )

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