cancel
Showing results for 
Search instead for 
Did you mean: 

I dont have vertical scroll bar on my screen. Which is User define Screen. What can i Do For THat?

Former Member
0 Kudos

In SAP B1,

I have design one Big form but I don't have vertical scroll bar on my screen.

What can i Do For That?

Please Answer me friends ASAP..

Thank You !!

Accepted Solutions (1)

Accepted Solutions (1)

AdKerremans
Active Contributor
0 Kudos

Hi Pradeep,

The vertical scroll bar is not supported in User Forms.

the only thing you can do is use folders so the form will fit onto the screen.

Regards

Ad

Former Member
0 Kudos

HI ,

Thank you so much,

i will try to make my form divide into no. of folders.

Thanks and Regards

Pradeep

Former Member
0 Kudos

Hi pradeep,

For user forms there is no vertical scroll bars.For matrix and other objects it is there.

Please follow the system documents(like marketing docs) designing for your User forms even it is big form.

Former Member
0 Kudos

Hi vivek,

Thanks Vivek.

Vivek what are you used for SDK Coding? VB.Net or C#.Net??

Regards

pradeep

edy_simon
Active Contributor
0 Kudos

Hi Pradeep,

The vertical scroll bar is automatic when your form is greater than SBO height.

The only thing you need to handle is to force your form clientheight to your original form height.

In the After Form Resize event, write this :

oForm.ClientHeight = 1500;  //-- Adjust this value to let you see all your items.

Regards

Edy

Former Member
0 Kudos

Thanks Edy Simon,

I will try using your suggestion 

And can you help to my friend question???

there thread is on - http://scn.sap.com/thread/3403103 .

Thank You.

Former Member
0 Kudos

Hi Pradeep,

We are using VB.NET.

Former Member
0 Kudos

Thank You So much Edy Simon...

its worked...

Thanks.

pradeep

i have lots of problem can u help me?? if you free???

Former Member
0 Kudos

Hi vivek,

Actualy i m using C#.Net, and i think my template has something wrong. SO that's why i m asking you.

Can you help me to correct them??

Thanks.

Answers (0)