Save the Grid Volume report via Surfer automation

To save a grid volume report from Surfer's Scripter, BASIC automation commands must be used.

There is not a build in method to save any Rich Text Format reports from Surfer. To add your vote for this feature to our suggestion file, please email surfersupport@goldensoftware.com.

 

The BASIC workflow provided below will work on most systems. This workflow uses the BASIC AppActivate command to activate the report window and the SendKeys command to save the report file. Refer to the Surfer BASIC Language Help for more information about the AppActivate and SendKeys commands. 

 

SurferApp.GridData(path1+"demogrid.dat",showreport:=True) 
AppActivate "Surfer - GridDataReport" Wait 1 SendKeys "%fs" + "MyReport.rtf" +"~"

 

Updated November 2021

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.