Hello,
I could only find one message in the archives regarding making a spreadsheet view for a database in PowerBASIC... He never got a reply, so I'm going to try again
What I have at the moment
, and it does work, is a grid of edit controls. I even have them changing size and adding and removing as necessary.
1) I don't like it: Mickey mouse here we come!
2) It is too slow when the number of edit controls get up there.
Other than tackling a complete custom control from scratch I was wondering if anyone else had some ideas for this task. I would imagine that this would need to be done fairly often, so what do you guys do?
Either way, after the more important parts of the system are together I'll be writing the custom control. Just looking for something to hold for a couple months.
PS regarding other stuff for databases: If you haven’t seen it yet, there is the complete code in the Source Code Forum for an ARC4 encryption sub that encrypts at about 1.4MB per second on a 350 clock
Thanks,
Colin Schmidt
-------------
Colin Schmidt & James Duffy, Praxis Enterprises, Canada
I could only find one message in the archives regarding making a spreadsheet view for a database in PowerBASIC... He never got a reply, so I'm going to try again

What I have at the moment

1) I don't like it: Mickey mouse here we come!
2) It is too slow when the number of edit controls get up there.
Other than tackling a complete custom control from scratch I was wondering if anyone else had some ideas for this task. I would imagine that this would need to be done fairly often, so what do you guys do?
Either way, after the more important parts of the system are together I'll be writing the custom control. Just looking for something to hold for a couple months.
PS regarding other stuff for databases: If you haven’t seen it yet, there is the complete code in the Source Code Forum for an ARC4 encryption sub that encrypts at about 1.4MB per second on a 350 clock

Thanks,
Colin Schmidt
-------------
Colin Schmidt & James Duffy, Praxis Enterprises, Canada
Comment