Closed numeredev closed 1 year ago
Could not reproduce error. How does the TABLE()
need to be created? Not sure what default strings mean here.
Create a table like so:
new content()
content(:, 1) = "These", "are", "my", "options";
dialog content(:, 1) -set type=selectiondialog;
Note: No automatic SW test feasible. Manual testing is sufficient.
SUMMARY
Implements necessary changes for #44
Reviewers: @numere-org/maintainers
IMPLEMENTATION
dialog
using the data in the column of a table.DOCUMENTATION
TESTS BY REVIEWERS