| Thread | Last Post | Replies |
|
| Form does not stay on screen, disappears | 30 Mar 2007 16:02 GMT | 5 |
I have created a project which has one input screen form and in screen form there is a button to save which calls a program. After I rebuilt project and created exe and run, that form comes and goes, it does not stay on the screen.
|
| relative path to database in forms | 29 Mar 2007 09:10 GMT | 2 |
Is there a way to remove the relative path that is stored with the database name in a form? So instead of " ..\data\database1.dbc" it will only store "database1.dbc". I could do it by opening the form as a table, but I'm hoping there's an
|
| comparing two text files | 29 Mar 2007 09:06 GMT | 5 |
I am trying to develop a program that will compare two text files and show what reords are deleted from one or the other and what records are a match: The files are sinply: Name Grade
|
| Word doc in VFP | 27 Mar 2007 00:09 GMT | 7 |
Dear friends, I am trying to create a facility to import and save word doc (or Excel) as General field using APPEND GENERAL. I was using RTF control (with memo field) in the begining and then changed to OleBound with general field. RTF was a
|
| VFP Data Security | 26 Mar 2007 23:56 GMT | 5 |
Mar 5, 2007 Hi all I am using VFP 9. My questions are: Can you secure a VFP 9 tables from users opening them directory through VFP
|
| Set confirm equivalent | 21 Mar 2007 17:07 GMT | 2 |
The scenario: 2 text box, on the second text box user press to many backspace and cursor jumps automatically to the first text box erasing the values on it. Any tips on how to do globally or for all the text field in my project? I still wanted the TAB to be working to forward ...
|
| How to use PAD() | 15 Mar 2007 22:30 GMT | 4 |
I have a main menu that is working just fine. Here is part of the code that defines the "Window" menu pad. ........ DEFINE PAD Window_Pad OF _msysmenu ;
|
| Other ways to debug a program | 09 Mar 2007 15:44 GMT | 2 |
I'm having a tough time debugging my application. Basically, I'm simulating 2 similar events by going to these steps: - Open main form( alias is on to "A"). Main form is in normal mode (windowstate=0)
|
| Dataenvironment | 05 Mar 2007 02:35 GMT | 1 |
i wanna know ,how many table in dataenvironment that i open, in code??? -- best regard's Ronny
|
| Drag and drop redux | 01 Mar 2007 13:24 GMT | 5 |
Perhaps I didn't articulate the question correctly the first time. I want to move an object, when dragged, from one part of the form to another, and I want it to stay there. Such as, if I had, oh, a shape, or a picture, or a container, and I wanted
|