Classic Report runs RTC

gtr
Member Posts: 131
Hello,
I'm programming a report on a NAV2009 Classic Client.
The Report is triggered on a form.
On my PC there is only Classic client installed (no RTC) and the report prints correctly.
But when I run the report on a PC where RTC was installed (without being used) then the system tries to run RTC - which fails because it is not setup :
So there are several Warning messages coming up but finally the report prints.
Can someone explain to me why running the report is trying to run RTC ?
Thanks !
I'm programming a report on a NAV2009 Classic Client.
The Report is triggered on a form.
On my PC there is only Classic client installed (no RTC) and the report prints correctly.
But when I run the report on a PC where RTC was installed (without being used) then the system tries to run RTC - which fails because it is not setup :
So there are several Warning messages coming up but finally the report prints.
Can someone explain to me why running the report is trying to run RTC ?
Thanks !
0
Comments
-
Because in NAV2009 reports can have two layouts: one for the classic client (through Sections) and one for the RTC (through Visual Studio). You can delete the RTC layout for a report via Tools -> Delete Layout in order to use the layout for the classic client (even when printed using the RTC).
But when a report is printed through the classic client it should not start the RTC. That is strange.No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0 -
How is the report triggered from the form?
I guess that this is done using the hyperlink-feature instead of just running the report using the REPORT.RUN c/al code ?Jan Veenendaal0 -
Don't know how this could be done by what you call Hyperlink feature nor if it should.
So here is how report is triggered :
IF ISCLEAR(FilePDF) THEN
CREATE(FilePDF);
IF ISCLEAR(BullZipPDF) THEN
CREATE(BullZipPDF);
Filename1 := ...
IF EXISTS(Filename1) THEN
ERASE(Filename1);
BullZipPDF.Init;
BullZipPDF.LoadSettings;
RunOnceFile := BullZipPDF.GetSettingsFileName;
BullZipPDF.SetValue('Output', Filename1);
BullZipPDF.SetValue('ShowSettings', 'never');
BullZipPDF.SetValue('ShowPDF', 'no');
BullZipPDF.SetValue('ShowProgress', 'no');
BullZipPDF.SetValue('ShowProgressFinished', 'no');
BullZipPDF.SetValue('SuppressErrors', 'no');
BullZipPDF.SetValue('ConfirmOverwrite', 'no');
BullZipPDF.WriteSettings;
LReport.SETTABLEVIEW(LTable);
LReport.USEREQUESTFORM(FALSE);
LReport.RUNMODAL;
CLEAR(FilePDF);
CLEAR(BullZipPDF);0 -
Please can you please help me ?
Its nothing completely blocking but if my client could avoid to see crash RTC one time a session : would be nice0 -
No hint at all ! - I searched a lot but I can't find a solution0
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