400 users using DBSP now!
home -> documentation -> language reference -> FieldText property


Description

Mandatory property of the QRYLIST tag, in the FIELDTEXT value you specify the field name from which the values of a list box element will be extracted (HTML SELECT control).


Syntax

<#DATASET ALIAS="TEST" QUERYID=1>
  <#QRYLIST FieldValue="FieldKey" FieldText="TextToDisplay"/>
<#/DATASET>

 

Applications

The QRYLIST element allows you to easily build combo boxes using the HTML SELECT element. You will use this property to define the field name from which the option values will be extracted when creating the list box.

The FieldValue property is related with :

QRYLIST
FieldValue


Code examples

See the QRYLIST examples for further information.