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

    SQL Mail Task Problem

    Hi, I have created a local dts package which generates a html file using sp_makewebtak stored procedure. The html file has to be emailed to withe the gererated html file as attachement. My email client is MS Outlook 2002. The package is executed successfully and the html file is generated...
  2. mshamz

    Sending email thru SQL Mail Task

    Hi, I have created a local dts package which generates a html file using sp_makewebtak stored procedure. The html file has to be emailed to withe the gererated html file as attachement. My email client is MS Outlook 2002. The package is executed successfully and the html file is generated...
  3. mshamz

    Registry problem in VB

    Hi everybody, In VB 6, I am getting an error when I click on the REFERENCE option in the PROJECT menu. The error message is :'Error accessing the system registry'. When I click on the COMPONENTS option, it doesn't give any error message. Can any one help me to solve this problem? My OS is...
  4. mshamz

    Error accessing the system registry in VB

    Hi everybody, I have a problem here. I just opened a new VB project and when I clicked on Project --> References, it is giving me the error 'Error accessing the system registry'. Can any one help? Thanx and regards
  5. mshamz

    Ho to encrypting a rtf file ?

    Hi, Is there any way to encrypt an rtf file ? Or is there any way to insert an EOF character at the beginnig of the rtf file, so that it will display anything when some one tries to open it. Thanx Shamz
  6. mshamz

    Can not open COM port in VFP6

    Hi, I want to print some text on the COM port printer. When I run the following code it gives 'Invalid seek offset' error in VFP 6, while it runs fine in VFP 3.The code is as follows MyHandel = fopen("COM4",12) Can anybody help? Thanx Shamz mshamz@hotmail.com
  7. mshamz

    Invalid seek offset while opening COM port with fopen

    Hi, When I run the following code in VFP 6, it gives me 'Invalid seek offset' error. MyCOMPort = "COM2" MyHandle = fopen(MyCOMPort,12) This code runs fine with VFP 3. Can anyone help me on this ? Thanx and Regards, Shamz mshamz@hotmail.com

Part and Inventory Search

Back
Top