Perfect, thanks.
Perfect, thanks.
Hi, I'm having the same issue, where is Show event for the page, I don't see it on the template or page based of the template. Thanks
So you can't have an object type with an array of pointers(w/includes)? You need to do another query to the detail table?
This worked for me on the Load event:
code
Appery('htmlQR').html('<img src="http://chart.apis.google.com/chart?cht=qr&chs=200x200&chl=' + localStorage.getItem('name') + '&chld=H|0"/>');
/code