Versions Compared

Key

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

...

We will end this tutorial creating a report of each ship. Add the folowing relation to create the report:

Report$= WINWORD$ Report.rtf("Report.doc",0,Ship_no,Lpp,B,T,DISP,GM,Stab,Comf,V_eco,Rt,PE,Efficiency,Journey,Grade)

The WINWORD$() function will create Word files named Report*.doc in your report directory and returns the name of this file to Report$. In multiple case situations a number (*) is added to the name of the document.

So make sure the reports are created, modify Evalution# and add Report$:

...

Make sure Report.rtf can be found.

...