I am not sure why I am getting this error in the developer.
The valuelist was already created for type: INTEGER
for the dataproviders: stone_color
So it can’t be uses also for type: TEXT for the dataprovider: stone_color
Please check these dataproviders of this valuelist: product$stoneColor
I had wrongly assigned this valuelist to product$stoneColor firstly.
Then I tried to assign this to the correct dataprovider.
But I get the above error message.
Thanks.
Servoy remembers the first assignment. Do you also get this error after a restart?
Yes I get the error after the restart of the developer.
And you are 100% sure that this value list is now used “correctly”?
Yes it is. I mean it is just used for a text field now called stone_color
I have the same problem before. Please check your other form that
use this valuelist. It may attched to different field type.
Kelvin
I’me getting the same problem:
The valuelist was already created for type: INTEGER
for the dataproviders: aborto_repe_bt
So it can’t be uses also for type: TEXT for the dataprovider: rs_tb_pro_esterilidad_tb_tto_prev_ext.fecundacion_bt
Please check these dataproviders of this valuelist: L_Si_no
But dataprovider fecundacion_bt is of type INTEGER. I don’t get why I’m getting this error…
We got it solved.
The field fecundacion_bt was in a portal and the problem was that we’d changed the relation in which it was based, so instead of rs_tb_pro_esterilidad_tb_tto_prev_ext the portal now uses another relation.
Surprisingly, the portal worked fine, and showed the results, but we got this alert every time the form was loaded.
We’ve fixed the dataprovider and now everything works.