| Thread | Last Post | Replies |
|
| OLE error code 0x80020005: Unknown COM status code | 28 Sep 2005 16:06 GMT | 1 |
When I translate VB code : '### use print preview for this program mdinvManager.PrintPreview = enYes '### Finally print invoice
|
| Inheriting from Session | 27 Sep 2005 07:46 GMT | 8 |
I have a cutom base class in a vcx file. I have several classes inhereting from this base class. I would like to redefine my base class to inherit from the Session class. I know I cannot put a session class in a vcx. I've created my own "mysession" class and put it in a prg,
|
| Reading folders? | 24 Sep 2005 20:41 GMT | 5 |
I have all my music collection organised as Music | Artist | Album
|
| Help w/ Combo Box control | 13 Sep 2005 01:34 GMT | 3 |
How do I get the value of the 2nd column in a combo box? My cbo box has 2 columns: the first column is for displaying to the user and the 2nd contains a numeric code that gets stored in my database. BoundColum=2
|
| Line Numbers In EXE | 06 Sep 2005 18:23 GMT | 3 |
Is it possible to include the line numbers of code from within forms when producing an EXE file? I use: ON ERROR ErrorHandler( ERROR( ), MESSAGE( ), PROGRAM( ), LINENO(1) )
|