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 Westi 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: *

  1. VicGarra

    HOW to Declare Execute IN XXXX.DLL ???? to pass a TXT file

    We require to call a DLL but we cannot establist the syntax for ??????? where the information is in a Comma delimited TXT file WE WISH TO PASS TO THE DLL ??? Is it STRING ??? IF it is STRING what is the syntax for the = EXECUTE(XXXXXXX) COMMAND. Also what is the syntax for the EXECUTE COMMAND...
  2. VicGarra

    VFP Support for LONG filenames

    We are using the following code to run a POWERPOINT pps slide show from VFP7 - uses Microsoft PPVIEWER.exe Using XP Pro oWSH = CREATEOBJECT(WSCRIPT.Shell) oWSH.Run([YourFile.PPS],1,.t.) Runs OK if YourFile is 8 characters or less - otherwise causes ans OLE error. Is the problem VFP7 does not...
  3. VicGarra

    RegFn causes an error "Entry Point OpenComm not Found"

    I am tring to send data to com1 using VFP3 - which works however when I run the same program using FPW26. Code is as follows: set library to sys(2004)+ "foxtools.fll" additive opencomm = RegFn("OpenComm", "CII", "I") writecomm =...
  4. VicGarra

    How do we automate sending emails with attachments from VFP3

    We wish to send email(s)using VFP3. Each email is to a different email address with a unique (TXT or DBF file) attachment for each respectively.
  5. VicGarra

    File Access Denied Error is receive

    Check the Share settings on the server. Set to "Full" - it may be set to "Read Only"
  6. VicGarra

    Programto send characters using a serial port to open a cashdraw

    I have tried using set printer to com2 etc - but no luck. I am at a loss for what seems to me to be a simple job. Any help would be greatly apprecieted

Part and Inventory Search

Back
Top