| Thread | Last Post | Replies |
|
| Converting class in .PRG to .VCX | 28 Nov 2004 14:13 GMT | 6 |
I have defined a form class inside a .PRG file which I would like to save as .VCX file or compile as a .vcx file, so that I can conveniently use it in other programs. Is there anyway to do this?
|
| How to avoid 'Class not registered' | 24 Nov 2004 16:07 GMT | 1 |
I have an app that uses several dll and ocx files from various vendors. It has worked with no problems for a long time. Now that it is getting into wider distribution, I am hearing from more customers who cannot register the ocx files. I assume it is due to insufficient permissions. ...
|
| How to free a dbf table if dbc file is missing | 17 Nov 2004 18:29 GMT | 2 |
Hope you guys can help me out. I have export of dbf files without dbc file included. I would be getting frequent export of these files. I am developing a vb.net console application to read data from these files. My application is failing when I try to read count of records in those ...
|
| How to optimize Delete in Cursor Adapter? | 06 Nov 2004 15:11 GMT | 1 |
Hi to All! I just want to ask what command to issue aside DELETE ALL in deleting all records in cursoradapter?. The source of my table is Access database, from time to time
|