Using MakeQRBarcodeGraphic in OnRecordStart
I'm trying to see if its possible to use MakeQRBarcodeGraphic in an external JS function that is loaded into OnRecordStart.
The MakeQRBarcodeGraphic function is working fine and returns a Resource but when FindGraphicFrame("frame").SetGraphic(qr); is called, I end up with an error that says it needs to be a graphic resource.
I'm wondering if this is possible or if the only way to get it to work is through a specific graphic rule, otherwise what step am I missing?
|