Guys, I have never been a big user of the VFP debugger, but I want to use it more. I am more familar with the old Clipper debugger, which I found very useful.
Is there some suggestions on using it in a test program, how to start the trace window, close it on the fly, etc. Maybe a FAQ sheet...
Guys, you all were a big help to me in developing routines to prevent multiple instances of a modeless form from running. Now, a another question. How do I prevent multiple instances of a Visual FoxPro program from running?
The legacy program I am working on can have multiple instances start...
Guys, I have a question on a thread that started earlier. I have a form with a grayed out .name property, apparently from a class. I cannot change the .name property, but would like to as the class is used to create multiple forms, all with the same .name.
Any idea how I can rename these...
Guys, does anyone have a simple routine to detect if a form is open? I would to say:
IF NOT Formopen("History")
DO FORM ("History")
ELSE
WAIT "History Form is already open..." WINDOW NOWAIT
ENDIF
Nothing I have tried seems to work to make Formopen()
Frank
Guys, I did ask some time ago about why when I ran BEAUTIFY on some forms and prg files I would get an API Exception error, but not on others. I have found at least one reason. If you use the prefix 'm.' for memory variables in your code the BEAUTIFY program will fail every time. If you...
Guys, I have a form where the data environment is set in the form modeless), but when I move to another (modal) form the data environment appears to disappear?
Checking the status of the open tables, ALIAS() reports no table open, yet moving back to the form and the form can perform Next...
Guys, I am looking for a practical way to find errors in forms AFTER I compile.
For example, I am upgrading a program where I had to change one screen type for searching to two different types. There were a number of form code references to this SEARCH1 one screen which I had to convert to...
Guys, I have a new problem. I did not know this, but their is no 'LOSTFOCUS' method for a grid. How can I tell when the focus on my grid has moved, or the grid1 can set itself as the current object when it is selected.
Again, I am trying to detect the current object. In other fields I did...
I have a piece of code where a value can make the focus move to a grid. But, then I need to know if the GRID itself did get focus to do some other routines. How can I determine if a grid has the focus?
Frank
I have a new one driving me crazy. I want to print a report form, but every time it going to print PREVIEW it blinks and does not print. I cannot seem to find anythring wrong in the REPORT FORM call (I can build a cursor with the same info) but the REPORT itself will not print. Am I missing...
How does one create a form from a class form. I haves several Class forms in a project used to make other forms and I want to use one of them in my own form.
Frank
How does one create a form from a class form. I haves several Class forms in a project used to make other forms and I want to use one of them in my own form.
Frank
Guys, another form I have to upgrade has a grid on it that is not editible (is that a word?). I have checked the grid settings and all are set to read-only false. However, the grid is connected to a table that is not the form primary table, but one of the SET RELATION files. Could this be...
Guys, I have a condition that is driving me bonkers. I am working on system designed by another programmer. In all the forms I have no trouble right clicking on the form, selecting the data environment, and going it to edit it EXCEPT for one form where I right click for Data Environment and a...
Guys, when I use BEAUTIFY on one of my prg files I keep getting this error:
API call caused an exception
It is a large prg, but not larger than some others it does work on. Any ideas.
Frank
Guys, it is possible to have more than one table in a grid. I have a situation using VPF 7.0 where displaying the data would be very handy from two tables and NOT creating a cursor.
Please let me know ASAP. May have to consider that cursor option if naught else.
Frank
For the first time I need to work on a project with multiple programmers. I have found that Project Files do not allow multiple users. So, how do you guys get around the problem?
Frank
Guys, this is probably a silly questions but not one I can seem to find any documents on. We use the Windows Installer to install VFP and was wondering if there is a list of:
1) VFP 6.0 files we DO NOT NEED in a VFP 7.0 install;
2) VFP 7.0 files we DO NEED in a VFP 7.0 install.
It would save...
Guys, excuse me if I am new to this. I will trying to describe my problem.
We set up a new LAN network with SBC DSL, and a Netopia Convay (??) router. The Clearsailing option is set in the router, and I have Norton Firewall on every machine.
I can Ping any computer in the LAN network, and...
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.