Home » Developer & Programmer » Forms » List Ittem not showing complete text (Forms 10g, Windows)
icon4.gif  List Ittem not showing complete text [message #682054] Fri, 02 October 2020 01:30 Go to next message
syedferhat
Messages: 17
Registered: February 2013
Location: Karachi, Pakistan
Junior Member
Dear Friends

I had create a form in oracle 10g and i have a list item which papulate from a table, but the display value not showing full text of the field for example

Product table

Code Description
1 The Panaroma products
2 Bussiness information Report (L)
3 Bussiness information Report (F)

When I run the form i will display like
Bussiness information Report (
Bussiness information Report (

Althoug i had change the width also reduce the font size as well but still no change

Please help me in this regard

declare
a number;
begin

a:=populate_group('prd');
populate_list('ord_det.p_ID','prd');


end;

Record Group PRD
select rtrim(cat_name), cat_code from catag order by 1
Re: List Ittem not showing complete text [message #682055 is a reply to message #682054] Fri, 02 October 2020 01:49 Go to previous message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

Please read the OraFAQ Forum Guide and How to use [code] tags and make your code easier to read.
Indent the code, use code tags and align the columns in result.

And think about feeding back in your topics if you want to continue to get help.

Previous Topic: Disable F10 in oracle forms
Next Topic: How to set value to visual attribute at runtime
Goto Forum:
  


Current Time: Thu Mar 28 10:42:01 CDT 2024