...
Code Block |
---|
<Replace name="remove the Begin svElasticvsElastic and its properties up its first child control. Note that '…' is a multiline wildcard" > <OldBlock><![CDATA[ Begin vsOcx6LibCtl.vsElastic Base ... Begin VB.CommandButton cmdExit ]]></OldBlock> <NewBlock><![CDATA[ Begin VB.CommandButton cmdExit ]]></NewBlock> </Replace> <Replace name="Remove the End of the vsElastic"> <OldBlock><![CDATA[ End End Begin VB.Label Label9 ]]></OldBlock> <NewBlock><![CDATA[ End Begin VB.Label Label9 ]]></NewBlock> </Replace> |
Note this removing a control may result in an undefined symbol if Base results (e.g. late calls) if the remove control is referenced in logic.
These could also be implemented using gmSL scripting to edit the code before processing.
https://portal.greatmigrations.com/display/GMG/Support+Statement%3A+gmSL+EditSource
...