Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This particular script describes three selection steps through a dataset, 
"Ship type" (represented by the data connected to parameter SHIPTYPE$), 
"Order number" (represented by the data connected to parameter PROJECT$) and 
"Loading condition" (represented by the data connected to parameter CONDITION$parameter CONDITION$).

The "CAPTION" part is the presentation of the questions, the "OPTION" part is the link to the data in the data set that is used.

...

The line "HullForm$" "" in the script tells the system that at least a DETERMINED value of HullForm$ should be available to allow selection of a case. This means, that the result of the selection cannot be empty values for HullForm$, therefor Quaestor will pre-filter all these cases out of the total dataset. The selection of HULLDATA# will contain all other DETERMINEDvalues available in the selected record. Also SHIPTYPE$PROJECT$ and CONDITION$ should  and CONDITION$ should be DETERMINED (thus available) to allow a selection.

...