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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.