Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by NeilBarnard

  1. NeilBarnard

    Active Messaging Object Reference not found?? Please help

    Hi friends, I have a peculair problem. I need to send e-mail messages from my VB6 program. The problem is that I am unable to make a reference to the "Active Messaging object Library" as it is not in the References list. I have all the code in place, but for this to work I need to...
  2. NeilBarnard

    On Error Statement

    when VB comes across an error in a procedure/function in which you have put in error handling code, it basically does what you have code it to do. If you had not put in any error handling code, VB/Windows will display its own error numbers and messages, which in most cases are very mis-leading...
  3. NeilBarnard

    Active Messaging Object Reference not found ??

    Hi friends, I have a peculair problem. I need to send e-mail messages from my VB6 program. The problem is that I am unable to make a reference to the "Active Messaging object Library" as it is not in the References list. I have all the code in place, but for this to work I need to...
  4. NeilBarnard

    Can anyone tell me how to use the win API to print a file

    Hi guys, here's my problem, I dont want to use crystal reports for reporting, neither is the VB data report my prefered option. I was thinking more on the lines of creating a text report file and then sending it to the printer. PLEASE NOTE THAT THE PRINTER IS DOT MATRIX. Can anyone tell me how...
  5. NeilBarnard

    Can anyone tell me how to use the win API to print a file

    Hi guys, here's my problem, I dont want to use crystal reports for reporting, neither is the VB data report my prefered option. I was thinking more on the lines of creating a text report file and then sending it to the printer. PLEASE NOTE THAT THE PRINTER IS DOT MATRIX. Can anyone tell me how...
  6. NeilBarnard

    DBgrid ..how to program

    Yes you can insert/update/delete data in a dbgrid control. It should be bound to the data through a data control or through a recordset created through code. In the properties of the dbgrid you should enable the udpate,add new chek boxes in order for this to work

Part and Inventory Search

Back
Top