Migration Forms 6i to Forms 10g

Dicas e truques sobre Oracle Reports Builder - modo gráfico ou modo caractere, ascii, arquivo .PRT, etc
Post Reply
mdevf
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 1
Joined: Tue, 01 Nov 2005 8:18 am
Location: Ribeirão Preto SP

Personnel,

I am making the migration of a system built in forms 6i for developer 10g

The migration of reports in Bitmap mode are generated in .pdf Perfectly

But can not make printing in character in matrix printer someone

has passed through this and found a solution to this problem?

I am using:
Oracle 10g (10.2) OS: Linux Red Hat
Oracle Application Server 10g Release 2 (10.1.2). OS: Windows Server 2003
Developer version (10.1.2.0.2).

Thanks.

Mark
rodcapella
Rank: Programador Júnior
Rank: Programador Júnior
Posts: 19
Joined: Tue, 07 Jul 2009 10:26 am
Location: Rio de Janeiro - RJ

I'm wanting to do the opposite: I want to save a version of a report developed in Reports 9i in Reports 6i. Has anyone ever done it? Do you have any idea what has to be done?


grateful,
alexrsilva
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Tue, 27 May 2008 1:31 pm
Location: Rio de Janeiro - RJ

RODCAPELLA, you will have to recompile your Reports with Dev 6i to be able to use it.
And as for another doubt, in theory should work. Have you seen environment settings?
rodcapella
Rank: Programador Júnior
Rank: Programador Júnior
Posts: 19
Joined: Tue, 07 Jul 2009 10:26 am
Location: Rio de Janeiro - RJ

Thanks Alrsilva.

I'll do this attempt next week when the project is approved. I hope to recompile him at 6i solves everything, because it will save me a long time. If it does not work, I think I'll have to create a new one at 6i, taking advantage of the already developed queys.
rodcapella
Rank: Programador Júnior
Rank: Programador Júnior
Posts: 19
Joined: Tue, 07 Jul 2009 10:26 am
Location: Rio de Janeiro - RJ

Personal,

The project was approved and I just performed the test: pick up the reports generated by Reports 9i and compile them at 6i and they worked right. This saved me a few tens of working hours, it was perfect !!!

These reports had only been generated at 9i, but they had no extra functionality in relation to those existing in 6i. Cool !!!


VLW.
debby_acacio
Rank: Programador Sênior
Rank: Programador Sênior
Posts: 51
Joined: Tue, 22 Jan 2008 11:38 am
Location: Salvador - BA
Contact:

Hello RODCAPELLA

I am in the same migration process that you but I have a problem, when I put the Reports to the Screen or Cache font works perfectly.
I have a report that should run right into the printer ... and when I put Destype 'Printer' it generates a zipped file for download. I believe it is some configuration and I do not know where to change.

could anyone help me ??

Grata
Debby :)

I am using the following code:

Select all

  
(...) 
 
FIND_REPORT_OBJECT(v_nome_rel);   
 
	SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_COMM_MODE,SYNCHRONOUS); 
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_FILENAME,nvl(v_cam_padrão,v_cam)||v_report_file_name); 
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_EXECUTION_MODE,RUNTIME); 
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESTYPE,destype); 
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESFORMAT,desformat); 
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESNAME,desname); 
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_SERVER,v_reports_server_name); 
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_OTHER,v_report_otherparam); 
 
ReportServerJob := run_report_object(v_report_id, pl_id); 
 
(...) 
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 16 guests