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

    File xxx is not a database.

    Experiencing a growing number of issues with a system I put in place in 2013 so I decided to start (almost) afresh. I started by copying the whole development folder to a new location (on the same PC) and have been rebuilding the forms using a new base ClassLib. I have also decided to make the...
  2. SimplyES

    Transfering data to amended database tables

    In further developing one of my projects I have added a few extra fields here and there to some of the tables and changed the width of some fields in other tables. I am thinking, if I take a copy of the DBC from my development folder, open that DBC and ZAP all the tables, copy the 'live' data...
  3. SimplyES

    APPEND BLANK fails to move pointer

    I have a very simple form, with a very simple INIT which (simply) does APPEND BLANK IN cursorName and then displays a half dozen fields - always with the contents of an existing poputlated record. If I set a break point just before the APPEND, and then step through, it does exactly what it...
  4. SimplyES

    Combining records from one table

    I have a table that contains records of job allocations with fields for Date, Job number, Client name, Site name, Engineer's initials. Currently, if a job is allocated to a team of, say, three engineers, there will be three records for each day of the job duration - one record for each engineer...
  5. SimplyES

    File is not open error message when compiling

    I have seen some threads where this error (1113) is occuring but, in my case, this is happening when I compile. Up until now I've not had a problem with this project and its been compiled a good few times, of course. Now I can't seem to get past this [File is not open] error message. One of...
  6. SimplyES

    Disappearing form objects

    Has anyone else experienced this? I have a main form with about 25 objects,including 2 grids, plus labels and a 3 background shapes. Via one of the grids I call a new form to enter data items which fill a row on the grid. This little form uses the same data environment as the main form. That...
  7. SimplyES

    Date Problem exporting to Excel

    I have a date problem (please don’t tell me I should be on the ‘Lonely Hearts’ forum!) My main application form has SET DATE DMY in the INIT (I’m in the UK) and no other SET DATE called elsewhere. All the actions relevant to this query come under the management of this one form. In one of the...
  8. SimplyES

    Object class is invalid for this container

    I have a form with a 2-page pageFrame. Page2 has several pageFrames arranged across it (pgfPayments is one of the pageFrames on Page2). This has been working very well throughout development and right up until I compiled the application. When I open the form within the compiled application, it...
  9. SimplyES

    Calculations in a Local View

    I have a form with a grid showing data from a single table, which holds (amongst other things) the daily work start and finish times filtered per employee, per month. The same data is used in relatively complex calculations which are also displayed on the same form. In order for the display to...
  10. SimplyES

    Public Variable Not Found beyond MAIN program

    I am having issues with what appears to be failing PUBLIC variables. I have read many threads over the last couple of days but none yet that seems to catch my problem - everything seems to be in place. Initially, I started with a simple PUBLIC declaration followed by assigning values to two...
  11. SimplyES

    Object name 'Full Path'

    I have a simple reusable class which is used as a Form method and accessed by multiple objects on a form, including those on pageframe pages. I pass the object's controlSource and it's data table name to the method. I would like to pass the object name, too, which I can do using this.Name, of...
  12. SimplyES

    Class defintion xxx is not found

    I have a form with 3 grids. For one of these grids I require checkbox in column8. Not normally a problem if the grid is setup in the properties panel. Since I have some dynamic attributes on the form I have a WITH/ENDWITH for this grid calculating overall width, column widths and height. I have...
  13. SimplyES

    Setting empty Grid Rows invisible

    I would like to have a fixed size grid where rows are only visible when there is data to fill them. Using a button to add a record adds a new visible row. I have seen this idea applied but cannot find any way of achieving it. Is it possible with the standard grid or is this something that...
  14. SimplyES

    Dual Monitor Problem under 64bit

    I have just reinstalled my OpSys to 64bit followed by VFP9 with SP2. I have 2 monitors (extended desktop). I have been running VFP on this machine (with the two monitors) for years but only had this problem since going 64bit. On launching VFP the main screen is too big to fit on one monitor...
  15. SimplyES

    Need to fire an event twice to get the expected result

    I have a form with a grid and a 5-page pageframe. The grid lists patient names and the pageframe displays data for each patient. [AllowCellSelection] is set .F. and clicking on the row for any particular patient updates the rest of the form appropriately. As part of the updating process, The...

Part and Inventory Search

Back
Top