RE: [Axapta-Knowledge-Village] Form Splitter

2007-11-19 Thread Andre Klopper
Look at tutorial_Form_Split

 

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of
ricardodegouveia
Sent: 20 November 2007 08:52 AM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Form Splitter

 

Hi i am trying to create a form similar to that of the
SaleTable.does anyone have a code example on how to use the Form 
Splitter only where you select something on the header and this 
determines what appears on the lines? as tried to use the SalesTable 
but i get lost.

Thanking you in advance,
Ricardo

 



[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] Dynamics AX 4 - Application version

2007-05-02 Thread Andre Klopper
Hi,

 

I have the VPC that we got at the last convergence. Now my problem is that
the Application version of the VPC is not the same as the version in the SP1
that is installed here. What determine the application version? The kernel
version is the same.

 

Regards,

Andre



[Non-text portions of this message have been removed]



RE: [Axapta-Knowledge-Village] Re: Sex Video

2006-06-01 Thread Andre Klopper



Please report this at

http://add2.dir.scd.yahoo.com/fast/help/us/mail/cgi_spam

I did it so maybe if a few of us do it they will remove his account

Cheers


-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Nitesh
Sent: 02 June 2006 07:32 AM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] Re: Sex Video

Hi mailtochenna_ax ,
 Please take serious action,Atleast u can
change ur email ID from gp profile.

Nitesh.



On 6/2/06, RajaGopal B [EMAIL PROTECTED] wrote:

 Hello Bos

 Please

 Clean up ur PC and save us...
 Atleast in personal interest of others can u go and drop ur self from the
 group

 Raj

 -Original Message-
 From: Axapta-Knowledge-Village@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On Behalf Of
 mailtochenna_ax
 Sent: Thursday, June 01, 2006 9:03 PM
 To: Axapta-Knowledge-Village@yahoogroups.com
 Subject: [Axapta-Knowledge-Village] Re: Sex Video


 - forwarded message -


 [Non-text portions of this message have been removed]




 Sharing the knowledge on Axapta.
 Visit www.frappr.com/axapta for axapta friends.
 Yahoo! Groups Links








 --
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.394 / Virus Database: 268.8.0/352 - Release Date: 5/30/2006


 --
 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.1.394 / Virus Database: 268.8.0/352 - Release Date: 5/30/2006





 Sharing the knowledge on Axapta.
 Visit www.frappr.com/axapta for axapta friends.
 Yahoo! Groups Links










[Non-text portions of this message have been removed]




Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 










Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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

2006-03-09 Thread Andre Klopper

Hi,

Thank you for the response. Got that to work... How do I access the parms on
the form that's been opened?

Here are the code I've tried.

Sending form

WebLink webLink;
Argsargs;
MenuFunctionmf;// if you need to pass something
;
webLink = new WebLink();
args= new Args();
mf  = new MenuFunction(menuItemDisplayStr(SomeForm),
MenuItemType::Display);

args.record(TheDataSource);
mf.create(args);
webLink.menufunction( mf);
webSession().redirect(webLink);


Receeving 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: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] Simple Web App...

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 webLink;
Argsargs;
MenuFunctionmf;// if you need to pass
something

;
webLink = new WebLink();
args= new Args(); 

args.parmObject(element);

mf  = new
MenuFunction(menuItemActionStr(mnuItemWEBForm2),
MenuItemType::Display);
mf.create(args); // if you need to pass something


webLink.record(SomeRecordFetchedBefore); // if you
need to pass something
webLink.menufunction( mf);
webSession().redirect(webLink);

--- Andre Klopper [EMAIL PROTECTED]
wrote:

 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
 suppose to open webForm2. But that just does not
 happen. No this must be
 very easy right. LOL but I just can't get it to
 work... Tried the following
 aswell.
 
 WebLink webLink;
 
 ;
 
 super(); 
 
 webLink = new WebLink();
 
 webLink.Webpage(myWebPage);
 
 WebSession().redirect(webLink);
 
 
 Regards
 Andre Klopper
 
 


