.fmb will be in which folder
Answers were Sorted based on User's Feedback
Answer / reddy
in oracle applications we download .fmb files from au-
top/forms
| Is This Answer Correct ? | 1 Yes | 0 No |
i dont exactly rem`r but, when i was on training , v had
created a folder , and we used to save all our files there
in that folder....including .fmb files.
| Is This Answer Correct ? | 0 Yes | 2 No |
Hi...... I created a report which is geneated in .txt format. What I do for this is 1.First I change the system parameter mode to character in the report. 2.Then I place a button in my form to call the report. code in the button is as follows.. DECLARE rePid REPORT_OBJECT; rep_hndl VARCHAR2(100); BEGIN rePid := Find_Report_Object('reptxt.rdf'); Set_Report_Object_Property(rePid,Report_deStype,FILE); Set_Report_Object_Property(rePid,Report_FileName,'d:\sasi\reports\reptxt.rdf'); Set_Report_Object_Property(rePid,Report_desName,'d:\sasi\output\repprint.txt'); rep_hndl := Run_Report_Object(rePid); END; and it is working.. Now the problam is that when I preview the report from the report builder, it is in the format I needed. But when I run the form and run the report,Its alligment is not correct. Regards abc
List the Types of Items?
How i call Reports from Forms10g.
running a report from Form or other Report , The Parameter Form Page will be Display first . I don?t want to display the screen . What I have to do ?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame?
What are the different display styles of list items?
how to pass 2 parameters from one form to other in oracle applications?
What are the various sub events a mouse double click event involves?
did u received a single file or multiple files
What is an Alert?
List some built-in routines used to manipulate images in image_item?
Which of the two views should objects according to possession?