Re: [Axapta-Knowledge-Village] Error in Connecting to Another Database

2010-09-06 Thread sai sharan
at 11:14 PM, Ashish Singh wrote: > > > Hi Sai Sharan, > > You can see the code in the standard DAX 2009 classes for your reference * > \Classes\SIGSigningProvider_SQLServer_Server* > > Couple of suggestions for you, try to incorporate them. > > a) Try to incroporat

Re: [Axapta-Knowledge-Village] Error in Connecting to Another Database

2010-09-06 Thread sai sharan
AM, venkat raghavan wrote: > > > Dear Sai Sharan, > > It worked for you in VPC because, both salesFormLetter > and SalesFormLetter_PickingList classes Runon property is by default set to > "CalledFrom". In VPC both AOS and Client resides in the same virtual > machi

Re: [Axapta-Knowledge-Village] Error in Connecting to Another Database

2010-09-05 Thread sai sharan
Thnx a lo fr ur help. vl get back to u if there are any queries On 9/4/10, Ashish Singh wrote: > > > > > > > Hi Sai Sharan, > > You can see the code in the standard DAX 2009 classes for your reference > \Classes\SIGSigningProvider_SQLServer_Server > > C

[Axapta-Knowledge-Village] Error in Connecting to Another Database

2010-09-04 Thread Sai Sharan
Hi all, i had a senario where i need to save some data from Ax_Database to another database. I had Written a code for connecting to the Externa database. It worked fine when i Executed my code in VPC(VirtualPC)., But when i Execute the same code in Client System it showed me a Problem saying

[Axapta-Knowledge-Village] Re: How to call a method fr ever selection change in combo box

2010-08-22 Thread Sai Sharan
thnx a lot nikhil. --- In Axapta-Knowledge-Village@yahoogroups.com, Nix wrote: > > Hii SaiSharan, > > You can override the method selectionchange() of the Combobox control and > call ur respective method in it. > > On Thu, Jul 29, 2010 at 11:59 AM, Sai Sharan wrote:

[Axapta-Knowledge-Village] How to call a method fr ever selection change in combo box

2010-07-29 Thread Sai Sharan
Hi all, I am a beginner in Ax Programming. I want to call a method for ever selection change i made in a combo box. Please help me in resolving this, waiting fr u reply.

[Axapta-Knowledge-Village] Re: Trigger In Axapta

2010-07-26 Thread Sai Sharan
thnx a lot for ur help, --- In Axapta-Knowledge-Village@yahoogroups.com, Donny Wu wrote: > > Hi, > > Try to put your insert table code after super(); in insert method > > dwu > > On Tue, Jul 20, 2010 at 2:54 PM, Sai Sharan wrote: > > > > &

[Axapta-Knowledge-Village] Trigger In Axapta

2010-07-20 Thread Sai Sharan
Hi, Im a beginner in Axapta Programming, I wrote a code in the insert method of a table(wmspickingRoute) for adding the newly created record into another table which was in another database. But my problem is if i got any error in adding record to the table(wmspickingRoute) in current

Re: [Axapta-Knowledge-Village] Trigger in Ax

2010-07-05 Thread sai sharan
Thnx a lot fr ur help. On Mon, Jul 5, 2010 at 11:36 AM, Agus Riyadi wrote: > > > Hi, > > You can see example in the InventTable table insert() method. > > Regards, > > Agus > > > On Mon, Jul 5, 2010 at 10:42 AM, sai sharan wrote: > >> >> >&

[Axapta-Knowledge-Village] Connect to Another database in rutime using X++

2010-07-05 Thread Sai Sharan
sir , I am a beginner in Ax Programming, i had a situation where i need to reciprocate the changes made in a table in database1 into a table in database2. I had worked it out between two tables in one database by overriding insert() method . now i need those changes in the table which is in

Re: [Axapta-Knowledge-Village] Trigger in Ax

2010-07-04 Thread sai sharan
elete action constraints are also defined within > the application, not in the database. > > Best regards, > > Agus Riyadi > > > > On Sat, Jul 3, 2010 at 6:22 PM, sai sharan wrote: > >> >> >> >> sir , >> >> i am a beginner i

[Axapta-Knowledge-Village] Trigger in Ax

2010-07-03 Thread sai sharan
sir , i am a beginner in Ax Programming, I had a situation where i need to reciprocate the changes made in a table in one database into the table in another database. i added a trigger in sql server for that table. but when i add a record in that table from Ax it shows an error . so i nee