Jump to content

Recommended Posts

Posted

Hi,

I would like to create a TimeTable for employees working schedule.

Which programming tool it recommended to use?

How should I create the interface to be user friendly?


Posted
Which programming tool it recommended to use?
The question is very vague, but I find Visual FoxPro the easiest tool to use to create desktop database apps.
How should I create the interface to be user friendly?

There are many books on this topic. too much to go into on this forum. But as a rule a good starting point is to ask your users to sketch what they think the interface should look like, then evaluate their ideas. Even if they suck it makes people feel like part of the process and are less resistant to change when it is implemented.

Posted
There are many books on this topic. too much to go into on this forum. But as a rule a good starting point is to ask your users to sketch what they think the interface should look like, then evaluate their ideas. Even if they suck it makes people feel like part of the process and are less resistant to change when it is implemented.

the problem is, I'm very new to interface creation...

& I don't realy know where to start the DB...

Posted

Interface design is more art than science. Like I said, solicit opinions from end users. They often have ideas on what interface should be like. You just need to consider what you are trying to accomplish. What information gets presented on screen, what controls to display them in, these are subjective things with no correct answer. It will be an iterative process of test and refine.

Posted

if I tag the users, I could call them 'technophobes'...

but if i'll show them something ready they will tell their opinion...

but the problem is this system has more exception than I could explain...

(mostly visual)

Posted

Well, start with the basic display then add your exceptions. sometimes this involves enabling/disabling or hiding/unhiding controls according to current conditions. If it really has more exceptions than you can explain you are in trouble. You need to be able to explain it, both to yourself and others.

Posted
Well, start with the basic display then add your exceptions. sometimes this involves enabling/disabling or hiding/unhiding controls according to current conditions. If it really has more exceptions than you can explain you are in trouble. You need to be able to explain it, both to yourself and others.

the problem is not en/disabling or un/hiding controls. it's more about resizing them, to fit each emploee's shifts...

but you're right, I

ll start & see where it goes...

Posted

Controls can also be conditionally repositioned and resized at runtime using Top, Left, Height and Width properties.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...