[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

Call Powerpoint from the toolmenu or the mainmenu.

Freed0376

10/26/2005 9:23:00 AM

Hello,
I've got to call a Powerpoint doc from the toolmenu. Has anybody an idea how
to realise this?
Please mail ideas and solutions to freed0376@online.de or post them here.

2 Answers

Anton Venter

10/26/2005 10:12:00 AM

0

Try the following:
formDataSource = formRun.dataSource();

"Freed0376" <Freed0376@discussions.microsoft.com> wrote in message
news:F7706744-5CB9-46E8-BC4F-C16275038BAB@microsoft.com...
> Hello,
> I''ve got to call a Powerpoint doc from the toolmenu. Has anybody an idea
> how
> to realise this?
> Please mail ideas and solutions to freed0376@online.de or post them here.
>


Luegisdorf

10/28/2005 6:51:00 AM

0

Hi Freed

I think to modify the toolbar menu is not possible, but to open a Powerpoint
is possible.

1. Create a runable class
2. The Code in the run method should contain
winAPI::shellExecute("myPowerpoint.ppt");
3. Create a MenuItem for the class
4. Put the MenuItem to a Menu

Hope this helps
Best regards
Patrick

"Freed0376" wrote:

> Hello,
> I''ve got to call a Powerpoint doc from the toolmenu. Has anybody an idea how
> to realise this?
> Please mail ideas and solutions to freed0376@online.de or post them here.
>