[Axapta-Knowledge-Village] Re: Autostart form when starting Axapta

2010-01-22 Thread surfing2alien
Hi Michael, that sure looks good. However I'm not sure if I can get it working under Axapta 2.5 Yes I know still old version I tried some setups but until now w/o good results Any ideas if or ifnot possible under 2.5?? Thanks --- In Axapta-Knowledge-Village@yahoogroups.com, mni_...@...

Re: [Axapta-Knowledge-Village] Re: Autostart form when starting Axapta

2010-01-22 Thread mni_col
...no in 2.5 it's not possible. I dont know what is possible with startparameters in 2.5, but you can try following in \Classes\Application\startupPost (3.0 it works) if (curUserId() == myUser) { args.name(formstr(custTable)); fr = classFactory.formRunClass(args);

[Axapta-Knowledge-Village] Re: Autostart form when starting Axapta

2010-01-22 Thread surfing2alien
You're a star, It works like a charm!! For Ax 2.5 I had to alter a little bit the code, (had to initialize a new args object) Thanks and cheers! Carl Complete code for Axapta 2,5: formrun fr; argsargs; ; if (curUserId() == myUser) { args = new

[Axapta-Knowledge-Village] Production Route Card Journal

2010-01-22 Thread Naveen
Hi Every one. Once i do Job Scheduling I can see the Jobs list(let me say i have 4 Jobs) with status Coming. So now how can i start each and every job and report as finish simultaneously. And when will i get Job card generated? Please help me out. And please explain how Job Card works. Thanks,