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 Mike Lewis 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. fox26apgmr

    Manipulate MS Word document

    I have a template Word document. I want to read the text from the template and write out to a new Word document, replacing variables (e.g. customer_name, account_no) and naming the new file. Is this possible with v2.6?
  2. fox26apgmr

    Send email via Outlook

    I used the vbscript in thread 182-674134 and it seems to have worked!
  3. fox26apgmr

    Send email via Outlook

    I've never used BLAT and according to that thread, It's not for FoxproW. It says: For FoxPro for DOS, do a search here on BLAT - this is a DOS only solution for sending messages.
  4. fox26apgmr

    Send email via Outlook

    Hi, If you're referring to the code in Article 102467, it brings up a Send Note dialog box which requires user intervention. Do you mean using BLAT or GBmail?
  5. fox26apgmr

    Send email via Outlook

    Hi, Is it possible to programatically (FoxpoW 2.6) send an email message with no user intervention. The program would provide the email address, the subject and the message text. Thanks, Joe
  6. fox26apgmr

    MEMO file is missing/invalid

    The procedure corrected the problem. My memo file is now 50,351K and PACKs OK. Before the procedure it was 54,688K and couldn't be PACKed. It's not the 2GB limit, right? Thanks, Joe
  7. fox26apgmr

    MEMO file is missing/invalid

    I just came across a post that stated that there is a 2GB file size limit and that I need to do a COPY TO into smaller files PACK and then merge back. I'm going to try that now.
  8. fox26apgmr

    MEMO file is missing/invalid

    Hi, There is no problem when the application access the data. We get this error ONLY when we try to pack the table to reduce the file sizes. Any ideas? Thanks in advance, Joe
  9. fox26apgmr

    Open PDF file

    Hi Rick, Thanks for the info and your patience. I do have the CALL32 (DLL and PRG) in the same folder as the prg I am executing. I still get the "CALL32.DLL is an invalid library or path name" so I fully qualified the CALL32.DLL in the CALL32.PRG...
  10. fox26apgmr

    Open PDF file

    Hi, I am trying to open a pdf so that a user can read the content. Does CALL32.DLL have to be copied to a specific folder? I am getting this error: CALL32.DLL is an invalid library or path name This is the instruction being executed...
  11. fox26apgmr

    Open PDF file

    I'll give it a try. Thanks!
  12. fox26apgmr

    Open PDF file

    Anyone know how to open a PDF file from a Foxprow program? Thanks
  13. fox26apgmr

    Logical field: false (.f.) vs Null

    Thanks Udai, that works great!
  14. fox26apgmr

    Logical field: false (.f.) vs Null

    Hi, Is there a way to test if a logical field actually contains the false setting versus defaulting to false because it is null? Thanks, Joe
  15. fox26apgmr

    Error code 1252 Compiled code too long

    A combination of eliminating all the &quot; AS <field>&quot;s in the 2nd and 3rd SELECTs and using {} in place of { / / } did it. Thanks for all of your suggestions!
  16. fox26apgmr

    Error code 1252 Compiled code too long

    This is the query before I shortened it. Each select works ok on it's own. The UNION of the first and second or the UNION of the second and third work also. SELECT N.acctno, f_name, l_name, street, city, state, zip, h_phone,; bill_name, schoolname, ongoing, timetocan, bal_due, pymt_due...
  17. fox26apgmr

    Error code 1252 Compiled code too long

    Hi, I am getting error code 1252 (the statement exceeded the size of the FoxPro internal buffer). I've shortened the statement to 1407 by abbreviating, removing blanks, etc.. It's an sql statement with UNIONs. Anyone know what the buffer size is? Is there a way to increase the buffer? TIA, Joe
  18. fox26apgmr

    Active window is partially hidden

    I put a HIDE WINDOW A into my DEACTIVATE routine. The window (A) remains displayed, but no longer partially covers window E. Things are back to normal. Thanks for the suggestion!
  19. fox26apgmr

    Active window is partially hidden

    Wow, no one has a suggestion?
  20. fox26apgmr

    Active window is partially hidden

    There are 4 windows (A, B, C, D) horizontally across the screen. Window D is active. I select a push button in window D that executes E.SPR. When the screen appears, it is partially hidden by window A. In debug mode I see window E is on top until the screen READ CYCLE command is issued and then...

Part and Inventory Search

Back
Top