Welcome, Guest. Please login or register.

Login with username, password and session length
Pages: [1]   Go Down
Print
Author Topic: menu command  (Read 1987 times)
0 Members and 1 Guest are viewing this topic.
rkreiss
Member

Posts: 7


View Profile
« on: December 05, 2007, 01:16:52 PM »

Is there a limit to the number of elements available to use with the menu command?

ie dim menu_1(10)

menu menu_1  - all 9 options work

dim menu_2(11) - first 9 options work, option 10 indented and not accessable

Logged

Richard Kreiss
GCC Consulting
email: rkreiss@gccconsulting.net
kenbrody
Administrator

Posts: 82


View Profile
« Reply #1 on: December 05, 2007, 04:10:20 PM »

(I think this is in the wrong section.  Lauren should be able to move it.)

filePro menus are limited to 24 elements.
Logged

Kenneth Brody
aka "Mr. filePro"  :-)
rkreiss
Member

Posts: 7


View Profile
« Reply #2 on: December 06, 2007, 09:18:20 AM »

Found my problem, my 10th element was array("11")="10:...."
Changed it to array("11")="0:...." and it worked fine.

That's the problem when one gets up at 4:30 AM to make  a flight and then goes to work.

Richard
Logged

Richard Kreiss
GCC Consulting
email: rkreiss@gccconsulting.net
Pages: [1]   Go Up
Print
Jump to:  

Valid XHTML 1.0! Powered by SMF 1.1.15 | SMF © 2011, Simple Machines | Massive Blue Theme By Cadosoas Valid CSS!