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

    MSDN Professional

    I'm going to upgrade to VFP 9.0. I was looking at MSDN Professional. Microsoft's website doesn't explain clearly about this product/service. So I have a few questions and I hope someone here can answer them. Does it truly include VFP 9.0? What are the limitations? Is it really a full...
  2. cj001

    Creating and SCX outside the form designer

    Hello How do I do this? I now understand how to create a UNIQUEID. I have a table that has the PLATFORM, UNIQUEID, etc.... I looks the same as one created with the form designer. I rename it to scx and the sct extensions. But when I DO FORM it receive the following error: "Error loading file...
  3. cj001

    UNIQUEID in the SCX file

    Hello How is the UNIQUEID in the SCX file created? Thanks! CJ
  4. cj001

    VFP5 and 7: Determine last row of a Excel spreadsheet

    Hello, I have an Excel file with spreadsheets of varying lengths. How do i determine what is the last row of an Excel spreadsheet? THANKS! CJ
  5. cj001

    VFP7 Email Outlook/Exhange

    I have a VFP7 email program which works well with OUTLOOK2000. However when my client runs it nothing happens. My client is using OUTLOOK2000 with EXCHANGE. Is there anything special I need to know about?
  6. cj001

    Running a VFP7 program from VFP5

    Is there away to do this? CJ
  7. cj001

    VFP7 Multi-Tables report

    Hello, I have a form that has check boxes for each table to be printed. I have a report which is used for these tables. I check the box for the OEASGN table and click the print button and it prints. Then I check the box for OESTAT table and click the print button and it prints. I could...
  8. cj001

    REPLACE command in VFP7

    Hello, Would someone please inform me what's wrong with my code? I have 2 tables. I have 3 fields in table TEST. I have 4 fields is table EQUIP. I match between 2 to tables using TEST.A01 and EQUIP.EQID I'm replacing 2 fields in the EQUIP table from 2 fields in EQUIP table. The code...
  9. cj001

    Use FoxPro to transfer your OUTLOOK 2000 mail to a DBF

    How do I do this and include the DATE and TIME? I read MS Knowledge Base Article - 240226 and it said the information on how to do this can be found at www.foxshare.com which doesn't seem to exists anymore. THANKS! CJ
  10. cj001

    Server 2000: Terminal Service Client Web and the Palm

    Hello! I'm new to Terminal Services. I'm using Terminal Services Advanced Client Web Package. How do I do the following: Hotsyncing the Palm? Is it possible? THANKS! CJ
  11. cj001

    VFP7: Parent/Child(s) with SKIP TO (NON WIZARD)

    Hello! I have 3 tables. 1 Parent and 2 Childern (no grids). All 3 tables have the same key field. I have a navigation buttons which advance the parent just fine, but I want the navigation buttons also advance the children. How do I do this? Thanks! CJ
  12. cj001

    VFP7: Table field caption

    How do I programmically add the CAPTION to a field in a table? Thanks! CJ
  13. cj001

    VFP7: Worksheet names

    Hello! Is there a way to retrieve the names of the worksheets in an EXCEL file? CJ
  14. cj001

    VFP7: Screen.Visible and LPARAMETERS

    Hello! Does the '_Screen.Visible = .F.' effect LPARAMETERS? Because I now receive the error "variable 'xrange2' is not found" and I did not receive the error before I began using the 'Screen.Visible' command. Is there away around this error? Thanks! CJ
  15. cj001

    VFP7: Update Column and SUM

    On my form I have a Grid that displays the following information: bdate depamt deprttl 09/01/03 25.00 25.00 09/02/03 25.00 50.00 09/02/03 10.00 60.00 Now I need to update a depamt bdate depamt deprttl 09/01/03 25.00 25.00 09/02/03 25.00 50.00 09/02/03 20.00...
  16. cj001

    VFP7: Grid Filter By Date

    Hello! My grid isn't filtering. I am trying to filter my grid by date. What is happening is when the button is clicked the filter returns a "No Find" message. The xdate variable is a date that is in the bdate field and bdate is a DATE field. If I use seek by itself it does find...
  17. cj001

    VFP7: SUM doubled

    My SUM is doubling. How do I stop it from doing this? THANKS! CJ Below is my code (OBJECT: txtDepamt, PROCEDURE: LostFocus): bdepamt = thisform.txtDepamt.value SUM blkbook.deprttl TO m.adepamt SUM(bdepamt+m.adepamt) TO m.cdepamt CLEAR thisform.txtdeprttl.value = m.cdepamt
  18. cj001

    VFP7: File copy overlay existing file

    Hello! How do I force the overlaying of an existing file? Currently a message pops up asking if it is OK to overlay, but I want it to assume that it is OK to do so. THANKS! CJ Below is my code: SET PATH TO F:\I\Test\, F:\B\TestlnTotal = ADIR(laTemp,[F:\I\Test\*.pdf]) IF lnTotal > 0...
  19. cj001

    VFP7: Combo box sorting alphabetically

    How do I make my combo box sort alphabetically? At first I had Combo1 working directly with the fields in the table the data was being pulled from. I noticed that other people had the same problem and the ended up using an SQL statement putting the data to a cursor and this allowed them to...
  20. cj001

    VFP7: Auto answer the add record box (form wizard)

    Hello! How do I automatically answer the add record box that pops up on a parent-child form created with the form wizard? I want the box not to show up and automatically be answered with 'Add record to both'. Thanks! CJ

Part and Inventory Search

Back
Top