[development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread abhi_the_star
Hi,

I am new to Axapta. I have creates a simple program in which, I have enter a 
text in database using textbox and button.This form also contains the grid 
which shows the inserted data. now on click of button, I want to refresh the 
grid, which shows newly created record.

can anybody help me.
my table name is A_Rolelookup and datasource name is Datasource1.

Abhishek Soni




Re: [development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread Agus Riyadi
Hi,

This blog maybe can help you
http://kashperuk.blogspot.com/2010/03/tutorial-reread-refresh-research.html

Regards,

Agus

On Tue, Jun 15, 2010 at 5:29 PM, abhi_the_star abhi_the_s...@yahoo.comwrote:



 Hi,

 I am new to Axapta. I have creates a simple program in which, I have enter
 a text in database using textbox and button.This form also contains the grid
 which shows the inserted data. now on click of button, I want to refresh the
 grid, which shows newly created record.

 can anybody help me.
 my table name is A_Rolelookup and datasource name is Datasource1.

 Abhishek Soni

  



[Non-text portions of this message have been removed]



Re: [development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread Sumit Loya
Hi Abhishek,

You will have call the method *tableName*_ds.executeQuery() to re load the
new data from database onto the grid.

Regards,
Sumit

On Tue, Jun 15, 2010 at 3:59 PM, abhi_the_star abhi_the_s...@yahoo.comwrote:



 Hi,

 I am new to Axapta. I have creates a simple program in which, I have enter
 a text in database using textbox and button.This form also contains the grid
 which shows the inserted data. now on click of button, I want to refresh the
 grid, which shows newly created record.

 can anybody help me.
 my table name is A_Rolelookup and datasource name is Datasource1.

 Abhishek Soni

 



[Non-text portions of this message have been removed]



Re: [development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread mni_col
Hi,

see a nice article from Kashperuk that can help you get clarity in this ..

http://kashperuk.blogspot.com/2010/03/tutorial-reread-refresh-research.html

Best regards
Michael



From: abhi_the_star 
Sent: Tuesday, June 15, 2010 12:29 PM
To: development-axapta@yahoogroups.com 
Subject: [development-axapta] Dificulties in refreshing grid.


  
Hi,

I am new to Axapta. I have creates a simple program in which, I have enter a 
text in database using textbox and button.This form also contains the grid 
which shows the inserted data. now on click of button, I want to refresh the 
grid, which shows newly created record.

can anybody help me.
my table name is A_Rolelookup and datasource name is Datasource1.

Abhishek Soni





[Non-text portions of this message have been removed]