[development-axapta] Re: cross table

2004-06-08 Thread drfate88
--- In [EMAIL PROTECTED], "Wolfgang Puttinger" <[EMAIL PROTECTED]> wrote: > Hi all, > > I have create a Table CustAmountItemGroup, with the fieldsĀ  orderAccount, itemgroupid, periode, amount > The table has a relation to the custTable on orderAccount. > > How can I make a CROSS TABLE (Kreuz

[development-axapta] Re: Really important

2004-06-08 Thread drfate88
Hi Amit, it think you want to catch current processing tasks within the axapta application, meaning you want to retrieve the existing objects (eg. SalesFormLetter_Invoice). You have to know, that in a 2- tier envrionment objects only exist on the client (not new :-)). Have you thought about

[development-axapta] Re: C#

2004-06-08 Thread drfate88
--- In [EMAIL PROTECTED], "gunnark75" <[EMAIL PROTECTED]> wrote: > Hi, i'll try to call an Axapta Job from a C# Programm. > VB6 works. Could some one give me tip, or short example ? > > thx Hi Gunnar, look at this. It's VB.Net but should be very easy for you to do it in C#, it's just the