There are classes in Axapta that will extract the source from TreeNode objects for you in the format you're looking for.  From there, you can export to text files via AsciiIo.


From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of adiso76
Sent: Thursday, September 22, 2005 10:46 AM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Re: Sorce code


Hi,

I'm want to export the source code in a friendly format to be easy to
read the source code when I'm stuck in traffic  :)

Maybe I have to write something in perl to cut all the bad stuff .

sample :
Original text

           SOURCE #clicked
                #void clicked()
                #{
                #
                #    super();
                #    s.stop();
                #    displayTime.value(s.getTime());
                #    //animate.autoPlay(false);
                #    animate.stop();
                #}
              ENDSOURCE



has to be

                void clicked()
                {
               
                    super();
                    s.stop();
                    displayTime.value(s.getTime());
                    //animate.autoPlay(false);
                    animate.stop();
                #}







--- In Axapta-Knowledge-Village@yahoogroups.com, "Harry
\(Harshawardhan Deshpande" <[EMAIL PROTECTED]> wrote:
> hi

> exactly what are you looking at ?

> regards

> harry
>
> SA <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm looking for a tool in Axapta to extract just the
> source code from a form .
> I need it for printing.
>
> Thanks







Sharing the knowledge on Axapta.



SPONSORED LINKS
Business finance course Business to business finance Small business finance
Business finance consultant Business finance magazine Business finance uk


YAHOO! GROUPS LINKS




Reply via email to