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

    Using the VFP Debugger

    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...
  2. fmoore0001

    Preventing Multiple Instances of a Visual Foxpro Program

    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...
  3. fmoore0001

    How do you RENAME a form with grayed out name

    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...
  4. fmoore0001

    How to Detect if a Form is Open

    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
  5. fmoore0001

    API Exception Error with BEAUTIFY - Partially Solved

    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...
  6. fmoore0001

    Keep Losing Data Environment

    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...
  7. fmoore0001

    Finding Errors in Form Code

    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...
  8. fmoore0001

    LostFocus on a Grid - Ain't There

    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...
  9. fmoore0001

    Determining what has focus

    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
  10. fmoore0001

    Report Form Won't Print

    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...
  11. fmoore0001

    How Do you Make a Form from an Existing Class

    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
  12. fmoore0001

    Making a form from a Class form

    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
  13. fmoore0001

    Making a Grid Editible

    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...
  14. fmoore0001

    Can't Reach the Dataenvironment

    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...
  15. fmoore0001

    Print in Greek

    Guys, I wanted to ask. Is there a version of the Tek-Tip forum in Greek? Girlfriend's cousion is asking. Frank
  16. fmoore0001

    Guys, when I use BEAUTIFY on one of

    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
  17. fmoore0001

    Multi-Tables in a Grid?

    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
  18. fmoore0001

    Multi-use of a Project File

    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
  19. fmoore0001

    What libraries do I need from VFP 6.0 to 7.0

    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...
  20. fmoore0001

    Can't Ping, don't know why

    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...

Part and Inventory Search

Back
Top