Hi
I need to implement a change of barcode plugin in a database, in order to move from 32 to 64 bit.
Currently we use SFR barcode plugin. The field for the barcode image is an unstored calculation, calling thar barcode function.
I would like to use Geist Barcode Generator.
Is there a simple way to wrap the script "Render Barcode as Base 64 ( dataToEncode )" into a custom function, so it can be used just like sfrbc_Barcode( Barcode ) .
I thought using BaseElements function "BE_ExecuteScript ( scriptName {; fileName ; parameter } )" but it does not return script result directly to be used.
Ideas and suggestion would be appreciateed :-)
I think you are asking the wrong question. It doesn't matter how you call the script. If you want the script to return a result into a field, you must do that in the script itself.