Skip to main content

Generating text file for global procs & variables

Author: lalitpct@gmail.com (lalitpct)

Hi All,

For forms we are generating pro files through which we can read it as txt file .. is there some similar functionality for global procs variables , messages ..glyphs etc ..

 for procs i have tried with XML export ..but in that apart from code lot of other stuff is also exported ..is there anyother way to export just the code.

Regards

 

Generating text file for global procs & variables

Author: lalitpct@gmail.com (lalitpct)

Hi All,

For forms we are generating pro files through which we can read it as txt file .. is there some similar functionality for global procs variables , messages ..glyphs etc ..

 for procs i have tried with XML export ..but in that apart from code lot of other stuff is also exported ..is there anyother way to export just the code.

Regards

 

. in V9, they added a lot of "proc" listings for compiles of libraries etc.

 

But you have the metadictionary which allows you to create your own reports. It's easy.

 

On the other hand: there are a lot of tools (even open-source ones) converting XML input to text; you may want to use one with your XML export.

 

Uli


Author: ulrich-merkel (ulrichmerkel@web.de)