Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrollbar in popup menu
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Scrollbar in popup menu
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00963607
Message ID:
00963607
Views:
59
Hi All

I have an application with a menu. In the menu's cleanup code I have following code:

*************************************************
Define POPUP Uppermenu MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE bar 1 of uppermenu Prompt "hey"
DEFINE bar 1 of uppermenu Prompt "hey1"
DEFINE bar 1 of uppermenu Prompt "blah"


DEFINE POPUP blah MARGIN SCROLL COLOR SCHEME 4

&& bunch of definitions

SELECT table

lnCount = 1

Scan for !DELETED()

lsPrompt = table.field
DEFINE BAR (lnCount) OF blah Prompt (lsPrompt)
lncount = lnCount +1
endscan


on bar 3 of uppermenu Activate popup scrubs

*************************************************

The problem is that I have about 55 entries in the table. All of them get added to the menu, but only 40 are displayed. I added scroll hoping it'll add scroll bar for the popup but it is still only displaying 40 menu items out of 55.

Is there a way to do it? Am I better of creating a selection screen? Is there something I am doing wrong?

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform