RE: [development-axapta] Set Active Data

2004-10-12 Thread Tony Depalo
One solution is to add this line in the init() salesTable_ds.query().dataSourceNo(1).addRange(fieldnum(SalesTable,Sales Id)).value(myOwnSalesId); Good luck Tony = Tony DePalo B.Comp. Technical Services Consultant Moore Stephens Technology Australia

[development-axapta] Re: Move forms, boxes etc around

2004-10-12 Thread Irving
Hi Onno Thank you very much! But, do you also know what I can do if it's a system generated prompt and not a form? Example: an error message is generated by the system and it appears in the center of my computer screen. I want to move it, if possible. Regards Irving

RE: SV: [development-axapta] OLAP - Configuration and security keys

2004-10-12 Thread Michael Niemeyer
that's true. Perhaps the help is from 2.5. We changed it and got the same answer from Microsoft (Request 7909954 OLAP cubes security). \Michael From: Dahlsgaard Jan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: SV: [development-axapta] OLAP - Configuration

RE: [development-axapta] Switching security profiles

2004-10-12 Thread Girish Bhatkal
Hi Matt, apart from exporting and then importing the permissions on the usergroups (as u have mentioned) i dont think there are any other ways of switching because on one usergroup , for the domain, you can set only one set of permissions. cheers, Girish -Original Message- From:

[development-axapta] DB session persistence

2004-10-12 Thread Matt Benic
Hi all, We have been developing a report, and in the process have seen some distrubing behaviour. I was wondering if anyone else has experienced this or can offer some explanation. Two things happened, the first is that when we kill the axapta client running the report (using the

RE: [development-axapta] DB session persistence

2004-10-12 Thread Jacob Hjelmer Nielsen
Try to compare the two execution plans generated for the query and the while select they ought to be similar. Otherwise, your relations on the query might be incorrect. PS: Limiting the loop runs to 100 will still fetch the same amount of data, as the qr.next() positions the cursor / pointer

[development-axapta] Open journal lines form by code

2004-10-12 Thread HEW \(Helmut Wimmer\)
Hi I need to do the following: I fill up the ProdJournalTable and ProdJournalProd tables with values. Then, I want to call the form ProdJournalTransProd to show the lines of the created journal. But the form needs some JournalFormTable object initialised. The problem is not to fill the

[development-axapta] Number Sequences with a new table

2004-10-12 Thread Jesmond Giordimaina
Hi all, can any of you please point me to some document or any other info on how to use Number Sequences. I want to create a new table and as an id i want to use a number Sequence. How can I do this??? Shal i attach an Extended Data Type to a Number Seuqence or?? Thanks in advance and