Wish XmlLayoutBuilder addition

Reviewnow

Active Member
Licensed User
Longtime User
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
 

Reviewnow

Active Member
Licensed User
Longtime User
Erel,

That's fine would it be possible to say write a file to the layouts folder at runtime? I create my xml output then load the file created
if so how to write file to layouts folder?

Thanks much for your prompt response
 
Top