Answer Questions
Chris4510 Window Background to Default
Is there a way to get the form background to change color automatically when the user changes themes in Windows XP. The form only has an RGB setting. For example, when the user switches to Windows Classic the Form background should automatically change from light brown to grey. The buttons change color automatically I think because they have a Color Scheme property but the forms do not. You're welcome. I ...Show All
ivy kuo Rick Schummer at LA Fox September 13
MVP Rick Schummer will be making his first visit to LA Fox! The topic for the evening is Get More Productive with Visual FoxPro. The description follows: Rapid Application Development is a leftover buzzword from the 90’s. Are you as productive with VFP as you can be, or wish to be How do other developers use the world’s best database application development tool to bring applications to market quicker Are there tips I can learn to save me 10 ...Show All
microvibratom Strategies for Stoping non customers from using my software
I am trying to come up with a simple solution to people who "borrow" my software from a friend. I would like to have a 30 day period for trial use, then stop anyone from reinstalling the program again unless there is an unlock code. Any recommendations I've been working through this with a client over the last few months. We've settled on a two-part solution. First, we're implementing the licensing scheme that Doug Hennig described ...Show All
Pront selectedItem problem
Very unexpectedly I ran into this problem today. I think similar statements are working fine in many parts of my forms. o_Ole_TreeViewP7 is a treeWiew on page7. When I turn the pageframe to page 7 I want to make sure that accidental clicking on some buttons on the page won't result in a break up. I mean BEFORE the cursor is positioned on a certain item of the treeView. After the first selection has been made the treeView.SelectedItem is defined. ...Show All
mwindham 2.5 Compatible font for VFP9
Hi all; I have asked others before, but no helpful answer: What fornt should I use in my VFP application so older command would produce the exact results as in the old 2.5 DOS app I have tried many different options and none are spaced right. I have been told to use monospaced fonts but nothing works... Any ideas Thanks. you can also try.. SET DISPLAY TO VGA25 Dave M. Dave; ...Show All
Jose Fco Bonnin VFP 9.0 SQL worthless under a non client server network?
Hello everyone; I have posted this problem here and also on UT and no solution yet. I have a small network with a 2003 server, and XP pros. I am running vfp 9 select * from products where status = "S0000" takes apx 10 seconds when run over the network. When running this locally, it takes only a fraction of a second. The product table contains 100,000 records, and the result of the SQL command is just a few hundred rec ...Show All
Kyuey Dear Visual Foxpro 9...
Dear VFP 9. Although I have known your great grand parents Foxpro and Foxbase, there is still much to learn about you. Its a few months since we met for the first time, and I was wondering if I can ask you a few questions about you. I am sure we'll have a much better relationship once I know the answers... - When I use incremental search in your combos, is there a way for you to avoid stopping the search when I use the space bar ...Show All
Mihaila VFP9 test installations changes all file associations & VFP6 program won't run.
I just installed VFP9 without disturbing VFP6. My first task is to see if it compiles and runs my older VFP6 programs . In my development directories I usually stick a one line program named FOX.PRG which contains the line SET DIRECTORY TO <this directory> . I clicked it and it loaded VFP9 but it wouldn't run under VFP9! Nothing would run under VFP6 either. I found that the installation had changed all the file associations to VFP9. I manu ...Show All
Maartin COPY TO Command
In Visual Foxpro, I am trying to create a CSV file using the COPY TO command with TYPE CSV, but do not want header fields on top of the output file. Furthermore, I am also trying to attach a COMMA after every row. Current Output f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16,f17 "0","49162","0","0","0","0","0","0","0","0", ...Show All
wacher Overload possible
I need a way to overload a fox function like Empty with a UDF of my own called Empty. Is this possible If Fox doesn't support overloading, is there a class I can inherit from and override the empty function I need help ASAP. Thanks, Is the define case sensitive in FoxPro Is there a problem with defining over a base function like empty Let me ask when you try to avoid this Is this a legal requirement If not, check out the Code Refe ...Show All
Arul Livingston 12 hour time format
Hello, I am doing a program that will compute the time in and time out. As much as possible I want to do the time() function and not the datetime() function but the problem is if I use time() it displays the 24 hour format. What I am tasked to do is to subtruct the time out to time in and be able to display the 12 hour format. Any advice will be greatly appreciated. set hours to 12 ttoc(datetime(),2) time() ...Show All
M_Luka shall I purchase Visual Fox Pro 9 ?
Hi there. I have considerable background in Visual dBase Plus which is an OO language with considerable means to create forms, tables and some windows applications but it is hard to do any networking. Thus I am trying to migrate to C#. I do have a Visual Studio .NET 2003 Pro and downloaded Visual C# 2005 Express Edition Beta 2. I have created some forms and added some functionality. Now I need to create tables and I need a table designer which I ...Show All
Boai Form clattered at design time. How to change pages?
With many controls added to a form I am beginning to sense a problem. During runtime many controls will be invisible on the first page but when subsequent pages are chosen they will appear. It is determined programmatically. I do not see an option to choose pages at design time. It would allow me to see some controls much better. In Visual dBASE Plus such convenience if taken for granted and much appreciated. How can I do it here Thanks. ...Show All
GreenLeyland Docking PrintPreview toolbar and Making PreviewContainer Modal Window
Hi, I am facing problems in the reportlistener class, my requirement is 1) i have to preview a report with the preview toolbar docked and should be moved from the position. 2) The PreviewContainer should be Modal and no other window should be accessed. 3) no resizing of the container and should occupy the application fully. I used the ReportListener Extension Handler Classes and Set the PROCEDURE Show ( iStyle ) THIS ...Show All
harlequinben How to upgrade a menu from FoxPro for DOS
I'm a very old, retired, CCOBOL and ASSEMBLY programmer with some experience with dBase and FoxPro from the command window. A charity has asked me to get an old FoxPro for DOS program working on a donated used computer which contains VFP6.0. I have gone over the data files and they seem to be OK. The indexes have been converted to CDX type and that works. The old DOS program worked by relying on append and browse commands which all work. The nee ...Show All
