Closed GoogleCodeExporter closed 9 years ago
Similar to Issue 175.
Original comment by kirby.ja...@gmail.com
on 18 Feb 2011 at 3:30
This is possible. See example at:
http://code.google.com/p/opendatakit/source/browse/Widgets.xml?repo=forms
specifically in that form, I think this would give you what you're looking for:
<bind nodeset="/widgets/deviceid" type="string" jr:preload="property"
jr:preloadParams="deviceid"/>
<bind nodeset="/widgets/subscriberid" type="string" jr:preload="property"
jr:preloadParams="subscriberid"/>
<bind nodeset="/widgets/simid" type="string" jr:preload="property"
jr:preloadParams="simserial"/>
<bind nodeset="/widgets/phonenumber" type="string" jr:preload="property"
jr:preloadParams="phonenumber"/>
Original comment by carlhart...@gmail.com
on 28 Feb 2011 at 6:12
Original issue reported on code.google.com by
kirby.ja...@gmail.com
on 18 Feb 2011 at 3:24