Hi all,
I would like to use the JBarcodeBean on one of my forms, so I put the JBarcodeBean.jar file in my Servoy/beans folder. I have defined an onRecordSelection method that just defines the ‘code’ value of the ‘bean_309’ element to the one contained in the ‘barcode’ field:
elements.bean_309.code = barcode
It works as expected when I develop on the local machine (DB’s served with Servoy Server), but when I point my remote Developer to the server machine, I get an error when loading that form, saying:
org.mozilla.javascript.EvaluatorException: The undefined value has no properties.
The form itself shows an error message at the bean’s location:
error accessing beanjbarcodebean.JBarcodeBean
Seems like the bean is not being uploaded/ is not available to my remote development. I sure hope that I don’t have to copy the same beans on my remote Developer machine that were added to the Server machine…
The Smart Client gives me a similar error when accessing the solution remotely and showing the form in question:
Java class “com.servoy.j2db.dataui.ComponentJLabel” has no public instance field or method named "co…
(sorry, the rest of the message is not visible).
Again, the form itself shows an error message at the bean’s location:
bean missing beanjbarcodebean.JBarcodeBean
In this last case, the bean would necessarily need to be available to the Smart Client for this solution, without the need for any intervention whatsoever.
Can anyone point me to a solution please?
Thanks,
Ben