It solved my problem, thanks

-----Oorspronkelijk bericht-----
Van: Bjørn Gudbrand Idstad [mailto:[EMAIL PROTECTED]
Verzonden: dinsdag 28 oktober 2003 10:26
Aan: [EMAIL PROTECTED]
Onderwerp: RE: [development-axapta] Problem with Adress table


Hi!


You can run this job:

static void DeleteLayer(Args _args)
{
   Utilidelements u;
   ClassId classId;
   ;

classId = tableNum(Address);

   delete_from u
       where u.id == classId &&
             u.utilLevel == UtilEntryLevel::bus;

   pause;
}

- Bjørn

-----Original Message-----
From: Sherif Metwally [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 10:21 AM
To: [EMAIL PROTECTED]
Subject: [development-axapta] Problem with Adress table



Hi everbody,


I have a major problem with the adress table in the AOT. As soon as it gets 
highlighted throw the mouse or keyboard, axapta crashes. So i cant do anything with 
this table.
The only information that i can get about this table is that it has modifications in 
the BUS Layer.
Does anybody knows how can i delete this layer from this table knowing that i can not 
aproach this table within axapta AOT.


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.





Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




Yahoo! Groups Sponsor ADVERTISEMENT
click here


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Reply via email to