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 wOOdy-Soft 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. ralphcarter

    Margin differences between VFP 9.0 report and pdf created by XFRX

    There is a difference in my top and bottom margins when I print a report directly from vfp9.0 and when I create a pdf from XFRX. Does anyone know a way to correct this difference? It causes the line and page counts to be different between the two.
  2. ralphcarter

    APPEND FROM causes FPT to exceed 2GB.

    I am trying to do a restore of data where I backed records from a table into a storage table. This particular table has 6 memo fields with data. Just 15 records into the restore and my FPT is 20M in size and I have over 3000 to restore. Any ideas how to reduce the size of the FPT table. I...
  3. ralphcarter

    How to change sort order by clicking on grid column header.

    I have an application where I want to allow the user to change the display order of a table in the grid by clicking on the appropriate column header. I have tried using the code below. The order changes but the cursor does not stay with the current record. When I click on the header a second...
  4. ralphcarter

    things that would slow foxpro down over network are?

    I have a foxpro application that opens 200 tables. About 1/3 of the tables are read and all of the records are written out to a report. The other 2/3 of the tables are referenced only for certain match conditions. Processes that run in 20 sec on a standalone machine are taking 3 minutes over...
  5. ralphcarter

    Help with interaction between modal and modeless forms

    I have a modal form that processes a design. From that form I launch a modeless form (do form) that contains an ole control that displays an autocad drawing of the design. I have 2 monitors so I would like to keep both forms up and move the modeless form to the "other" monitor and work on the...
  6. ralphcarter

    Referencing External Images in Reports

    We have a retail application created in VFP 9.0 and we are creating VFP reports for it. We need a way for the customer to EASILY add their own logo into the header of the report. In other languages this is possible with an external reference to a bitmap (ie VB load picture "companylogo.bmp")...
  7. ralphcarter

    ERROR 3021 either BOF or EOF is true

    The above error is generated on both XP and W2K machines. The application works on development our machines but when we try distributing and running it on another machine we get the above error. This app is a VB 6.0 app that uses ADO to read VFP 9.0 tables to create a PDF from Active...
  8. ralphcarter

    Error 3021 Either BOF or EOF is True

    This is the same app as my previous post. We have it working on development machines but when we try distributing and running it on another machine we get the above error. This app is a VB 6.0 app that uses ADO to read VFP 9.0 tables to create a PDF from Active reports. I have looked at...
  9. ralphcarter

    querying VFP table on DATE datatype in SQL

    We are developing a VB app and are trying to create a recordset from a VFP table by filtering on a field with a DATE datatype. We continue to get the following errors. [ODBC VISUAL FOXPRO DRIVER]MISSING OPERAND or OPERATOR/OPERAND TYPE MISMATCH Below is an example of the code we are using...
  10. ralphcarter

    ComboBox rowsource help

    Here is my problem: I have an integer field in a table as the control source for combobox control I have created a 2 dimensional array as the rowsource for my control. For each row in the array element 1 is character and element 2 is numeric. I have set the boundcolumn on the control to...
  11. ralphcarter

    Firing an event when leaving a page in a form

    I have inherited a program that contains forms with multiple pages on each form. I need an event I can fire when leaving a page on the form. Would this be the deactivate event? I would like to do page validation among other things. Thanks Ralph
  12. ralphcarter

    Problems with AfterRowColChange event

    I have a grid set up to that the header of certain columns can change depending on the value in another column in that row. I have put the code to effect this change in the LostFocus event of the combobox control in that column. I then fire the LostFocus event in the AfterRowColChange event of...

Part and Inventory Search

Back
Top