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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DickDavies
  • Content: Threads
  • Order by date
  1. DickDavies

    vbsendmail - embed html

    I have created a mailshot routine which passes list of email addresses to vbsendmail ('BCC' field). The basics all work fine and can attach file and send mails ok. Ideally I need to embed the attached html into the message body, I have followed the 'AsHTML' instructions from the vbSendMail help...
  2. DickDavies

    Modal form load

    I have a modal form consisting of a rich text box and two command buttons (save and exit) which can be called from other forms (mdichild) in the app. calling code: If FormEdit.Visible Then Unload FormEdit FormEdit.Show 1 When loaded the command buttons on the modal form ignore the...
  3. DickDavies

    Save integer within a string ?

    Hi, Is it possible to embed an integer within a string (save and retrieve from a data record) without altering the record definition? - i.e. divide a string field into sub fields from within my program. I can't use Cstr as I only have 2 bytes available. e.g. MyStr = "abcdefghijk" + <2 byte...
  4. DickDavies

    Matrix printer (Epson LQ-2080) on XP

    Recently switched from Novell/W98 to W2000/XP. I have one app (VB6) which sets form 'width' and 'height' and utilises 'newpage' to print to an Epson LQ-2080 Matrix Printer. All ok on the old system but form controls do not work on XP. I have tried driver from the original Epson CD and also...
  5. DickDavies

    invalid page fault

    Deleted some old apps from my pc. When I next loaded VB6 It couldn't find 'mscomctl.ocx' so I copied it back to System directory. I then get 'illegal operation - invalid page fault in module vb6.exe' when trying to save a project. I guess something is missing from the registry (W98). Tried to...
  6. DickDavies

    Access / Foxpro Linked Tables

    Some of our apps. use Access 97 'link' tables to Foxpro 2.6 tables. Occasionally records do not appear in the Access table, they are ok in the FP table. Reindex of the FP table makes no difference. I would appreciate any suggestions.
  7. DickDavies

    Exit VB6 application 'hangs' pc (W98)

    Hi, Can anyone help please. I have some applications developed with vb6(sp3), compiled and packaged on W98. These work perfectly on W95 and W98 but 'crash' W98 machine after terminating the application. (W95 is ok). The crash 'freezes' the pc but displays what seems to be the outline of the...
  8. DickDavies

    Error 30 (position off screen)

    Running FPW26 on Novell 4.1 with W95 clients. Application and data on the server. One user suddenly getting 'position off screen' error on a commonly used function (all other users are ok). No code changes have been implemented (we do not have the source and provider no longer trading !). I...

Part and Inventory Search

Back
Top