Search found 146 matches

by Dukane
Thu Aug 10, 2006 3:33 am
Forum: Dale Harris Educational Software
Topic: 2/13/2008: New! QSale Information and News
Replies: 100
Views: 588472

Well now I can't get through! I think it's time you changed web hosts. Your current company seems to be nothing but trouble.
by Dukane
Mon Aug 07, 2006 6:10 am
Forum: Dale Harris Educational Software
Topic: 2/13/2008: New! QSale Information and News
Replies: 100
Views: 588472

That's so strange that those links don't work for you guys! I just tried both of them and they are working fine for me.
by Dukane
Sun Jul 30, 2006 8:39 am
Forum: Off-Topic
Topic: Need some VB and QB Support?
Replies: 4
Views: 22272

Your account has been suspended!
by Dukane
Sun Jul 23, 2006 5:21 pm
Forum: Dale Harris Educational Software
Topic: 2/13/2008: New! QSale Information and News
Replies: 100
Views: 588472

Just curious if you have a status check or some screen shots for the last version of QSale or the next version of vbPOS.

And since it is in the infatile stage, PLEASE make vbPOS more dependent on the keyboard and LESS on the mouse!
by Dukane
Wed Jul 12, 2006 9:20 pm
Forum: Dale Harris Educational Software
Topic: 2/13/2008: New! QSale Information and News
Replies: 100
Views: 588472

Any word on those changes or the full version of vbPOS coming out soon?
by Dukane
Fri Jul 07, 2006 8:10 pm
Forum: Off-Topic
Topic: free phpBB hosting
Replies: 5
Views: 24778

Why is bdude hosting dead?
by Dukane
Fri Jul 07, 2006 7:59 pm
Forum: Off-Topic
Topic: NZ retailer The Warehouse still uses DOS software
Replies: 4
Views: 10947

DHPOS resemblance

Those sales screens look an awful lot like DHPOS!
by Dukane
Fri Jul 07, 2006 5:17 pm
Forum: Dale Harris Educational Software
Topic: 2/13/2008: New! QSale Information and News
Replies: 100
Views: 588472

But you just made it public.
by Dukane
Fri Jul 07, 2006 3:23 pm
Forum: Dale Harris Educational Software
Topic: 2/13/2008: New! QSale Information and News
Replies: 100
Views: 588472

Andrew,

HAHA guess not. Although I should add the disclaimer that the code above is for 2003. I'm assuming it will also work in 2005.
by Dukane
Thu Jul 06, 2006 9:38 pm
Forum: Dale Harris Educational Software
Topic: 2/13/2008: New! QSale Information and News
Replies: 100
Views: 588472

Well here is an example of a quick way to write to a binary file: Imports System.IO Private Sub SavePassword() Dim newPassword As String newPassword = Console.ReadLine() Dim DataStream As New FileStream("password.pwd", FileMode.Open) Dim PasswordWriter As New BinaryWriter(DataStream) PasswordWriter....
by Dukane
Thu Jul 06, 2006 7:08 pm
Forum: Dale Harris Educational Software
Topic: 2/13/2008: New! QSale Information and News
Replies: 100
Views: 588472

Why don't you save the passwords and transaction numbers in binary files?
by Dukane
Wed Jul 05, 2006 5:02 pm
Forum: Dale Harris Educational Software
Topic: 2/13/2008: New! QSale Information and News
Replies: 100
Views: 588472

dhUser,

How do I change the password permanently? I was able to change it for one session, but when I closed the program, it didn't remember my change.

And, why doesn't the close button kill the application? I found it running 2 hours later when I thought I had terminated it.
by Dukane
Wed Jul 05, 2006 2:53 pm
Forum: Dale Harris Educational Software
Topic: 2/13/2008: New! QSale Information and News
Replies: 100
Views: 588472

Problems in vbPOS version 2.0

Can I change the password and username? I really feel this program should format all entires as currency to make everything a lot more clear. The delete selected item function shouldn't ask for a price, it should just remove the item. If I enter the wrong price, the sale total is messed up. Let's sa...
by Dukane
Sat Jul 01, 2006 1:23 pm
Forum: Dale Harris Educational Software
Topic: Problem with "groups"
Replies: 8
Views: 8927

Nevermind, got it.
by Dukane
Sat Jul 01, 2006 1:00 pm
Forum: Dale Harris Educational Software
Topic: Problem with "groups"
Replies: 8
Views: 8927

Menu level problem

Dale, When I enter an item from the groups menu, I feel that I should be taken back to the groups menu (the top level menu) where I can select from my general categories again. It appears in the latest version, when adding an item from a group, I'm taken back to the second level menu. For instance, ...