| Thread | Last Post | Replies |
|
| VFP 10 wish list? | 28 Feb 2005 23:54 GMT | 4 |
Hi... Just fooling around, and I found a VFP10 wish list in http://fox.wikis.com/wc.dll?Wiki~VFPVersion10WishList. A grateful surprise, indeed, but... is there a development plan for version 10 from Microsoft?
|
| File In Use by another user part III | 28 Feb 2005 23:49 GMT | 2 |
This is getting a bit off topic but it is related to VFP and what I'm learning could be useful to some of you. My problem boils down to the Web Server running Win 2003 Server losing its connection to the Win 2003 Server that is my file server.
|
| grid column colors | 28 Feb 2005 21:49 GMT | 1 |
How can change the foreground color in a grid.column when the row is highlighted and reset it when the row is not highlighted. (I am using a editbox as the current control in the column-- and the color of the highlighted text is different than in the other columns -using ...
|
| Query | 28 Feb 2005 20:28 GMT | 3 |
Back in VFP6 when i ran a query i would see a query bar, now in VFP 8 and 9 it doesnt always show up, is there a setting im missing?
|
| How to include Icons/Pictures for an ImageList | 28 Feb 2005 17:19 GMT | 4 |
I wrote a program that makes use of ImageLists Everything is done by code, not used the visual envrironment. This is how I add the ImagList ThisForm.AddObject("ImageList_Large", "olecontrol",
|
| DATE() Qs. | 28 Feb 2005 14:34 GMT | 5 |
I am trying to find out when a person is going to have a birthday in 30 days and less. Say I have a date field that stores an employees birthday ie 03/23/1961. How can you say DATE() - 03/23/2005*** (****persons birthday with the current
|
| Exe's & App's | 28 Feb 2005 14:29 GMT | 7 |
Hi, I've been doing some tests to see if we can divide our exe into a main exe and multiple .app's, so that only what the user requires is loaded into memory. Assuming the following:
|
| Help: VFP 6.0 to VFP 9.0 problem | 28 Feb 2005 14:10 GMT | 3 |
I'm trying to update my VFP6.0 program to VFP 9.0 (Beta version). The program was migrated from Foxp2.6 several years before. For some old formsets forms, they can't be display properly. The form displays blank. When you move your mouse to a component(such as a
|
| Text in command window | 28 Feb 2005 12:00 GMT | 1 |
Using WINXP SP2 and VFP8. How would one capture all of the text (over a year's worth) that is viewable in the command window, so that it may be used -- as is -- in a total reinstall of WINXP and VFP8? Is there perhaps a single file that
|
| convert_lang_in_Textbox | 28 Feb 2005 10:27 GMT | 2 |
how can i convert language from arabic to english in Textbox control from code. thanks
|
| VFP 3.0b upgrade/patch | 28 Feb 2005 08:07 GMT | 3 |
I've just been given a new computer at work. Hurray :-\ I have a small project to maintain in VFP3 but I get the "insufficient memory" error unless I follow the instructions here http://support.microsoft.com/kb/q137809/ to restrict my RAM to about 280MB
|
| How To Handle VFP ODBC Concurrency Issues - Does It Vary By DBs? | 28 Feb 2005 07:42 GMT | 10 |
I am writing a VFP 8 ODBC application that currently connects to a MySQL 4.1 server and will eventually connect to MS SQL Server. I have a simple data entry form that displays one record at a time from a VFP cursor. This cursor is created by a simple SQLEXEC call to a MySQL ...
|
| distributable files | 27 Feb 2005 20:35 GMT | 2 |
I am sorry because I know this has been asked before but I can't find the thread. I have looked in MSDN library and can't find the info there either. Can somebody provide me with a list of the files, the DLLs etc, that have to be distributed with a vfp7 application. I want to use ...
|
| Activate selected Forms | 26 Feb 2005 19:47 GMT | 2 |
I have several non-modal forms open and need to activate selected ones programtically. Can anybody tell me how to do it? Thanks so mach
|
| How to test if a variable is an array | 26 Feb 2005 19:02 GMT | 9 |
I want to to test if a variable is an array or not. None of the functions TYPE or VARTYPE provide this feature. They test for every other datatype except for the array type. Does anyone suggest how to achieve this.
|