|
-
Jan 27th, 2000, 04:47 AM
#1
Thread Starter
New Member
I'm helping out a friend of mine in writing a VB program. Purpose of program: Track the times of phone calls from different depts, and keep an average of those times, as well as if the caller is transfered at the end of the call or not.
Everything is going good except we want to be able to remove the last call entered if we accidentally add a call to the wrong dept. Just how do we do this?
Assuming there is only 1 call available, we keep getting a divide by 0 error when we try to remove it.
Any and all help will be appreciated. Thanx
-
Jan 27th, 2000, 07:49 AM
#2
Junior Member
I'm not sure what the problem is but it might help if you tell us how you are storing the data and stuff. Give more details.
XinMan
-
Jan 29th, 2000, 07:34 AM
#3
Thread Starter
New Member
Being that my friend is the actual programmer, I'll let him fill you in...
-
Jan 29th, 2000, 07:42 AM
#4
New Member
I am currently storing the data in labels that i have hidden. if you know of an easier way of storing the data, let me know. i have tried a few things to get it to work, but to no avail.
-
Jan 29th, 2000, 08:51 AM
#5
Hyperactive Member
gah! labels? I think you'd be better off with list boxes and a text file. Perhaps write each call to the text file and also write each one to the list box. That makes things a lot easier. It should also take care of the other problems you're having. If you need further help, post or email me.
bob
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
|