Re: [Axapta-Knowledge-Village] Executing Report from a self made form

2004-12-07 Thread Varden Morris
It is Axapta’s standard/best practice to create a class to load your report. You should then create an action MenuItem for the class. Set the class property to class and the object property to the name of the report. Add a new MenuItemButton control to the design of the form and set the

Re: [Axapta-Knowledge-Village] Executing Report from a self made form

2004-12-07 Thread Varden Morris
Sorry. A correction is needed for the third sentence below. It should say "Set the class property to class and the object property to the name of the class."Varden Morris [EMAIL PROTECTED] wrote: It is Axapta’s standard/best practice to create a class to load your report. You should then

RE: [Axapta-Knowledge-Village] Executing Report from a self made form

2004-12-07 Thread Cenk Ince
Hi all Is there a code example for Running a job from .net or vb 6.0. Which com can i use? Thanks. Cenk NCE ERPTeknik Danman (Microsoft Axapta) ERPTechnical Consultant(Microsoft Axapta) Data Sistem Genel Otomasyon Sanayi ve Ticaret A.S

RE: [Axapta-Knowledge-Village] Executing Report from a self made form

2004-12-07 Thread Varden Morris
In the Microsoft Axapta Developer's Guide from the help menu do a search for Axapta Business Connector. After you read the first four pages there are several VB 6.0 examples that follow. VardenMorris J. Wray Nephew Ltd. - Group I.S. 234 Spanish Town Road Kingston 11, Jamaica, W.I. Phone:

[Axapta-Knowledge-Village] Executing Report from a self made form

2004-12-05 Thread anton_tjiptadi
Hi, I want to execute a report from a form which I alrady make. This form form used to cater user creiteria and when they click OK buton, it runs the report. How can I do that ? Should I create a class first then callig the form and then calling the report or.. ? thanks, Anton