T
TKO
Please help me with this scenario involving 2 InfoPath forms:
Form A: contains 3 items, 1) picture object (field1), 2) a textbox that
stores the base64 string of the picture (field2), and 3) another
textbox to store a name for the picture (field3).
User clicks on the picture object and embeds an image. the value for
field2 is automatically updates with the value from field1. User
enters a name in field3, and saves the form to a SharePoint library.
field2 and field3 are published to the SharePoint library.
I have added 20 forms into the SharePoint form library, so there are
now 20 different pictures
Form B: an independent form sitting on my desktop, not part of any
SharePoint libraries. It contains a blank picture object (test1) and a
repeating table bound to a connection to the above forms library. Each
rown in the table contains a button and 2 fields for each record -
field2 (the picture's name), and field3 (the base64 string)
What I'm trying to do...
Inside FormB, when I click on a button on a specific row, I want to
take the base64 string from that row, and feed that to the blank
picture object on FormB to see the picture. I can't get it to work.
Please help!!
Form A: contains 3 items, 1) picture object (field1), 2) a textbox that
stores the base64 string of the picture (field2), and 3) another
textbox to store a name for the picture (field3).
User clicks on the picture object and embeds an image. the value for
field2 is automatically updates with the value from field1. User
enters a name in field3, and saves the form to a SharePoint library.
field2 and field3 are published to the SharePoint library.
I have added 20 forms into the SharePoint form library, so there are
now 20 different pictures
Form B: an independent form sitting on my desktop, not part of any
SharePoint libraries. It contains a blank picture object (test1) and a
repeating table bound to a connection to the above forms library. Each
rown in the table contains a button and 2 fields for each record -
field2 (the picture's name), and field3 (the base64 string)
What I'm trying to do...
Inside FormB, when I click on a button on a specific row, I want to
take the base64 string from that row, and feed that to the blank
picture object on FormB to see the picture. I can't get it to work.
Please help!!