works in English, but not in GREEK...please help...

demi222
Member Posts: 131
Report 50000 GR Journal works when I'm in the English Language.
When I go to Greek, it doesn't work.. for my Greek fellow workers.. this is the message I get:
Το φίλτρο 'Report Ημερολόγιο Γ/Λ-Α/Λ (ΕΛΛ)' είναι άκυρο.
Καταχωρήσατε μια άκυρη παράσταση στο φίλτρο του πεδίου Ονομασία
Εκτύπωσης του πίνακα Ημερολόγιο Θεωρημένων Εκτυπώσεων.
The filters I use are the same as in the English version... and it works in English.
Any ideas?
When I go to Greek, it doesn't work.. for my Greek fellow workers.. this is the message I get:
Το φίλτρο 'Report Ημερολόγιο Γ/Λ-Α/Λ (ΕΛΛ)' είναι άκυρο.
Καταχωρήσατε μια άκυρη παράσταση στο φίλτρο του πεδίου Ονομασία
Εκτύπωσης του πίνακα Ημερολόγιο Θεωρημένων Εκτυπώσεων.
The filters I use are the same as in the English version... and it works in English.
Any ideas?
0
Comments
-
Can you roughly translate the greek error message?
That would help very much.0 -
It says...
the filter Report GR Journal is invalid.
You posted and invalid action in the filter 'report name' of the table 16702 Official printed report log.0 -
What codeline is throwing the error? (Try enabling the debugger but without breakpoint at triggers)
My guess is you are using SETVIEW incorrectly... Have you seen this thread: http://www.mibuso.com/forum/viewtopic.php?t=4217 ?Regards
Peter0 -
It Breaks on error in Codeunit 16700
UpdateLog(ObjectName,NumberOFPages,PeriodStartDate,PeriodEndDate,JournalCode,DocNo,GlobalDim1,GlobalDim2,LocationCode)
IF Logtemp.FIND('+') THEN
Log."Consec. Number" := Logtemp."Consec. Number" + 1
ELSE
Log."Consec. Number" := 1;
Logtemp.SETCURRENTKEY(Logtemp."Report Name",Logtemp."From Date",Logtemp."To Date",Logtemp."Journal Code");
Logtemp.SETFILTER(Logtemp."Report Name",ObjectName);
Logtemp.SETFILTER(Logtemp."Journal Code",JournalCode);
Logtemp.SETFILTER(Logtemp."Global Dimension 1 Code",GlobalDim1);
Logtemp.SETFILTER(Logtemp."Global Dimension 2 Code",GlobalDim2);
Logtemp.SETFILTER(Logtemp."Location Code",LocationCode);0 -
When you just wish to set a filter to a single value you should use SETRANGE instead of SETFILTER. I'm quite sure it will solve the problem.Regards
Peter0 -
Hi,
What version of the two objects do you use?
With the NAVGR3.70.01 for both the Report and the codeunit works both in English and Greek, without any errors.0 -
I have the same vershion you do Arhontis...
However, other programmers have done stuff to it..!!!
I got it to print... It had to do with the name of the report, it was too long!!! UNBELIEVABLE!
Now what doesn't work... When I print the Official Report, the Last Official Document No. is not correct (in fact, it shows 0 in Table 16702).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