Hello experts!
I am using vbSendmail.dll to send email. I can send internal emails but cant send to an external account (yahoo account, etc). Just wondering why it keeps on returning an error when I start sending to a yahoo account. Does this has to do with security, access or user profiles...
Hello Experts!
I have downloaded the vbsendmail project and currently testing the app. Unfortunately the app is returning a message, "The SMTP Host did not respond to the request" and "Valid name, no data record of request type". I just supplied the information in the textboxes of the sample...
I am currently creating a grid class where I replace the textbox with a editbox if the field is a memo.
using this code below;
this.RecordSource = (this.gridalias)
this.RecordSourcetype = 1
for iColIndex = 1 to this.ColumnCount
this.Columns[iColIndex].Header1.FontBold = .t...
Hello experts!
I am trying to create a utility to compare the difference between two text files just like the Examdiff application. I was wondering if someone can point me to some information that can help me achieve this.
Thanks!
[peace]
Hello Experts!
Does anyone has any information on a vfp class or activex that I can use to view a large textfile? I know modify file or richtextbox can handle the job but what I need is a viewer that can split the text viewer screen.
Thanks!
Hello experts!
I've been able to set images/pictures in MSFlexgrid's Cellpicture using the sample code posted here at Tek-tips. But is it possible to set pictures without selecting the cell, something like TextMatrix(0, nCol), just specify the row and column. Or maybe I'm using the CellPicture...
I am a newbie in CF, hoping someone can help me.
This is the code I use to update a certain field:
<cfif #sAction# EQ "delete">
<cfquery name="qryDelete" datasource="mydata">
UPDATE xtable SET REMARKS = 'DELETE' WHERE TRIM(xtable.fieldname) IN ('fieldname','#strSql#')
</cfquery>
</cfif>
where...
Hi To All!
I was just wondering why my TIF image has a black background when it has been appended or merged into a single (multiple pages) file. The first page is ok, while the next pages were not. The TIF files were ok before I merged it.
I used Kodak ImgAdmin to merge/append the TIF files...
Hi to all!
Is it possible to determine if an XLS or DOC file is password protected. I have this routine that prints all attachments. I encountered an XLS file that is password protected and end up with errors when opening it.
Thanks!
:-)
Hi to all!
I have retrieved information from emails received from our clients (infos such as body, attachments etc.). Works well using outlook automation, until I encountered saving an attachment that is an Outlook Item (sample.msg). How do I get the body and attachment from inside that...
Hi!
I am a newbie in VB, I have this combo box populated with month, (January, February, ...). I would like to know if there is an easy way to convert the month into its numeric equivalent. A function maybe? A reverse of the MonthName
Example: x = VBFunction(combo1.text) '"January"
Return : 01...
Greetings to all!
I would like to ask if anyone knows how to access the "Internet Properties" programmatically. Properties such as the General, Security, Privacy, Content, Connections, Programs, Advanced Tabs. I would like to know if it's possible to change the settings under the...
Greetings to all!
I would like to ask if anyone knows how to access the "Internet Properties" programmatically. Properties such as the General, Security, Privacy, Content, Connections, Programs, Advanced Tabs. I would like to know if it's possible to change the settings under the...
Hi! I have downloaded a form that sends email with attachment. It works just fine!
But is there a way to attach multiple files using MAPI.SESSION?
OleMsg.AttachmentPathname = cFileAttach
where: cFileAttach = "C:\Mytable.DBF"
This works just fine!
But when I try this...
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.