I´m new at this forum and would like to get an answer to the following issue:
Designing an option form of a report I need a textbox, where one can choose from different options by displaying a dropdown list. The options should come from the field “Code” of the table “Location”. My trial was to define a variable “LocationCode” with type Code (Length 10) and put it at SourceExpr-field in the PropertyList of the Textbox. Hence I assigned “Location.Code” as the TableRelation. Unfortunatly after running this report the Textbox didn’t show a dropdown list.
What happens is: I get a textbox in my request form where I can type anything, but no dropdown-list is shown.
By the way, I use german language setting. In case of date-expressions I already found an issue with an hint to enclose them with < and >. Is there a similar trick here?