Can't identify the problem
Hi !
I wanted to generate a list for a user so he ca choose the abscissa he wants (for a graph) here is the script :
// Créer une liste des options pour la liste déroulante
options = {"Supplier", "Supplier_Quarter"};
// Créer une boîte de dialogue personnalisée avec une liste déroulante
dlg = New Window("Sélectionnez une abscisse de travail",
<<Modal,
V List Box(
Text Box("Sélectionnez un
...