Article ID: 104884
Article Last Modified on 12/3/2003
Structure --------- TYPE C 12 ID C 12 NAME C 24 READONLY L 1 CKVAL N 6 DATA M 10 UPDATED D 8
TYPE should be replaced with the string "DATA".
ID should be replaced with the string "DIARYDATA".
NAME should be replaced with DTOS(<mdate>), where <mdate> is the
date to be selected in the calendar. The data in NAME should be
character type data and have the format YYYYMMDD.
DATA should be replaced with the text to be displayed in the diary.
DATA is a memo field. To place data in a memo field, you can use
the APPEND MEMO command.
CKVAL should be replaced with VAL(SYS(2007,DATA)). SYS(2007)
returns a character expression, in this case the checksum value of
the memo field.
UPDATED should be replaced with the DATE() function (system date).
Additional query words: VFoxWin FoxDos FoxWin 2.50 2.50a 2.50b calendar appointment modify alter change
Keywords: KB104884