Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

default grid color

Former Member
0 Likes
731

Hi there.

I'm doing a grid, it's default line color is blue.

But when I set in fieldcatalog for all columns

fcat-edit = ' '

then set only for 1 column

fcat-edit = 'X'

the linecolor turns to gray Could You tell me how to bring back the default blue linecolor in situation when some grid lines are editable others are not? I'd be thankful for Your opinion. Greetings. P.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
672

Hi Piotr,

Also try setting the parameter I_DEFAULT = 'X' in the method set_table_for_first_display.

Useful Link for a sample code :

http://beingkedar.googlepages.com/objectorientedalv

hope this will help u solve ur issue.

Regards

Rose

Hi there.

I'm doing a grid, it's default line color is blue.

But when I set in fieldcatalog for all columns

fcat-edit = ' '

then set only for 1 column

fcat-edit = 'X'

the linecolor turns to gray Could You tell me how to bring back the default blue linecolor in situation when some grid lines are editable others are not? I'd be thankful for Your opinion. Greetings. P.

3 REPLIES 3
Read only

Former Member
0 Likes
672

Hi,

You need not set fcat-edit = 'x' or

fcat-edit = ' '.

Just comment that line.

Reward points if useful

Regards

rose

Read only

0 Likes
672

Rose Preethi

You need not set fcat-edit = 'x' or

fcat-edit = ' '.

Just comment that line.

So how should I determine which column can be editable or not?

Rose Preethi

I_DEFAULT = 'X'

unfortunately no effect

Read only

Former Member
0 Likes
673

Hi Piotr,

Also try setting the parameter I_DEFAULT = 'X' in the method set_table_for_first_display.

Useful Link for a sample code :

http://beingkedar.googlepages.com/objectorientedalv

hope this will help u solve ur issue.

Regards

Rose