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 







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Put more honey in your pocket. (money matters made easy).
http://us.click.yahoo.com/r7D80C/dlQLAA/cosFAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to