Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

Not Showing Data

Posted on by 3,027

Hi

  I have SubForm & below code on Push Trigger . I want Data to be displayed in SubForm after Processing but i have to exit Form then it shows Data.

IF TEntry.FINDFIRST THEN BEGIN
TeDate := TEntry.Date;
Amount := 0;
REPEAT
Amount += TEntry."Amount";
IF TeDate <> TEntry.Date THEN BEGIN
CNLine.VALIDATE("Store No.","No.");
CNLine.VALIDATE("Date",TEntry.Date);

CNLine.VALIDATE("Amount",TEntry."Amount");

CNLine.INSERT;
TeDate := TEntry.Date;
Amount := 0;
END;
UNTIL TEntry.NEXT=0;

Thanks

*This post is locked for comments

  • jsshivalik Profile Picture
    jsshivalik 3,027 on at
    RE: Not Showing Data

    Hi

     I have Button . On Push i process records and i want after processing is finished Data in SubForm gets Updated.

    Thanks

  • Suggested answer
    Stefano Demiliani Profile Picture
    Stefano Demiliani 37,162 Most Valuable Professional on at
    RE: Not Showing Data

    Add CurrForm.UPDATE(false) after the data loading.

  • Suggested answer
    Inge M. Bruvik Profile Picture
    Inge M. Bruvik 32,748 Super User 2024 Season 1 on at
    RE: Not Showing Data

    Have you tried to add an currform.Update command ?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans