Refresh Form from an other form

LeoNav
Member Posts: 55
Hi, 
I would like to refresh a form but from an other form. Is it possible ?
I know UPDATE exists but it works only from the current form.
Here is the situation :
I add some lines to a form from an other form with that code :
I only want to refresh the form after the loop is finished. I precise that the loop works on an other form.
An idea ?

I would like to refresh a form but from an other form. Is it possible ?
I know UPDATE exists but it works only from the current form.
Here is the situation :
I add some lines to a form from an other form with that code :
Cpt:=0; CurrForm.SETSELECTIONFILTER(SelectionTest); IF SelectionTest.FINDSET THEN REPEAT Cpt:=Cpt+1; Table56204.INIT; Table56204."Qualification Code" :='oups'; Table56204.Type := Table56204.Type::Job; Table56204.Code := SelectionTest."No."; Table56204.Name := SelectionTest.Description; Table56204.INSERT; UNTIL SelectionTest.NEXT = 0;
I only want to refresh the form after the loop is finished. I precise that the loop works on an other form.
An idea ?
0
Answers
-
I think it's possible to refresh a form 'A' from other form 'B'
You can try to make a function to refresh current form (with UPDATE syntax) in form 'A'. Then, from form B, you can call the function refresh in form A..Best regards,
Johanna0 -
But in this case, the form B will uses the same code than the form A, what is exactly the same than typing directly the code on the button,no ?0
-
If I don't misunderstanding what is your goal, I think that your codes above in form A are used to add some line in form B then you want to refresh form B.
In form B add function Refresh with codes : CurrForm.UPDATE(FALSE);
In form A after the loop is finished, add codes : FormB.Refresh;Best regards,
Johanna0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions