Help me on this code snippet

slmaluwaslmaluwa Member Posts: 366
Hi

I was browsing through the code in one of the forms and came across this code which I do not understand in the event No. - OnAssistEdit().
IF AssistEdit(xRec) THEN
  CurrForm.UPDATE;

Can someone explain what it does or means?

TIA

Maluwa
"A bove maiore discit arare minor"-"From the old ox, the young one learns to plow."

Comments

  • bbrownbbrown Member Posts: 3,268
    This updates the form display after someone has clicked on the AssistEdit button of that textbox.
    There are no bugs - only undocumented features.
  • Revolution1210Revolution1210 Member Posts: 161
    And you'll find the AssistEdit function hiding on the underlying table, for example on the Sales Header or Purchase Header table.
    Ian

    www.NextEqualZero.com
    A technical eye on Dynamics NAV
Sign In or Register to comment.