How can a text file be attached to a report while creating
in the report writer?
Answer / guest
By using the link file property in the layout boiler plate
property sheet.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the built-ins used for Creating and deleting groups?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
What is a visual attribute?
How does the command POST differs from COMMIT ?
What is the order of the triggers fired once the form is opened?
What is the usage of frame ?
What are modalless windows?
Give the sequence of execution of the various report triggers?
Is it possible to disable the parameter from while running the report?
What is Post-Block?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
EXIT_FORM is a restricted package procedure ?