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!

Recent content by mshamz

  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

    Insufficient memory Error

    Hi Guys, I just want to say that I'm back. Bye..
  4. 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...
  5. 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
  6. 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
  7. mshamz

    Insufficient memory Error

    Hi PogoWolf, It's a hardware problem rather than the OS problem. VFP 3.0 applications give an 'Insufficient Memory' error when you run it from a computer with higher clock speed (May be Pentuim II 400 Mhz onwards). The other machines from where you run the app could be old machines. Recompile...
  8. mshamz

    Invalid seek offset while opening COM port with fopen

    Hi dgrewe, I don't think this is a problem with the BIOS settings. Because when you run the command DIR > COM2, it prints on th COM port printer. As I mentioned before, it could be a problem with Win95/98 and VFP6 combination. In Win2000 it is working fine.
  9. 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
  10. 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