Update records in tabular-form

ab
Member Posts: 37
Is it possible depending on a test to activate and deactivate the possibility to modify a record in a tabular-form ? You can do this for the whole form, but I just want to do this for every record that fulfill my test. You can modify some records and can't modify some other records in the same form ! Thanks
0
Comments
-
That's possible.
In the OnAfterGetCurrRecord:CurrForm.EDITABLE(blnField);
orCurrForm.EDITABLE(NOT blnField);
or any other condition you may need.
Tino Ruijs
Microsoft Dynamics NAV specialist0 -
I have done this and that's ok! I'am positioned on a record and my currform is disabled. Is it possible to enable my currform when you want to add a new record with F3 or to scroll-down ? Thanks0
-
ab wrote:I have done this and that's ok! I'am positioned on a record and my currform is disabled. Is it possible to enable my currform when you want to add a new record with F3 or to scroll-down ? Thanks
No. That's not possible. :-k
I think the solution is to create a function (with F-key) on the form in which you put CurrForm.EDITABLE(TRUE);.
Tino Ruijs
Microsoft Dynamics NAV specialist0 -
Thanks !!!!0
-
You can try to use "InlineEditing" property of the TableBox control. If you enable this, the form is noneditable by default, but you can use F2 key to start editing any field which is editable... It is good to prevent accidental overwriting of data instead just "seaching" through the table...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