Erel,
There are times where I would like to create a layout at runtime
Can you add to the XmlLayoutBuilder
Dim x As XmlLayoutBuilder
'load the layout
x.LoadXmlString(Activity, xmlString)
with this as an option I can then use dbutils to dynamic generate forms xml based on an sql statement
Thanks
There are times where I would like to create a layout at runtime
Can you add to the XmlLayoutBuilder
Dim x As XmlLayoutBuilder
'load the layout
x.LoadXmlString(Activity, xmlString)
with this as an option I can then use dbutils to dynamic generate forms xml based on an sql statement
Thanks