JustCode : Ask a read only question

This code will show you how to display a question on the page in Readonly mode.

Metadata(en-AU, Question, label)
    Q1 "This is my text question" text;
End Metadata

and the routing

****************************************
' Designed by : Smarter Dimensions
' Last Updated : 4th August 2009
' ask a read only question
' ****************************************

Routing(Web)

' First way to make a question readonly
Q1.show()

' Second way
QDate.Style.Control.ReadOnly = True
    Q1.ask()

End Routing

Question Example : UnclickWhenFix&ExclusiveSelected

Description : This examples shows how you can un-select a fixed and exclusive response when one of the other responses is clicked.

V601 Author Wizard Files : Click Here Copy entire folder to your templates folder.

Professional IVS File : Click Here, Click File, Import Metadata in professional to load.


Question Example : Auto Select

Description : This example allows you to type into the text box and watch the dropdown list change. This is usefull for very long lists.

Source : Converted from old Verge Free download.

V6 Author Wizard Files : Click Here Copy entire folder to your templates folder.

Professional IVS File : Click Here, Click File, Import Metadata in professional to load.