ComponentOne VSView Reporting Edition
Execute Method

Executes a VBScript statement in the current report context.

Syntax

[form!]VSReport.Execute Statement As String

Remarks

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")

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback