Making Fields Editable

Xavi
Member Posts: 26
We have a form(Say UserForm1) the Controls has to be made Editable or not editable depending on a value Selected. The value is to be selected from another table(table1) which has a primary Key and the fields from Userform1 as its field. It'll be having value true/False. If the value is true, after the selection of the Code, the fields in userform1 has to be made editable and Vice versa.
Example:
Userform1-Controls-C1,C2,C3
Code--- C1--- C2--- C3 (Fields)
A--- true--- False--- True
B--- False--- True--- True (Values)
C--- False--- False--- True
......
......
......
Help me... ](*,)
Xavi
Example:
Userform1-Controls-C1,C2,C3
Code--- C1--- C2--- C3 (Fields)
A--- true--- False--- True
B--- False--- True--- True (Values)
C--- False--- False--- True
......
......
......
Help me... ](*,)
Xavi
0
Comments
-
Check the function EDITABLE:EDITABLE
Use this function to return the current setting of the Editable property, and to change the setting of the property.
[IsEditable] := EDITABLE([SetEditable])
IsEditable
Data type: boolean
The current value of the Editable property.
SetEditable
Data type: boolean
The new setting of the Editable property.
You could use it then like:rMySettings.GET("My Code"); CurrForm."Your Filed C1".EDITABLE(rMySettings."Is C1 Editable"); CurrForm."Your Filed C2".EDITABLE(rMySettings."Is C2 Editable"); CurrForm."Your Filed C3".EDITABLE(rMySettings."Is C3 Editable");
®obi
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯0 -
That's exactly what i needed....It's working... Thanks Robert.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