Creating Menu in Foxpro For DOS - Live To Learn!
Creating Menu in Foxpro For DOS - Live To Learn!
Log in
Live to Learn!
Everything is Possible
HOME
TUTORIALS
Ads by Google
PPTS
FORUM
Visual FoxPro
BLOG
CONTACT
MS Visual FoxPro
FoxPro
Of Visual FoxPro
proce dataent
do whil .t.
clea
@5,20 to 19,55 doub
@6,30 say "DATA ENTRY MENU"
@7,21 to 7,54
k1=0
@ 9,25 prompt "1. STUDENT"
@11,25 prompt "2. STAFF"
@13,25 prompt "3. FEES "
@15,25 prompt "4. COURSES"
@17,25 prompt "RETURN TO MAINMENU"
menu to k1
do case
www.livetolearn.in/site/foxpro-programming/creating-menu-foxpro-dos
NEW FORUM
T OPICS
Networking FAQ
What is the difference
between XML, XSL,
XSD?
How to reset mysql
privillages and root
password
Difference between
C loud C omputing and
1/3
7/20/12
case k1=1
do stud
case k1=2
do staff
case k1=3
do fees
case k1=4
do course
case k1=5
exit
otherwise
loop
endcase
enddo
clos all
return
Grid C omputing
Difference between
Image and
Picturebox in VB
More
proce repoprn
do whil .t.
clea
@5,20 to 19,55 doub
@6,30 say "REPORT MENU"
@7,21 to 7,54
k1=0
@ 9,25 prompt "Report 1"
@11,25 prompt "Report 2"
@13,25 prompt "Report 3"
@15,25 prompt "Report 4"
@17,25 prompt "Return to Mainmenu"
menu to k2
do case
case k2=1
do fmainprn
case k2=2
do fothrprn
case k2=3
do mainprn
case k2=4
do othrprn
case k2=5
exit
otherwise
loop
endcase
enddo
clos all
return
www.livetolearn.in/site/foxpro-programming/creating-menu-foxpro-dos
2/3
7/20/12
Like
up
Like
Login
Showing 0 comments
www.livetolearn.in/site/foxpro-programming/creating-menu-foxpro-dos
3/3