Problem Refresh a subform from the same subform

vantonvanton Member Posts: 15
edited 2007-11-22 in Navision Financials
Hi everyone,
i have a problem in Navision SP3 and SQL Server 2005. In a subform i have a price in a field, when i change the price, i appear a message to the user if he want to accept this price or the system give another one and i put the correct price througth a function into the subform.

My problem is that the price i put is correct BUT the subform is not refreshed an i see the price before. If i scroll to the above record and scroll again to the changed record, a see the correct price. I have tried everything like

currrform.updatecontrols
like
currrform.update
like
currrform.save record and currrform.update.......
like
timer.....

But nothing.....
Plese any help????

Comments

  • krikikriki Member, Moderator Posts: 9,110
    Try this:
    SELECTLATESTVERSION;
    CurrForm.UPDATE(FALSE);
    
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.