from a subform call a function of main form

rbindini
Member Posts: 27
hello,
Is possible is a subform call a function of the parent form?
For example in a form 46 (suborder of sales order) i want call a funcion of form 42 (sales order form)
Thanks
Is possible is a subform call a function of the parent form?
For example in a form 46 (suborder of sales order) i want call a funcion of form 42 (sales order form)
Thanks
0
Comments
-
There are ways that you can "sort of" do this, but in the end its best to redefine the logic and do it differently. For example you can create a variable of the main form in the sub form, but if the function modifys records (which of course a function in a form would NEVER DO, but iff it did) then you would get versioning errors.
Rethink the placement of the function.David Singleton0 -
Hello,
In the subform:
1) I have add a global variable of type Form of the main form
2) I have add a function like this:
MCR_SetFrm(VAR frmApp : Form "Purchase Contract")
MCR_Frm := frmApp;
but new i compile navision lanch error:
Assignement is not allowed for this variable
Thanks0 -
What you are doing is definitely not the NAV way... please, describe what you want to solve, why you need that. I never needed to pass Form variable into another object/function.0
-
Hello,
I have a form with 2 subform: subform1, subform2
When i modify record with the subform1 I want refresh data of subform2
When i modify record with the subform2 I want refresh data of subform1
Thanks0 -
Ok, I will skip the part about possibility of upgrade of this solution... ;-)
I recommend to read this thread: viewtopic.php?f=23&t=22564
mainly the Garak's solutions with XMLDoc. You can use it to activate function on Master form which willl call update functions in your subforms.0 -
[Topic moved from 'NAV 2009' forum to 'NAV/Navision' forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0
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