I received a file in PDF format, containing a family tree diagram. The diagram is in landscape orientation, just a bit wider than US letter-size (>11 inches). If i shrink the diagram to fit 11x8.5, the print is too small to read; legal size is only a bit better. What i'd like is to enlarge...
In FORMS, using a DataBlock Wizard to create block for tabular form. There is an 'ORDER BY' clause specified in the property pallette for the block; seems to be ignored. How do we do a sort in this case, pls?
In FORMS, in a procedure, we are building an IN clause for a SELECT in a variable by concatenating numeric values.
DECLARE
v_str varchar2(32760);
.
.
IF v_str IS NOT NULL
THEN
v_str := v_str || ', ' || i_stars_no;
ELSE
v_str := i_stars_no; /* first time */
END IF;
We are getting an...
Have a form containing both 'required' and non-required items. In case of an error in data entry, am trying to use the clear_form builtin to clear the screen and reset the cursor to the first field. What is happening is, the cursor is being positioned in each of the required fields, forcing...
Trying to convert a system created in Designer 2.1 to (Developer) Forms 6i. Would appreciate any "lessons learned" type info, caveats, warnings, etc.
TIA,
Ken Thompson
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.