AW: [Axapta-Knowledge-Village] Display method on data source and table

2007-10-26 Thread Matthias Lachetta
Hi, ist very simple. If your write the display method on you Table it will be available anytime. If your write it only on Datasource it is only available here. There is the advantage, you dont have to write the same display method again and again. Von: Axapta-Knowledge-Village@yahoogr

[Axapta-Knowledge-Village] OLAP in AX 2.5

2007-07-12 Thread Matthias Lachetta
Hi there, im starting to collect some informations about Axapta 2.5 and OLAP. Simple Questsion: Does anyone know some good sources about OLAP, OLAP Servers, handling OLAP in Axapta. Every documentaion would be useful, even higher Versions than 2.5 Thanks and regards Matthias

AW: [Axapta-Knowledge-Village] Calling procedure thru Axapta by passing parameters

2007-06-17 Thread Matthias Lachetta
Hi, the code is correct, but if you try to catch the resultset Axapata says there are no rows selected. i.e. resultSet.getString(1); // doesn't work Im using Ax 3.0 Hi Abhijit, I had replied to one of your queries before also with the subject line Email thru axapta and had given yo

AW: [Axapta-Knowledge-Village] calling prodecure with parameters in Axapta

2007-06-14 Thread Matthias Lachetta
Hi, first thx for this help. I have the same problem to call a stored procedere from Axapta. The code works and is close to my own. But if i try to catch the resultSet There is a error message : No rows selected. How can i handle a resultset of a stored procere? Any suggestions? R