Guys,     
     This problem is one of the instance where the
naming convention what we follow affect the standard
functionality aswell.
   When ever we create/modify in standard axapta we
should be carefull of what name we are giving. It is
always better we add some prefix so that it will never
affect the standard functionality...
 In this example we all know that at many places x,y,z
and a,b,c would be used so we should avoid using these
for naming the new EDT. If you do want to display
x,y,z etc.. then you could label the elements with
these but the element name should be given a prefix.
    It is very important for new axapta developers to
start using some standard naming conventions because
you will get used to this standard practice, else to
change in the later stage becomes a bit difficult, but
still posssible.

     !!!!Enjoy coding!!!

cheers,
Girish


 --- Padmaja Iyingar <[EMAIL PROTECTED]> wrote: 
> Hi Preston,
>  
> Its perfect. Your assumption is right. I tried to
> change  to 
>  
> real _quantity, _price from  real quantity, price..
>  
> ha ha ha ha..It wroks now.
>  
> Thanks Preston for the tip.
>  
> regards,
> Subbu
> 
> "Preston A. Larimer" <[EMAIL PROTECTED]> wrote:
> v\:* {behavior:url(#default#VML);}o\:*
> {behavior:url(#default#VML);}w\:*
> {behavior:url(#default#VML);}.shape
>
{behavior:url(#default#VML);}st1\:*{behavior:url(#default#ieooui)
> }
> More than likely some one has added a new EDT named
> either x, y, or z.  When you have a declaration like
> this
> 
>  
> 
> Int x, y, z;
> 
>  
> 
> Then later add a new EDT of the same name as x, y,
> or z you will get compile errors on existing classes
> that have the above declaration, the fix is to find
> your new EDT, and rename it, or modify the class so
> the declaration is on multiple lines such as 
> 
> Int x;
> 
> Int y;
> 
> Int z;
> 
>  
> 
> You can file this with the bug where you have to use
> a semi-colon (;) on a blank line to signify that
> declarations have ended and code starts when your
> first line of code starts with a variable having the
> same name as an Axapta EDT, Table or Class.
> 
>  
> 
> -Preston
> 
>  
> 
> ---------------------------------
> 
> 
> From: Subrahmanyam Mamidi
> [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, February 16, 2005 8:03 PM
> To: Axapta-Knowledge-Village@yahoogroups.com
> Subject: Re: [Axapta-Knowledge-Village] High
> Importance!!!! Syntax error after a Int declaration.
> 
> 
>  
> 
> Just checked it now. its happening in 3 tier. not in
> 2 tier. I am using AX3 , SP3 full patches
> applied....
> 
> 
>  
> 
> Is anyone having the same problem??
> 
> thanks,
> 
> Subbu
> 
> 
> 
> Subrahmanyam Mamidi <[EMAIL PROTECTED]> wrote:
> 
> 
> Today it happend to me AX3.0 SP3.0........
> 
> 
>  
> 
> 
> real x,y,z; won't compile where as
> 
> 
>  
> 
> 
> real x;
> 
> 
> real y;
> 
> 
>  
> 
> 
> real z;
> 
> 
>  
> 
> 
> will compile..............
> 
> 
>  
> 
> 
> Will look into other rnvironments though...
> 
> 
>  
> 
> 
> thanks,
> 
> 
> subbu
> 
> 
> 
> 
> Girish B <[EMAIL PROTECTED]> wrote:
> 
> 
> Myrl, this is very scary error. Right now i dont
> have
> 2.5 installed on my system to check and I am not
> sure
> why this problem occured. I would suggest you to
> restart the system again, i know its a stupid advice
> but many times when some weird thing happened , in
> axapta, restarting did work for me. Many times i
> never
> found what was the reason for the problem and why
> restarting corrected the same.
> 
>   good luck,
> 
> cheers,
> Girish
> 
> --- Myrl Stadnick <[EMAIL PROTECTED]> wrote: 
> >  
> > I have a problem with a Integer declaration in
> > Axapta 2.5.
> >  
> > After a system restart Monday morning (No Mods all
> > weekend) all was fine on
> > Friday. 
> >  
> > I now have a situation where An Integer call in
> > class
> > InventDimCtl_frm_onHand\modifyQuery will not
> complie
> > the 
> >  
> > "Int     h,x,y;"statement.
> >  
> > But will compile.
> >  
> > Int  h;
> > Int  x;
> > Int  y;
> >  
> > The system is full of the first Statment and it
> will
> > fail all through out
> > the system.
> >  
> > Has anyone come across this?  How Do I fix it?
> >  
> > Myrl
> >  
> >  
> >  
> 
> 
>       
>       
>             
>
___________________________________________________________
> 
> ALL-NEW Yahoo! Messenger - all new features - even
> more fun! http://uk.messenger.yahoo.com
> 
> 
> Sharing the knowledge on Axapta. 
> 
> 
=== message truncated === 


        
        
                
___________________________________________________________ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! 
http://uk.messenger.yahoo.com


------------------------ Yahoo! Groups Sponsor --------------------~--> 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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