[development-axapta] Linked forms - form focus ...

2010-04-20 Thread benoit.billington
Hi, I can't find any lostFocus method of a Form so can anyone tell me how to achieve the following task : I have the Item form open, and for an item I have the route form open so those 2 forms are linked I want to run a validation method when closing the route form and also when changing item

[development-axapta] Re: EditorScripts

2010-01-08 Thread benoit.billington
EditorScripts Class void template_method_ALfindRecId(Editor editor) { xppSource xppSource = new xppSource(); Dialog dialog = new Dialog(@ALA314); DialogField dlgTableName = dialog.addField(typeid(Tablename)); Source template; ; if

[development-axapta] Re: Form: Filter the content of the form with another table link via recid tab

2009-10-29 Thread benoit.billington
Can anyone help ? Or maybe you need more info? --- In development-axapta@yahoogroups.com, benoit.billington benoit.billing...@... wrote: Hi, I have a form with 2 DS : PurchReqLine InventDim http://img23.imageshack.us/i/greenshot20091019161154.png/ And I want to filter that form

[development-axapta] Form: Filter the content of the form with another table link via recid tableid

2009-10-20 Thread benoit.billington
Hi, I have a form with 2 DS : PurchReqLine InventDim http://img23.imageshack.us/i/greenshot20091019161154.png/ And I want to filter that form with another DataSource: ALApprovalStatus Which contains 3 fields: RefTableId, RefRecId and Status The content of this table can be like this :

[development-axapta] Select statement is easy but I have trouble making the QueryBuildDataSource

2009-09-05 Thread benoit.billington
I first created a job to see what I needed to do in 30sec it was done... easy query with multiple joins static void test(Args _args) { ALPurchReqLine line; ALPurchReqTable table; ALApprovalStatus status; ; while select line join table where line.PurchReqId ==

[development-axapta] Re: Export to excel spreadsheets using the template wizard - ERROR

2009-06-26 Thread benoit.billington
anyway --- In development-axapta@yahoogroups.com, benoit.billington benoit.billing...@... wrote: Hi, I try to export some tables using the excel spreadsheet export wizard but each time i get the following error message http://img44.imageshack.us/img44/9097/greenshot20090624154120.png

[development-axapta] Export to excel spreadsheets using the template wizard - ERROR

2009-06-24 Thread benoit.billington
Hi, I try to export some tables using the excel spreadsheet export wizard but each time i get the following error message http://img44.imageshack.us/img44/9097/greenshot20090624154120.png I recompiled all the classes as I thought this was the issue Even after that I still get the error msg I

[development-axapta] Re: Issue : same EDT's in two different layer (USR VAR)

2009-06-17 Thread benoit.billington
It's okay now i'm good ! --- In development-axapta@yahoogroups.com, benoit.billington benoit.billing...@... wrote: Hello, We have several instance of AX running in different places for different peoples Some development were made in USR (on the FR instance of AX) Those devs had

[development-axapta] Re: Weird Issue while deploying a from DEV env. to TEST env.

2009-05-20 Thread benoit.billington
[cid:image001.jpg@...] Tlf.: 96 31 44 44 p...@...mailto:p...@... www.systemate.dkhttp://www.systemate.dk From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of benoit.billington Sent: 14. maj 2009 16:58 To: development-axapta@yahoogroups.com

[development-axapta] Re: Weird Issue while deploying a from DEV env. to TEST env.

2009-05-20 Thread benoit.billington
to stop your service, delete axapd.aoi file, start service... compile and synch it. --- On Thu, 5/14/09, benoit.billington benoit.billing...@... wrote: From: benoit.billington benoit.billing...@... Subject: [development-axapta] Weird Issue while deploying a from DEV env. to TEST env

[development-axapta] Re: Rename_ModuleList when upgrading 2.5-3.0

2009-05-19 Thread benoit.billington
I have a similar problem But in my case the method that is renamed_ is a custom method created in the bus layer on a standard object On my Dev env. it's fine, so I stop my AOS and copy the bus layer file to the TEST env. but when restarting the TEST AOS i still get the renamed_ method

[development-axapta] Button that opens a dialog from a class that can be changed in the same form

2009-04-20 Thread benoit.billington
I have a form with a ClassName field which can be filled by classes that implements a certain interface. On that same form I have a button that will open the dialog from the selected class Since this is dynamic I dunno how I could launch the specific Dialog. Maybe by overridding a method

[development-axapta] Prob : Form Lookup (custom) with filters (cascading lookup)

2009-04-16 Thread benoit.billington
Hello again :) http://img26.imageshack.us/img26/1766/greenshot20090409151059.png I made a custom lookup for my familyCode field as you can see my custom lookup contains 2 fields with each time a lookup and a grid http://img19.imageshack.us/img19/3633/greenshot20090415120249.png The grid

[development-axapta] Custom Form lookup with filters - clicking problem

2009-04-16 Thread benoit.billington
I have made a custom lookup with 3 linked tables 3 grids http://img254.imageshack.us/img254/1694/greenshot20090415165956.png When I click on an element in the grid1 (top left) it updates the grid2 (top right) and when i click on an element in that last grid2 (top right) it updates the grid3

[development-axapta] Re: Lookup on a lookup form

2009-04-16 Thread benoit.billington
--- In development-axapta@yahoogroups.com, Ciprian Ioan ioancipr...@... wrote: Hi! I have a control on a lookup form. I want this control to open another lookup form (or a drop-down list) to filter some records. When I click this the drop-down icon it closes both lookup forms so it doesn't

[development-axapta] Re: Query QueryBuildDataSource - Distinct records

2009-04-16 Thread benoit.billington
...@... wrote: Dear Benoit, you just have to change the 'OrderMode' on your datasource. Regards, Geoffrey Delmée - Mail Original - De: benoit.billington benoit.billing...@... À: development-axapta@yahoogroups.com Envoyé: Mercredi 15 Avril 2009 11:55:21 GMT +01:00 Amsterdam / Berlin

[development-axapta] Re: Prob : Form Lookup (custom) with filters (cascading lookup)

2009-04-16 Thread benoit.billington
set '_canClose' to 'true' only when clicking on the grid you select the information. In form method canClose() you test your boolean value. This may work too for your multi grid lookup. Regards, Geoffrey Delmée - Mail Original - De: benoit.billington benoit.billing...@... Ã

[development-axapta] Query QueryBuildDataSource - Distinct records

2009-04-15 Thread benoit.billington
How can I have distinct record using the querybuilddatasource from AX 4.0 If I was using AX 2009 i think i could use the addGroupBy method but what can I do with AX4.0 ? public void executeQuery() { Query query = new Query(); QueryBuildDataSourceqbsAppFamily;

[development-axapta] Project export

2009-02-25 Thread benoit.billington
Is it possible to export a project with all it's dependant object even if they aren't included in the project itself? eg. I have a table in my project which uses 2 EDT's that were created for another project. When I export my project I want the export file to contain those 2 specific EDT's