Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need advice on designing screens for library system
Message
From
01/06/2004 20:50:42
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
01/06/2004 20:28:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00909087
Message ID:
00909094
Views:
16
>has anyone ever written an office library system in visual foxpro? can i get screenshots of the system? i have no idea on how to design the interface. pls help me.
>
>TIA.

For the interface part, I suggest that you use the same basic interface for most of your form.

For example, in Visual Extend (get the demo to see what I mean), the standard form has two pages on a pageframe; one page shows a grid, which allows the user to select a record. There are options for incremental search in any column, sorting on one column or on more than one, and filtering data, among others. All this is programmed in the base classes, in such a way that it is available to all forms.

A special problem are related tables; in Visual Extend, and without too much additional programming, this is best solved with separate forms - one for the parent, and one for the child.

Note that all the above applies to ANY system that access a database; your main design decision, for a specific system (like a library system) is, how to normalize the tables. I don't have any specific experience in a library system; for your purpose, try to figure out what you need, and use normalization rules (simplified explanation in my article at http://www.utmag.com/August2002/Page7.asp ) to decide what tables you need.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform