Testing that - the barcode does not appear in the picture.  

$sheet:="ViewProArea"
VP NEW DOCUMENT ($sheet)
VP SET TEXT VALUE (VP Cell ($sheet;0;1);"BC123456")
VP SET FORMULA (VP Cell ($sheet;0;0);"=BC_QRCODE(A2)")
$obj:=VP Get value (VP Cell ($sheet;0;0))

$vpAreaObj:=VP Export to object ($sheet)
$pic:=VP Convert to picture ($vpAreaObj)  //;VP Cell ($vpAreaObj;0;0))  // 
trying to get the cell pic => error

SET PICTURE TO PASTEBOARD($pic) // the text appears, but not the picture.


> On Feb 21, 2020, at 3:22 PM, Keisuke Miyako via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> 4D View Pro is implemented in a CEF web area.
> its functions are written in JavaScript.
> you can't invoke them without a running form.

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to