Opens the onscreen Help.
None.
Product  | Supported  | 
FileMaker Pro Advanced  | Yes  | 
FileMaker Go  | Yes  | 
FileMaker WebDirect  | No  | 
FileMaker Server  | No  | 
FileMaker Cloud products  | No  | 
FileMaker Data API  | No  | 
Custom Web Publishing  | No  | 
Runtime solution  | No  | 
FileMaker Pro 6.0 or earlier
This script step is the same as displaying Help in the FileMaker product.
Displays a custom dialog box that asks if the user wants to see the onscreen Help.
Show Custom Dialog ["Do you want to open onscreen Help?"]
If [Get ( LastMessageChoice ) = 1]
	Open Help
End If