OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Peter2 on June 02, 2017, 06:25:34 AM

Title: Find a form which has no Title Bar Icon?
Post by: Peter2 on June 02, 2017, 06:25:34 AM
The question is not that important, but nevertheless ..

I have 30 ODCL files with 250 forms in it. For cosmetic issues I have to find all forms which has no Title Bar Icon. Is there a quicker way than to "click-click-click..."

Have a fine weekend!

Peter
Title: Re: Find a form which has no Title Bar Icon?
Post by: owenwengerd on June 02, 2017, 05:05:39 PM
You can use lisp. For example, ODCL8Upd.lsp (http://www.opendcl.com/forum/index.php?topic=2084.msg10309#msg10309) batch processes .odcl files.
Title: Re: Find a form which has no Title Bar Icon?
Post by: Peter2 on June 03, 2017, 12:42:23 AM
Thanks Owen.