how to set editable = false in pages?

julkifli33
Member Posts: 1,092
hi all
i add new field in table
and then i want to set non editable this field
editable <TRUE>
i change become editable <FALSE>
but it failed
does anyone know how to set editable in pages?
thanks
i add new field in table
and then i want to set non editable this field
editable <TRUE>
i change become editable <FALSE>
but it failed
does anyone know how to set editable in pages?
thanks
0
Answers
-
A field defined as non-editable in the table cannot be changed to editable on a page.
Properties on a table superseed properties on a page (always in a negative connotation)
yes on table but no on page = no
yes on table and yes on page = yes//d'uh
no on table and yes on page = no
no on table and no on page = no//d'uh0 -
Sog wrote:A field defined as non-editable in the table cannot be changed to editable on a page.
Properties on a table superseed properties on a page (always in a negative connotation)
yes on table but no on page = no
yes on table and yes on page = yes//d'uh
no on table and yes on page = no
no on table and no on page = no//d'uh
i set it as editable in table...
but i want non editable in page0 -
Create a boolean global variable and in properties set true for include in dataset
Make it to false in onopen or wherever you want and assign that variable in editable property of that field in page0 -
julkifli33 wrote:Sog wrote:A field defined as non-editable in the table cannot be changed to editable on a page.
Properties on a table superseed properties on a page (always in a negative connotation)
yes on table but no on page = no
yes on table and yes on page = yes//d'uh
no on table and yes on page = no
no on table and no on page = no//d'uh
i set it as editable in table...
but i want non editable in page~Rik~
It works as expected... More or Less...0 -
Troubles In Paradise wrote:julkifli33 wrote:Sog wrote:A field defined as non-editable in the table cannot be changed to editable on a page.
Properties on a table superseed properties on a page (always in a negative connotation)
yes on table but no on page = no
yes on table and yes on page = yes//d'uh
no on table and yes on page = no
no on table and no on page = no//d'uh
i set it as editable in table...
but i want non editable in page
it is not simple as you modified the form0 -
mohana_cse06 wrote:Create a boolean global variable and in properties set true for include in dataset
Make it to false in onopen or wherever you want and assign that variable in editable property of that field in page
or 1 global variable for whole page?0 -
julkifli33 wrote:mohana_cse06 wrote:Create a boolean global variable and in properties set true for include in dataset
Make it to false in onopen or wherever you want and assign that variable in editable property of that field in page
or 1 global variable for whole page?
you can use 1 variable in all fields/groups.
you only have to set editable property, for fields/groups, equal to the boolean variable.~Rik~
It works as expected... More or Less...0 -
Troubles In Paradise wrote:julkifli33 wrote:mohana_cse06 wrote:Create a boolean global variable and in properties set true for include in dataset
Make it to false in onopen or wherever you want and assign that variable in editable property of that field in page
or 1 global variable for whole page?
you can use 1 variable in all fields/groups.
you only have to set editable property, for fields/groups, equal to the boolean variable.
thanks for the info
do original nav page have used this method?
so i can follow0 -
oh yes! Customer Card has a variable called ContactEditable used for this aim.~Rik~
It works as expected... More or Less...0 -
Troubles In Paradise wrote:oh yes! Customer Card has a variable called ContactEditable used for this aim.
thanks a lot !!
just addOnInit() ContactEditable := TRUE;
and then Editable in Contact become ContactEditable
so simple0 -
julkifli33 wrote:Troubles In Paradise wrote:oh yes! Customer Card has a variable called ContactEditable used for this aim.
thanks a lot !!
just add
ContactEditable := TRUE;
and then Editable in Contact become <TRUE>
so simpleyes! I used a lot this feature it's very comfortable
~Rik~
It works as expected... More or Less...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