1.) I have create a Report.
2.) In the Report i have input FORM.RUNMODAL(52115); in the OnInitReport() -Trigger
3.)
a) I would run the Report (with Property ProccesingOnly) in the RTC but i become an error "the page does not exist"
b) I would run the Report (with Property ProccesingOnly=false) in the RTC but i become an error "database server unknown"
Please Help Me. What do I simply wrong?
PS: Sorry for my bad English :oops:
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
This works but for my Form not!
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Wat is wrong???
EDIT: In ClassicClient(CC) I can run the Form over the Report (see the Picture)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
after save object in the RTC following Error
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
when I run the Report (with Property ProccesingOnly=false) in the RTC but i become an error "server unknown"??
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I work on a Virtual PC. It's only Nav 2009 (RTC+CC) installed.
EDIT: Is that right (PIC ServErr) that i can't the server select??
I have the connection setup in the CustomSettings.xml!?
2) Where the SQL server is running? It seems that the client is trying to connect to it but cannot...
3) Are you running the CC when developing the form/report in the VPC too ro you run it from outside?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I'm using the default sql server instance. But its exist an another Instance from an old SQL Server!?!
My Configuration:
ServerName = TESTPC\SQLEXPRESS
Database = Nav2009_PPS_Demo
@kine
2) Where the SQL server is running? It seems that the client is trying to connect to it but cannot...
SQL-Server is running (on Virtual PC)
3) Are you running the CC when developing the form/report in the VPC too ro you run it from outside?
Yes the CC is running when i developing the form/report, but i can close the CC & RTC and restart and the problem is not solved
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
How can i easy change the named instance to a default insatnce?
I can't create equivalent Page .. that form is a matrix form
In the OnInitReport trigger write:
FORM.RUNMODAL(0, yourRecord);
your form should open this record by default i think... i mean
FORM.RUNMODAL(0, recCust); opens the customer list
source:Mark Brummel's blog
Yes, but i become the Error "Server unknown" bei run the report in the rtc = that's my problem
But, WHY I can run other classic reports??
Is the default instance only for the CC-Forms in RTC essential???
Also make sure that the RTC and classic client are same version.
When i try this, the customer list is open.