RE: [development-axapta] Form lookup for date result in error

2004-12-08 Thread Sebastian Draese
Hello, try to insert your code in the validate-method or in the modified-method of the datasource-field. using a lookup doesn't fire the modified-event on the formcontrols ! bxe, SebDra -Original Message- From: Irving [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004

Re: SV: [development-axapta] data import error

2004-12-08 Thread Danny Gaethofs
Jens, I am indeed loading definition groups. Doing the same on an 3.0SP2 environment is nog giving this problem. What is the difference between SP3 and SP2. How can I get this solved? I managed to get the definition groups loaded using the import functionality and not the wizard. Still when I

[development-axapta] XMLFileDataExport with infopath

2004-12-08 Thread mat_bin
I try to export a query via XMLFileDataExport and reuse in MS infopath but he don't integrate the file. Why ? and have you a solution Best regards Mathieu Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go

[development-axapta] Re: LookUp URL in CustTable - VendTable

2004-12-08 Thread wohegro
hi, this behaviour is fixed with Ax 3.0 SP3. If you can't/won't upgrade to SP3 use the code below which should replace the code in form SysURLLookup, method run(): void run() { FormStringControl _control; str ret; ; _control = this.selectTarget(); // WoHeGro - Begin // transfering

[development-axapta] BOMConsistOfReport

2004-12-08 Thread ilker_axapta
Hi everybody, i need to add AvailPhysical field to the BOMConsistOfReport. Because i must see the available quantity of my material components in the report. I put the field on the report design but it not visible. Altough I gave the paramteres about appearance, it's not visible. I'll

[development-axapta] AXAPTA Performance Test using Form Open Tool

2004-12-08 Thread brainshapers
Hi Can anybody suggest me about the following: In AXAPTA Form Open Tool have many options such as : Lookup Test, Sort Test, Filter Test, Go To Main Test, Tab Page Test, Unfreed Object Test, Save Timing Data Test, etc., I run test for all of above types but I couldn't find the results for

[development-axapta] Export/import

2004-12-08 Thread irvr80
Hi We are currently upgrading from Ax2.5 to 3.0 In 2.5 we used ProjTable for another purpose, but now we have made another table ServiceTable, my question is, if i use standard export import, is it then possible to modify the files so they fit to the new table... some fields from projtable

[development-axapta] Re: Nested transactions and exceptions

2004-12-08 Thread ozzage
Hi An exception will always throw to the first catch OUTSIDE all current transactions. If there is no catch, then it will be caught by the standard Axapta exception handling - ie it will show the error, roll everything back, and stop execution. That's why you don't see anything at all in