Hi
 
If you're writing code that updates the current record via an X++ select 
forupdate/update or update_recordset then you'll need to call the datasource 
reread method afterwards so that the record picks up the new values. If your 
code affects more than one row in the datasource then you can either cycle over 
the affected rows (if there an't too many) and call reread() or call the 
exxecuteQuery method on teh datasource to get all the rows again.
 
Regards
 
Malcolm Burtt
Touchstone

        -----Original Message----- 
        From: development-axapta@yahoogroups.com on behalf of suneel babu 
        Sent: Mon 21/05/2007 10:29 
        To: Axapta Knowledge village; Development 
        Cc: 
        Subject: [development-axapta] Form Refresh problem
        
        

        
        HI., 
        I have problem with form refresh in axapta. when i change an record 
info in the data source of the current form then it doesn't refreshed. once i 
close the form and then open then its refreshed. plz tell any solution. for 
this. 
        Thank u.,
        __________________________________________________________
        Want to look great? Get expert opinion on beauty and skin care.
        http://content.msn.co.in/Lifestyle/AskExpert/Default01.htm 
<http://content.msn.co.in/Lifestyle/AskExpert/Default01.htm> 
        
        [Non-text portions of this message have been removed]
        
        

         



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

Reply via email to