Choose the correct order :
-
Report Design (.rod) -> Generate .bas code (.bas) -> Build Executable(.rox) -> Run Report (.roi)-> View Report
-
Build Executable(.rox) -> Report Design (.rod) -> Generate .bas code (.bas) -> Run Report (.roi)-> View Report
-
Report Design (.rod) -> Build Executable(.rox) -> Generate .bas code (.bas) -> Run Report (.roi)-> View Report
-
Build Executable(.rox) -> Generate .bas code (.bas) -> Report Design (.rod) -> Run Report (.roi)-> View Report
The correct Actuate report workflow is: Design the report layout (.rod), generate the BASIC code (.bas), build the executable (.rox), run the report to produce output (.roi), then view the report. Options B and D are incorrect because they attempt to build before design or code generation. Option C is incorrect because it builds before generating the necessary code.