Home » Developer & Programmer » Forms » Form Builder (10 g)
Form Builder [message #673241] Tue, 13 November 2018 04:05 Go to next message
Farhan ud din
Messages: 32
Registered: October 2018
Location: malakand
Member

hello dears i have code for report server but i gives me the following error



REP-51002: Bind to Reports Server rep_hamdard-pc failed


my code

DECLARE

REPORT_SERVER VARCHAR2(1000);
FORMAT VARCHAR2(500);
LOGIN_USER VARCHAR2(500);
REPORT_PATH VARCHAR2(1000);

BEGIN

REPORT_SERVER := 'http://hamdard-pc:8889/reports/rwservlet?';
FORMAT := '&DESFORMAT=PDF&DESTYPE=CACHE';
LOGIN_USER :='&USER_ID= DEPT/NEW@ORCL';
REPORT_PATH := '&REPORT=D:\EMPLOYEE.RDF';


WEB.SHOW_DOCUMENT (REPORT_SERVER||FORMAT||LOGIN_USER||REPORT_PATH,'_BLANK');

END;

please rep me quickly and guide me that what is the problem
  • Attachment: Capture.JPG
    (Size: 100.74KB, Downloaded 1237 times)

[Updated on: Tue, 13 November 2018 04:08]

Report message to a moderator

Re: Form Builder [message #673242 is a reply to message #673241] Tue, 13 November 2018 04:24 Go to previous message
Michel Cadot
Messages: 68618
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Michel Cadot wrote on Mon, 12 November 2018 21:33

Michel Cadot wrote on Sat, 03 November 2018 08:41

My suggestion (as you post this in "Suggestions & Feedback" forum) is that you'd find for your topics titles more specific that the one you used: "oracle form", "FORM BUILDER", "Form Builder", "Oracle form Builder".
It's truer when you post in "Oracle Forms and Forms Builder" forum.

Previous Topic: Form Builder
Next Topic: Browse Picture
Goto Forum:
  


Current Time: Tue Mar 19 06:05:46 CDT 2024