adspace


What is the usage of frame ?

Answer Posted / swamig

A frame is a graphic object that appears on a canvas.
Frames are used to visually contain items that belong to a
block.

WHen a frame is associated with a block, the items in the
block are automatically arrranged within a frame.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement

2227