[Axapta-Knowledge-Village] checkbox

2004-12-04 Thread affekatz
I got a button that updata some data on a form ( 4 choices ) after each i got a checkbox so the user can choose the component that should be used. Is it possible that when i update the fields i check / chooses one of the checkboxes so the user can se whats the standard component ?

[Axapta-Knowledge-Village] Load form from object / class

2004-11-25 Thread affekatz
Can any one tell me how to load a form from a object this dosn't seem to work: KompForm Komp; Komp = new kompform; Anything else that i should be aware of ? Thanks in adv. Yahoo! Groups Sponsor ~-- $9.95 domain

[Axapta-Knowledge-Village] retrieve data via sql statement

2004-11-15 Thread affekatz
Ive got a sql statement which looks like this: S.executeQuery( select statement ); can anyone give me a short example that shows how to retrieve the data into a string Yahoo! Groups Sponsor ~-- Make a clean sweep of pop-up ads. Yahoo!

[Axapta-Knowledge-Village] initialize

2004-11-10 Thread affekatz
I have now made a simpel class just to try and use the functionality in axapta but when i call it from product builder it just says object xx is not initialized. The example is placed here under: [Class] public class xx { int x; int y; } [Method] public void Xmethod(int a, int b) { x=a;