Marco
Forcing the datasource to load after accepting the prompt but before setting the text should help.
APPLICATION.openPromptDialog(.....);
DS_1.loadDataSource();
TEXT_1.setText(DS_1.getVariableValueText("..."));
Marco
Forcing the datasource to load after accepting the prompt but before setting the text should help.
APPLICATION.openPromptDialog(.....);
DS_1.loadDataSource();
TEXT_1.setText(DS_1.getVariableValueText("..."));