cancel
Showing results for 
Search instead for 
Did you mean: 

How can I carry over a Screen Painter structure (.srf) to an existing form?

Former Member
0 Kudos

I've created a form using Screen Painter, saved as a .srf file and I can easily load that form by itself via the SDK.

What I would like to do is create a new tab in an existing form and placed the contents of that .srf file into that tab. What is the best way to do that?

It seems that worse case scenario I simply read through the .srf file and via a for loop just manually add each item into the tab that I want.

Any ideas?

View Entire Topic
former_member201110
Active Contributor
0 Kudos

Hi Gary,

Actually it is possible to load controls on to a system form using an XML file. Please see the following article:

Kind Regards,

Owen