VSView Reporting Edition Reference > VSReport Control > VSReport Methods > Execute Method |
Executes a VBScript statement in the current report context.
[form!]VSReport.Execute Statement As String
This method is similar to the Evaluate method, except it does not return a value. For example, the following statement would move the field "Line106" one inch to the left:
vsr.Execute("Line106.Left = Line106.Left + 1440")