提示:此部分只提供英文原文,敬请谅解!
5.90 FAQ-1206 How to recalculate all operations in current project?
Last Update: 10/23/2024
To force recalculation of all operations in the current project (both done and pending ones),
- Select menu Window: Script Window.
- In the Script Window that opens, enter following run commands, highlight them and press Enter to execute:
run -auf 2 1; //dirty all operations in the current project run -p au; //force recalculation
Keywords:recalculate, analysis report, update report, update table styple