|
-
Mar 3rd, 2001, 12:23 PM
#1
Thread Starter
Hyperactive Member
I have a project I am writing for a client. The app. is 90% done. It is a time clock, so he can track employee hours...etc. I wrote it to use a .mdb...All is fine and dandy, my question is:
Should I set it up to always be in the background, (minimized in the taskbar) or in your opinion, should the app close after eack entry, and the record be updated? It dosen't use a lot of memory, but I was just looking for an opinion.
Thanks
Lee
 Mahalo 
VB6(SP5), VC++, COBOL, Basic, JAVA
MBA, MCSD, MCSE, A+
Computer Forensics
-
Mar 4th, 2001, 09:02 AM
#2
_______
<?>
If it doesn't need to be running then the obvious question would be why leave it running? The user has to click something to activate it, so why not a lnk file to start the app instead of an icon to activate the app?
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Mar 4th, 2001, 10:15 AM
#3
Lively Member
I'm with HeSaidJoe on this one. If it doesn't need to be running, then it shouldn't be running. Better to leave it not running just for safety sake.
Owen Holiday
"Programmers by passion, profession and insanity.
Insane from the irrational, illogical and VB."- ThreeMinds
-
Mar 4th, 2001, 10:34 AM
#4
_______
<?>
With that suite of armor and sword I'm glad you're on my side.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Mar 4th, 2001, 04:14 PM
#5
Lively Member
thanks
"Programmers by passion, profession and insanity.
Insane from the irrational, illogical and VB."- ThreeMinds
-
Mar 4th, 2001, 06:32 PM
#6
Thread Starter
Hyperactive Member
Thanks Guys,
I was just wondering, if if would at some time become (a pain) to start up the app. every time someone wanted to clock in, out. But you have reassured me the way I set it up was appropriate.
Lee
 Mahalo 
VB6(SP5), VC++, COBOL, Basic, JAVA
MBA, MCSD, MCSE, A+
Computer Forensics
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|