Paulius Cerniauskas
ICQ: 280959446

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




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

2006-03-09 Thread Andre Klopper
Thanks this is great...

Ons more question...
When editing on the grid, I can change any field on any record and it writes
correctly to the DB. But it is values that can be edited and I need to tally
the amount after the edit. So I thought to put the code on the write method
of the datasource, but it happen only for the top record. Not the rest. Any
suggestions

Regards
Andre

-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...

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 SomTable
where parmt.RecId == webArgs.record();

if you noticed well - webArgs it is the header of your
web page. You can retrieve more interesting and useful
information from it.

--- Andre Klopper [EMAIL PROTECTED]
wrote:

 
 Hi,
 
 Thank you for the response. Got that to work... How
 do I access the parms on
 the form that's been opened?
 
 Here are the code I've tried.
 
 Sending form
 
 WebLink webLink;
 Argsargs;
 MenuFunctionmf;// if you need to pass
 something
 ;
 webLink = new WebLink();
 args= new Args();
 mf  = new
 MenuFunction(menuItemDisplayStr(SomeForm),
 MenuItemType::Display);
 
 args.record(TheDataSource);
 mf.create(args);
 webLink.menufunction( mf);
 webSession().redirect(webLink);
 
 
 Receeving 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: Axapta-Knowledge-Village@yahoogroups.com
 Subject: Re: [Axapta-Knowledge-Village] Simple Web
 App...
 
 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 webLink;
 Argsargs;
 MenuFunctionmf;// if you need to pass
 something
 
 ;
 webLink = new WebLink();
 args= new Args(); 
 
 args.parmObject(element);
 
 mf  = new
 MenuFunction(menuItemActionStr(mnuItemWEBForm2),
 MenuItemType::Display);
 mf.create(args); // if you need to pass
 something
 
 
 webLink.record(SomeRecordFetchedBefore); // if
 you
 need to pass something
 webLink.menufunction( mf);
 webSession().redirect(webLink);
 
 --- Andre Klopper [EMAIL PROTECTED]
 wrote:
 
  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
  suppose to open webForm2. But that just does not
  happen. No this must be
  very easy right. LOL but I just can't get it to
  work... Tried the following
  aswell.
  
  WebLink webLink;
  
  ;
  
  super(); 
  
  webLink = new WebLink();
  
  webLink.Webpage(myWebPage);
  
  WebSession().redirect(webLink);
  
  
  Regards
  Andre Klopper
  
  
 
 
 Paulius Cerniauskas
 ICQ: 280959446
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around 
 http://mail.yahoo.com 
 
 
 Sharing the knowledge on Axapta.
 Visit www.frappr.com/axapta for axapta friends. 
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 
 


Paulius Cerniauskas
ICQ: 280959446

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 






Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [Axapta-Knowledge-Village] Report Page Break

2005-10-11 Thread Andre Klopper





Got it!!

  - Original Message - 
  From: 
  Andre Klopper 
  To: Axapta-Knowledge-Village@yahoogroups.com 
  
  Sent: Tuesday, October 11, 2005 
  07:16
  Subject: [Axapta-Knowledge-Village] 
  Report Page Break
  
  
  Hi,
  
  I'm trying to get areport to work.
  
  I've got report with master and child 
  datasource.
  
  Page Header
  
  Datasource A
   |
   |
   Datasource B 
  (multiple records)
  
  Page Footer
  
  I want to have every record of Datasource A to be 
  on a new page. I just cant get the page break on the correct 
  place..
  
  Cheers
  Andre





Sharing the knowledge on Axapta.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[Axapta-Knowledge-Village] Server Setup

2005-10-10 Thread Andre Klopper
Hi,

Just want to know what the prefferred setup is for axapta server? Windows
2000 server or Windows 2003 server?

