RE: FW: [Axapta-Knowledge-Village] Simple Web App...

2006-03-09 Thread Paulius
---Original Message- > From: Axapta-Knowledge-Village@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of Paulius > Sent: 09 March 2006 15:21 PM > To: Axapta-Knowledge-Village@yahoogroups.com > Subject: Re: FW: [Axapta-Knowledge-Village] Simple > Web App.

RE: FW: [Axapta-Knowledge-Village] Simple Web App...

2006-03-09 Thread Andre Klopper
: [Axapta-Knowledge-Village] Simple Web App... in called web form's init() method you can write something like this: webArgs webArgs = element.args().parmObject(); SomeTable someTable; ; super(); webArgs = element.args().parmobject(); ttsbegin; select Som

Re: FW: [Axapta-Knowledge-Village] Simple Web App...

2006-03-09 Thread Paulius
ng Form > > TheDataSource = element.args().record(); > > > Regards, > Andre Klopper > > > -Original Message- > From: Axapta-Knowledge-Village@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of Paulius > Sent: 03 March 2006 10:03 AM > To:

FW: [Axapta-Knowledge-Village] Simple Web App...

2006-03-09 Thread Andre Klopper
ement.args().record(); Regards, Andre Klopper -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paulius Sent: 03 March 2006 10:03 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Simple Web App... Firs

Re: [Axapta-Knowledge-Village] Simple Web App...

2006-03-03 Thread Paulius
First of all I suggest duoblecheck if Menu item set on the button refers tu Web form object you want to open. Second - what's on the second web form? Maybe you didn't add any objects to it so it is empty and shows nothing. Third - try this on first web form's button's clicked(): WebLink

[Axapta-Knowledge-Village] Simple Web App...

2006-03-02 Thread Andre Klopper
Hi, I feel very stupid at this stage but here goes... I've created my a a duplicate of SimpleWebApp, that is fine that is working and I can get logged in. The problem. Created 2 webForms. 1 - With webButton with properties MenuItemName and WebTarget set to menuItem for webForm2 on it. This is s