Skip to main content
Nintex Community Menu Bar

Loading Picture from SmartObject

  • March 15, 2017
  • 3 replies
  • 39 views

Forum|alt.badge.img+2

I have a form which shows the name and the signiture of the entered user.

The signitures are stored in a smartobject. whenever i load an image, it appeares as a link  instead of an image.

3 replies

Forum|alt.badge.img+15

Hi,

 

In what format is your signature being stored in the database?


Forum|alt.badge.img+2
  • Author
  • Rookie
  • March 15, 2017

the format is jpg

i stored it as attachment file (Binary)


Forum|alt.badge.img+9
  • March 15, 2017

Hi ShIbAh,

 

 

Binary and VarBinary are not  supported dataTypes by k2 services so please store data in text field and then , try to use  DataLabel with Expression  having html Image tag to show it in your view 

 

Example:,

 

 Add column with datalabel in ListView  and check litrel option and add expression as shown in below image

 

 

Supported DataTypes