Cheers
Andre


 Yahoo! Groups Sponsor ~-- 
Make a difference. Find and fund world-changing projects at GlobalGiving.
http://us.click.yahoo.com/PcNrnD/PbOLAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 






[Axapta-Knowledge-Village] Report Page Break

2005-10-10 Thread Andre Klopper






Hi,

I'm trying to get areport to work.

I've got report with master and child 
datasource.

Page Header

Datasource A
 |
 |
 Datasource B 
(multiple records)

Page Footer

I want to have every record of Datasource A to be 
on a new page. I just cant get the page break on the correct 
place..

Cheers
Andre





Sharing the knowledge on Axapta.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [Axapta-Knowledge-Village] Re: @ABC160 error

2005-06-13 Thread Andre Klopper





it sounds like an extended data type 's label was changed. 
Is it the same type of field everywhere?


From: Axapta-Knowledge-Village@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
icham_2000Sent: 13 June 2005 13:35To: 
Axapta-Knowledge-Village@yahoogroups.comSubject: 
[Axapta-Knowledge-Village] Re: @ABC160 error
Thank you Steen for your answer.But what kind of problem 
is it : Labels wasn't deployed or Files arecorrupts in Axapta Database ... 
?Icham--- In Axapta-Knowledge-Village@yahoogroups.com, Steen 
Rabol[EMAIL PROTECTED] wrote: You have a problem with label 
file   icham_2000 [EMAIL PROTECTED] 
wrote:Sharing the knowledge on Axapta. 



Sharing the knowledge on Axapta.








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] Add-on mpodule and licensing...

2005-04-06 Thread Andre Klopper










Hi,



If one developed an add on for axapta. How
would one go about it to get license code against an client license file?



Regards

Andre






Sharing the knowledge on Axapta.








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [Axapta-Knowledge-Village] Plant maintenance module in Axapta

2005-02-02 Thread Andre Klopper






Hi,

Look at www.isoft-tech.co.za 


Regards,


Andre Klopper
iSoft 
Technologies (Pty) Ltd
(You can contact iSoft @ +27 12 
3454720)



From: Jim Jo [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 03, 2005 03:48 AMTo: 
Axapta-Knowledge-Village@yahoogroups.comSubject: Re: 
[Axapta-Knowledge-Village] Plant maintenance module in 
Axapta

HI,

Some time back when I was doing pre-sales I had gone through 2 plant 
maintanence modules. On was from a south african company, another was from a 
malaysian comapany.
I dont have the company names at the moment. May be if you need more info I 
could check my files and send you the details.

Regards

JimGirish B [EMAIL PROTECTED] 
wrote:
Not 
  as a whole. But depending on the requirement youcould map and get some 
  modifications done. This can bedecided only after you know the complete 
  requirementand see how much does it fit in standard 
  axapta.--- ramyakrishnan_1023 
  [EMAIL PROTECTED]wrote: 
  -Hi All,Need some urgent 
  help..Can you tell me whether there is a plant maintenancemodule in 
  Axapta. Or is it an add on?Thanks in advance,ramya 
  Sharing the knowledge on 
  Axapta.-Yahoo! Groups 
  Links To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/ 
  To unsubscribe from this group, send an email 
  to:[EMAIL PROTECTED] 
  Your use of Yahoo! Groups is subject to the Yahoo!Terms of 
  Service. 

   
  ___ ALL-NEW 
  Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.comSharing 
  the knowledge on Axapta. 


Do you Yahoo!?Yahoo! Search presents - Jib 
Jab's 'Second Term' Sharing the knowledge on Axapta. 



Sharing the knowledge on Axapta.








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] Layers...

2004-12-07 Thread Andre Klopper





Hi,

We developed vertical. 
Now I want to import this into the clients bus layer, they do have a bus runtime 
license. How do I get out application into there bus layer without loading our 
bus development license.

Regards,
Andre


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.804 / Virus Database: 546 - Release Date: 11/30/2004