Subversion Repositories wimsdev

Rev

Rev 4562 | Rev 5921 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32 reyssat 1
!! +var+ +file+
2
$lst_tit checkdata$lst_titend$type_var
4562 bpr 3
  $lst_alias checkdatamodule
4
  $(lst_syntax)checkdata</tt>
32 reyssat 5
  $lst_mean This command is used to check whether datamodules required by
6
  the present module are installed on the server. It returns "yes" if every
7
  required datamodule is installed or if no datamodule is required. Otherwise
8
  it returns the address of the first missing datamodule.
9
  <p>
10
  If your module depends on datamodules to run, declare them in the INDEX
11
  file, then use this command to check the presence of the datamodules. If
12
  the answer is "no", you can take actions to lock further access to your
13
  module and/or show error messages.
5920 bpr 14
  </p>