C "Reference" Object

The C object is available in script code to expose the Questionnaire Controls in there raw/object format.

C "Reference" Object
The C object is available in script code to expose the Questionnaire Controls in there raw/object format. It is referenced directly by name. "C" ...
Thu, 11 Jun, 2020 at 9:39 AM
C.ButtonClick() method
Causes the questionnaire fire the button click of a button from outside teh actual button event Primary usage is to Simulate a user clicking a button Us...
Thu, 11 Jun, 2020 at 9:39 AM
C.CallingObjectName() property
Value is set to the Name of the object that originated the script execution. If a button the the buttons name, if a calculated value then the name of the C...
Thu, 11 Jun, 2020 at 9:40 AM
C.Refresh() method
Causes the questionnaire main evaluation script to fire to refresh any calculations. Parameters none Return Value none Remarks This routine will not r...
Thu, 11 Jun, 2020 at 9:40 AM
C.SqlTable() function
Internal function to link an SQL table definition. Simulate a user clicking a button Use a button as a reusable script block of code from multiple other ...
Thu, 11 Jun, 2020 at 9:41 AM
C.CurrentPage() method
Reads the Current Questionnaire Page Index. Parameters none Return Value integer - the Zero based Page Index (0= First page, 1=Second page, etc...) Rem...
Tue, 26 May, 2020 at 2:19 PM
C.Height() property
This is a Read/Write Property. Important! Use this property to prevent "flicker/flash/jumping" of controls and to speed up execution of the scrip...
Tue, 26 May, 2020 at 2:20 PM
C.Item() default property
This is a Readonly Property. The direct value cannot be assigned. Gets a control in the Questionnaire directly (as a Control/Object) so that methods beyond...
Tue, 26 May, 2020 at 2:22 PM
C.Left() property
This is a Read/Write Property. Important! Use this property to prevent "flicker/flash/jumping" of controls and to speed up execution of the scrip...
Tue, 26 May, 2020 at 2:24 PM
C.Location() property
You can use this property to get or set both the Top and Left properties by accessing a "point" structure. Basic operation is the same as Top and...
Tue, 26 May, 2020 at 2:25 PM