RE: [development-axapta] getting data from ax 2.5 table to same tableNAME in 3.0, but different table id#

2005-03-06 Thread Byteway
Try exporting as TEXT, instead of a binary file. Do this for both ax2.5 and 3.0. Then compare the definition file and see the difference. An alternative is that you parse the values from ax2.5 into an excel worksheet, and read that back in ax3.0. /b   _  Van: el8tion [mailto

RE: [development-axapta] validate / modifed ?

2005-03-06 Thread Byteway
First create a fieldgroup on the table which is shown in the Grid. Then create a validateField() method on the table you want to be editable. Now in that method, determine whether the value exists in the related table (create an exist method in your tableTwo that returns a Boolean) and let

[development-axapta] getting data from ax 2.5 table to same tableNAME in 3.0, but different table id#

2005-03-06 Thread el8tion
I'm having a major problem that i didn't expect. Doing an ax 2.5 to ax 3.0 upgrade. The ax 2.5 version had many custom tables in usr layer - most of those we wanted to drop in ax 3.0, so they've been excluded from the usr layer in 3.0 - all except for one. When we sync the database in ax

RE: [development-axapta] validate / modifed ?

2005-03-06 Thread Kuldar Krabbi
Hi, Something like: TableOne.orig().fieldX should do the trick. Kuldar Krabbi -Original Message- From: nabilwilson [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 7:28 PM To: development-axapta@yahoogroups.com Subject: [development-axapta] validate / modifed ? Hello

[development-axapta] validate / modifed ?

2005-03-06 Thread nabilwilson
Hello all, This is a really simple problem, but somehow I just could not make it. Here's an example: I have two tables (e.g. "TableOne" and "TableTwo"), which both have one textfield (let's call it  "fieldX"). Then I have a grid in a form, where I have one column which data comes from Tab

[development-axapta] Re: Error when trying to void a check

2005-03-06 Thread lewickiw
What actually happens is SpecTrans records for un-settlement get mixed up with SpecTrans records for settlement. If user marks a customer transaction for settlement in the "Open-transaction editing" form and leave the form without an actual update a SpecTrans will be left in the database. T

[development-axapta] recordViewCache

2005-03-06 Thread mshearsby
Hi All, I have been making some changes to a sales order import procedure, and have started getting the following info message (only when running in 3 tier): The cursor is invalid for instantiating recordViewCache This occurs if I use: SalesLineType.initFromSalesTable(salesTable); Has a

RE: [development-axapta] Re: Product builder, how to execute user entered X++

2005-03-06 Thread Gokhan Can
WEll I have this error when I try to compile and I have about 250 variables in product builder and when ıt creates PBAInıt function by itself it gives this error. If it was my function I would split it but It creates Inıt function programatically. So I guess there is no solution but decreasing