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: dennis22
  • Content: Threads
  • Order by date
  1. dennis22

    Help with vbSendMail.dll

    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...
  2. dennis22

    Help With VB Sendmail

    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...
  3. dennis22

    EditBox not higlighting...

    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...
  4. dennis22

    Compare two text files.

    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]
  5. dennis22

    text file viewer class or activex

    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!
  6. dennis22

    Set CellPicture in MSFlexgrid without selecting the cell

    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...
  7. dennis22

    Need help in updating records

    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...
  8. dennis22

    Merged TIF file has black backgroud

    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...
  9. dennis22

    How to know if the XLS or DOC files is password protected?

    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! :-)
  10. dennis22

    Retrieving the actual attachments not Outlook item.

    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...
  11. dennis22

    Is there an easy way to convert month to numeric

    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...
  12. dennis22

    How to access Internet Properties thru code

    Greetings to all! I would like to ask if anyone knows how to access the &quot;Internet Properties&quot; 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...
  13. dennis22

    How to access Internet Properties

    Greetings to all! I would like to ask if anyone knows how to access the &quot;Internet Properties&quot; 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...
  14. dennis22

    HOW TO ATTACH MULTIPLE FILES USING MAPI.SESSION?

    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 = &quot;C:\Mytable.DBF&quot; This works just fine! But when I try this...

Part and Inventory Search

Back
Top