function for update subform

artur+1artur+1 Member Posts: 18
Hi All

Would U like to tell me function about update/refresh subform(page). Like I found that should be new function because CurrPage.Update doesn't work. I need to update 2 fields in purchase order subform.

Comments

  • nvermanverma Member Posts: 396
    What trigger did you put that code in?
  • artur+1artur+1 Member Posts: 18
    in a OnValidate trigger of control of subpage that should be updated. I need update in a field in a subpage not in a a main page. The rec variable have they values but they aren't shown in a subpage after changing.
    if anyone can give me some light in my problem. I am beginner and I am a bit confused
    Thanks in advance
  • GilGil Member Posts: 49
    try refreshing your main page instead of the subpage, i think that will refresh the subpage as well :)
Sign In or Register to comment.