Sponsored Content
Full Discussion: Research paper library
Top Forums Shell Programming and Scripting Research paper library Post 302246121 by SHakur_BIG on Sunday 12th of October 2008 11:24:34 PM
Old 10-13-2008
Error Research paper library

menu should look at least like the following:-

RESEARCH PAPER LIBRARY - Main Menu
0 : EXIT this program
1 : EDIT menu
2 : REPORTS Menu

Enter your choice>

program should check for invalid choice and display error message and re-display the main-menu. If EDIT is chosen, then call program name RESPPR_EDIT which display the Edit's menu as follows:-

RESEARCH PAPER LIBRARY - Edit Menu
0 : RETURN to the Main Menu
1 : ADD
2 : UPDATE STATUS
3 : DISPLAY
4 : DELETE

Enter your choice>

If REPORT is chosen, then call program name RESPPR_REPORTS and display at least two report formats.

Summary of other programs

RESPPR_ADD: Ask for new record information and add a record to the RESPPR_FILE.

RESPPR_UPDATE: Update the status of the record. If status is borrowed, then asked for the borrower name.

RESPPR_DISPLAY: Display the record chosen by title of paper.


RESPPR_DELEE: Delete the record chosen by title of paper.


Q. How could i do like this program..?
 

8 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Research Project

Hi, I need you help with my research project that attempts to determine the link between users and manufacturers of IT Products such as Unix. This is part of an MBA program that I'm currently pursuing. My challenge is that I cannot possibly find out how I can send my research... (1 Reply)
Discussion started by: Tdludlu
1 Replies

2. UNIX for Dummies Questions & Answers

Research paper

I am doing a "research" paper for school and i'm having a hard time finding accurate information. I am supposed to choose three differant versions of unix, give a brief explination of each, tell why there each differant from each other. I have found a ton of web sites but the information is so vast... (1 Reply)
Discussion started by: pantsusan
1 Replies

3. Solaris

Printing spits out paper!!!

Hello again.. Here's my problem: i've got uses who print on a epson 1170 dot printer from a solaris server (SunOS ss5 5.3 Generic_101318-70 sun4m sparc) Normally they print out data of an informix database. The file is about 30 pages long. I had to modify the lp command as follows (lpbase... (1 Reply)
Discussion started by: penguin-friend
1 Replies

4. UNIX for Dummies Questions & Answers

Rock Paper Scissors

I'm trying to create this game in Unix. This is what I have so far: echo "Player one: Choose (R)ock, (P)aper (S)cissors" stty -echo read Pone case $Pone in R) echo "Good Choice! Let's see what Player two chooses.";; P) echo "Good Choice! Let's see what Player two chooses.";; S) echo... (5 Replies)
Discussion started by: gpro
5 Replies

5. UNIX for Dummies Questions & Answers

research proposal for PG

hi friends i have just completed my graduation and applied for Post graduation i have to submit a research proposal of OS in the interview i m a beginner & only read galvin & silbershcatz book on operating systems can anyone help me in that ... thanks in advance (3 Replies)
Discussion started by: iet.manish
3 Replies

6. AIX

Print Paper Size always A3 instead of A4

RICOH MPC4501 via AIX PrintServer is only printing on A3, even though its A4 contents. Similar Printer on same AIX PrintServer is printing correct though. What you think issue with first printer? AIX V6.1 (1 Reply)
Discussion started by: panchpan
1 Replies

7. UNIX for Dummies Questions & Answers

Research questions

Hi there, please could you assist me. I have no knowledge at all about Unix and I have applied for a job and they have given me a test and said that I can obtain the answers in any kind of way. There are 3 questions that I need answers for. I have tried researching the answers to these questions... (12 Replies)
Discussion started by: zakl
12 Replies

8. UNIX for Beginners Questions & Answers

NAS Research

Good Afternoon, Are most NASs compatible with Solaris/RedHat? Specifically, I'm looking at Western Digital ones but none of them say they are - I like My Cloud Pro Series PR4100 My Cloud Pro Series PR4100 – Network Attached Storage | Western Digital (WD) (3 Replies)
Discussion started by: Stellaman1977
3 Replies
MENU_ITEMS(3)						   BSD Library Functions Manual 					     MENU_ITEMS(3)

NAME
item_count, menu_items, set_menu_items -- attach items to menus or check correspondences LIBRARY
Curses Menu Library (libmenu, -lmenu) SYNOPSIS
#include <menu.h> int item_count(MENU *menu); ITEMS ** menu_items(MENU *menu); int set_menu_items(MENU *menu, ITEM **items); DESCRIPTION
The item_count() menu function returns the number of items currently attached to the menu passed. The menu_items() function returns a pointer to an array of item pointers that represent the menu items currently attached to the given menu. Apart from using new_menu() (see menu_new(3)) menu items may be attached to a menu by calling set_menu_items() any items currently attached to the menu will be detached and the NULL terminated array of new items will be attached to the menu. RETURN VALUES
Any function returning a string pointer will return NULL if an error occurs. Functions returning an integer will return one of the follow- ing: E_OK The function was successful. E_POSTED The menu is already posted. E_CONNECTED An item was already connected to a menu. SEE ALSO
curses(3), menus(3) NOTES
The header <menu.h> automatically includes both <curses.h> and <eti.h>. BSD
September 10, 1999 BSD
All times are GMT -4. The time now is 06:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy