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


Description

Mandatory property of the QRYLIST tag, in the FIELDVALUE property you specify the field name from which the key 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 "KEY" values will be extracted when creating the list box. Is very common to display in a list box a set of texts and send a different set of values.

The FieldValue property is related with :

QRYLIST
FieldValue


Code examples

See the QRYLIST examples for further information.