UPdate Editable in a table

Noelit
Member Posts: 23
I want to enable editable property so as to run a report to slah zeros in NAV ](*,) ](*,) ](*,) ](*,) :roll: :roll: :roll: :roll:
0
Comments
-
Please rephrase your question... What is it you're exactly trying to do? I assume CurrForm.TableControl.EDITABLE := TRUE; isn't working for you since you're posting this.0
-
Noelit wrote:](*,) ](*,) ](*,) :roll: :roll: :roll: :roll:
I agree with Xypher, you should rephrase your question (I also agree with the fact that "NAV is fun", but anyway ...).
After wikipedia-ing it, I guess you mean "slashed zero", no? Then, I think using the font "Consolas", "Miriam", "Rod",... would be a possibility.0 -
Noelit wrote:I want to enable editable property so as to run a report to slah zeros in NAV ](*,) ](*,) ](*,) ](*,) :roll: :roll: :roll: :roll:
wow... I had to re-read the question and responses to still not be able to figure out what he needs...Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
Waldo wrote:Yeah, the "editable" property on a report is bothering me :-k0
-
If I understand correctly, you mean "removing zeros from the numbers by dividing them by e.g. 1000 to have smaller numbers able to fit into the editbox and not show them as ****** because the space. But the fields are non-editable and you are asking us if it is possible to edit these numbers through report?"
If it is what you mean, than answer is yes, you can edit these fields through report, but all depends on your license and if you are changing some standard fields, you need to know well what you are doing because all this can have big consequences...0 -
kine wrote:If I understand correctly, you mean "removing zeros from the numbers by dividing them by e.g. 1000 to have smaller numbers able to fit into the editbox and not show them as ****** because the space. But the fields are non-editable and you are asking us if it is possible to edit these numbers through report?"
If it is what you mean, than answer is yes, you can edit these fields through report, but all depends on your license and if you are changing some standard fields, you need to know well what you are doing because all this can have big consequences...
Thanks but the license is not an issue the thing is there fields like Amount in the Customer Table for example the property is set to No on Editable so when i run the report it does not slash the figures.NOTEThe figure have passed the area of 500 quadrillion and there can be an overfolw any time soon. ](*,) ](*,) ](*,) ](*,) ](*,) ](*,)0 -
There is a Divisor property for Controls in Forms and Reports, if you enter e.g. 1000 here it divides the amount displayed correspondingly. Don't forget to change the field caption to inform the user about it.Kai Kowalewski0
-
The Amount field in the customer table is so you can enter an amount that is billed periodically (a subscription price, for example).
Why not change the property to editable. In fact It's <Yes> by default.0 -
Noelit wrote:the property is set to No on Editable so when i run the report it does not slash the figures0
-
Let me take a stab at this...
(maybe not for the solution but to better describe what I think this person wants.)
Noelit is attempting to run a ProcessOnly Report to slash 0's on large numbers (Overflow size) but the Report cannot do so if the field is set to Editable: NO.
(Am I right? Do I get a cookie?)
0 -
Xypher wrote:Noelit is attempting to run a ProcessOnly Report to slash 0's on large numbers (Overflow size) but the Report cannot do so if the field is set to Editable: NO.Kai Kowalewski0
-
Well either I made myself look like a bumbling idiot twice in the same topic or by Kowa replying to my post I at least played a role in possibly bringing to light a license issue. (that had previously been brought up; Noelit might have not been aware of the latter mentioning of said issue? :-s)
Either way, I speak no further on this topic O:)0 -
how did "these numbers" (still unknown) get so large?
and even so is simply changing the value a responsibile move?
what will it effect?0 -
I was thinking the same thing.... are you going to simply go through the entire database and dividing all decimal fields by 1000?0
-
Just a thought...
IF Table.BigIntegerVar > ####### THEN BEGIN //***HACK & SLASH ZEROS!!*** (code here to make NewVar) Table.BigIntegerVar := NewVar; Table.BleedingZeros := TRUE; Table.MODIFY; END;
0 -
This may be the longest thread which everyone is trying to figure out what the question is.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
Maybe the inflation in his country is so high, NAV can't handle those large decimals anymore. :-s0
-
Xypher wrote:ajhvdb wrote:Maybe the inflation in his country is so high, NAV can't handle those large decimals anymore. :-s
No kidding... 300,000,000,000.00 for a pair of shoes!
Sounds like rupiah...
Anyway this large numbers matter is no joke...been enlarging a lot of fields & converting a lot of reports to landscape because of display purposes...NAV - Norton Anti Virus
ERP Consultant (not just Navision) & Navision challenger0 -
If really every single amount has to be divided, the best way is to use the Euro Conversion Tool and adapt that for your country version. Every european database in the eurozone that was started before 2002 had to go through this.Kai Kowalewski0
-
Kowa wrote:Xypher wrote:Noelit is attempting to run a ProcessOnly Report to slash 0's on large numbers (Overflow size) but the Report cannot do so if the field is set to Editable: NO.
Guys the License is not an issue,all the relevant granules are there, its just that the Figures here are a bit wayward to most of you bcoz of yo economies.I can manually do the process of changing the property but was looking at a scenario where i can just change the property during runtime as what happens when a form using the Update editable property ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) :shock: :shock: :shock: :shock: :shock:0 -
Once more.... the editable property of a field has NOTHING to do with whether you can modify the value through C/AL code. Even when a field is set to be non editable, you can still modify the value by programming it.0
-
i suggest you enter a new currency RupiMln which is exactly 1000000:1 to rupi and then use RupiMln0
-
My last crack.
Are you talking about the DecimalPlaces property?Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
-
A little off-topic:ajhvdb wrote:Maybe the inflation in his country is so high, NAV can't handle those large decimals anymore. :-s
Inflation in Zimbabwe this year reached 2 200 0000 per cent (two million two hundred thousands). That's official Zimbabwe's government information. Unofficially it is expected to be bigger.
Regards,
SlawekSlawek Guzek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-030 -
Are there any companies in Zimbabwe that uses Navision? :-kConfessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0
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