
Tats
Moderators:daleadmin, Dale Harris, Alan, Andrew
While I do use these methods when switching to different functions the thing I do not want to do is to switch out modules while ringing a sale. Therefore all the code that I need to ring up a sale is in the POS.EXE program.
Dale Harris wrote:While it is true that there are things that can be done so that DOS software can use all the available memory on a hard drive is does so by switching things in and out of memory. This takes time.
While I do use these methods when switching to different functions the thing I do not want to do is to switch out modules while ringing a sale. Therefore all the code that I need to ring up a sale is in the POS.EXE program.
The other limitation, forced by QB, is the size of arrays. Since I want to sort things in memory and not on the disk, again for speed, I limit the stock table to eventually 13,000 items because, 1 that is almost the max I can sort in memory and 2. that would be the largest stock table that would fit on a floppy without compressing the file.
I am sure that there are ways around both of these constraints however I am just one guy, who taught himself to write software, sitting at his desk at home, doing the best that he can, who gives his stuff away. I guess that I am not too smart, particularly on that last thing.
Last night on chat we estimated that there have been 50,000 downloads of this software in the last 2+ years from my site alone. It is also available for download from other sites and is on several compilation CDs. From my email I have learned that it is used all over the world. It must not be totally crap, someone must like it. Maybe two people even?
I am sure that there are better POS programs out there, you could buy them instead of using mine. Or you could hire professional programmers to write a better one for you. Or you could use your superior programming abilities to write one of your own.
There, 3 solutions to the problem. I feel better now.
Users browsing this forum: No registered users and 20 guests