Subversion Repositories wimsdev

Rev

Rev 11210 | Details | Compare with Previous | Last modification | View Log | RSS feed

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