- This topic has 1 reply, 2 voices, and was last updated 9 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › ChooseListCOntrol with ParamsSelect bug
Hi,
A testlist field is defined as:
Field_string
{
Prompt: "List"
Control:#( "ChooseList"
list: #("A", "B")
width:20
set: "A"
)
}
and it is used in a TestPrintControl as
Controller
{
Controls:#('Params'
title: "CashBook"
Params: #('Vert'
#('ParamsSelect' testchoose )
)
QueryFormat
{
Query:'tables'
}
)
}
When run, this returns an error – uninitialized member: “ParamsSelectControl_op”
This doesn’t happen if the set member of the field definition is commented out.
Not that I really want the set member, but reporting the bug.
ajith
Thanks for the report.
I think I the set option has some problems when used in RecordControl.
If it does not work it should probably throw an error.