Hi All,
1. I wasn't aware of the command to read the entire contents - I will give it a try, thanks.
2. Locating the graphics on our web site seems to give better results on receiving email clients that do not allow attachments (but are ok with web links).
Regards
Dick D
Hi,
Sorry for delay in reply.
Basically I create the complete message as an htm file and read this file in line by line and add to the message text as per the code below.
(Any graphics included in the htm reside on our web server).
-----------------------------------------------------------...
Have now managed a workaround by adding a 'stationery' input to my vbsendmail form, reading the htm file and appending to the message - now doesn't need an attachment.
Now for the mailshot...
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...
Hi guys,
Thanks again for your efforts.
For info. I have been testing on XP SP2. I have tried all manner of calling this modal form, setting flags, calling via the MDIForm etc. etc. - the return always retriggers the calling line (and ignores my flags).
I've chickened out and changed the...
Thanks for your responses.
To try and track down the problem I created a different form (formB) with only 1 command button (unload me).
When called modally from the calling form FormA (from a RichText_Click event)
Dim FormM As New FormB
FormM.Show vbModal
Clicking the unload command...
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...
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...
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...
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...
Infinitelo,
I've only just noticed your response to my problem. I had already solved it (more by accident than design!). Deleted records was the problem and as the table concerned should have no deleted records I have scheduled a 'recall all' job to run every night.
Thanks.
Dick D
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.