Can't get #clone# hash variable
Posted: Sun Nov 24, 2013 2:42 am
Hi,
I have a subform on a form, and in that subform I have the following display condition for the add button:
The #recordID# hash variable, as well as form hash variables, are converted fine. But #clone# remains '#clone#' instead of the value of #clone#.
This seems strange to me, since according to http://wiki.nubuilder.com/tiki-index.ph ... structure= the #clone# hash variable should be available in all display conditions.
Any explanation?
Thanks,
Cassidy
I have a subform on a form, and in that subform I have the following display condition for the add button:
Code: Select all
SELECT ('#recordID#' != '-1' AND '#clone#' != '1')
This seems strange to me, since according to http://wiki.nubuilder.com/tiki-index.ph ... structure= the #clone# hash variable should be available in all display conditions.
Any explanation?
Thanks,
Cassidy