Close Form
rajinivm
Member Posts: 42
Dear All,
How can I close a form from another form?
We have two forms Form A and Form B
1. I opened A
2. I opend B
3. Now I want to close a Form A from Form B.
Thanks,
Rajini
How can I close a form from another form?
We have two forms Form A and Form B
1. I opened A
2. I opend B
3. Now I want to close a Form A from Form B.
Thanks,
Rajini
0
Comments
-
If you have used
FORM::RUN(FORM::"FormName")
in C/AL code, or the form is opened automatiaclly by clicking lookup or drill down then you can't (without using any tricks).
If you have usedFormVariable.RUN
then you can create new function on that form containing CURRFORM.CLOSE, and then close the form by calling that function.
Regards,
SlawekSlawek Guzek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-030 -
Thanks for your response....
We derived logic for closing forms using On Timer Trigger
Form A - Button On Push Event
1.Form B is opend from From A - FORM.RUN(43,rec)
2.Create Global Variable:=TRUE;
3.FORM A.VISIBLE:=FALSE; (Optional)
Form A - Ontimer Trigger - Timer Interval =5
IF Global Variable=TRUE THEN
CurrForm.CLOSE;
Regards,
Rajini0 -
you can also use the same principle like on "update mainform from Subform".
viewtopic.php?f=23&t=22564
this example you can also use for your "problem". so you doens't need the timerDo you make it right, it works too!0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 250 Dynamics CRM
- 102 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
