CreaTextos is a panel ERROR : 05-09-2017 09:31:34 panelTextosbuttoms.<unnamed> ( Button ) : ButtonPress => saveTextos : manageForm('panelTextos','CreaTextos',3) ( ) => api_datasource.executequery => Component "CreaTextos." is bound to a Datasource but not to a Datasource Column. |
HI Jose, You associated your component with a datasource but with a column in the datasource. I suspect the component is a textLabel or textField. Such a component must be associated with a column, otherwise Formspider cannot figure out what data it should show in the component. For example:
Hope this helps. Kind Regards, |