I require more than 500 elements in the valuelist . Is it not possible to have more than 500 elements in the valuelist dropdown ? . It is giving a message in the console :
“Valuelist requestors_all fully loaded with 500 rows, more rows are discarded!!” How can this be made possible ?.
Or use a lookup form in a dialogue window.
That’s what we use very often.
Also gives you the possibility to search first to narrow down the list and then select one.
Thanks for your reply . I have made the field type ahead . But still getting the same issue . Because it is attached with the same value list . It is displaying the same message . Before the display type was combobox. I am not getting about the look up form . Actaually my dropdown is displayed in the dialog. I am using servoy 5.2.11.
no it won’t load in more, but the typeahead when you filter will do that.
So it shouldn’t affect anything. Only if you would display that valuelist as a whole (for example in a Combox) then it will only show the first 500
Thanks for your reply . Eventhough I have made the field type ahead . How can I attach the data to the field ? . Is this not possible in servoy ? . Can’t we have more than 500 elements in the valuelist ?
Thanks for your reply . Eventhough I have made the field type ahead . How can I attach the data to the field ? . Is this not possible in servoy ? . Can’t we have more than 500 elements in the valuelist ?
Thanks in advance . Waiting for you feedback.
With a type ahead it doesn’t matter, you can ignore the 500 because it will only show the top 100 or do at once. Depending on the data you type, so you’re filter. But it will show everything, not just at once