| Thread | Last Post | Replies |
|
| Rename Free Table via VFP6 ODBC | 11 Jun 2007 19:13 GMT | 3 |
From a web service on Linux via an ODBC Bridge into the VFP6 ODBC driver... connecting to a free table directory and I have need to rename a table and can't seem to do it. What IS working is...
|
| When does a textbox ControlSource get updated? | 11 Jun 2007 18:56 GMT | 13 |
VFP8 on XP Pro Given a textbox that has a table field (no buffering on the table) as its controlSource, when the textbox has focus and the user changes the contents, the new value is not written
|
| VFP 9: Making transform() Drop Decimal 0's | 11 Jun 2007 18:52 GMT | 6 |
How do I print a number in simplest form? The numbers I have are specifed to two decimal places, but I do not want trailing 0's or decimal point. (I allow input of two decimal places, but the precision does not need to be printed.)
|
| Application Manifest & vista with VFP | 11 Jun 2007 17:37 GMT | 11 |
Has anyone done any work with vista & application-manifest files to bump up the rights of an exe writen in vfp? if so; would you share what you learned?
|
| threads | 11 Jun 2007 10:53 GMT | 4 |
I have a loop (vfp9) where a line of text is loaded from a text file, two forms are opened in sequence to process the line of text, and when the second window is closed, the program needs to process the next line of text.
|
| running vfp application pops up dialog for .fxp file | 11 Jun 2007 07:53 GMT | 2 |
Just want to ask. I have a vfp application (exe) running on a computer with MS Visual Foxpro 6.0 installed. When running the application (exe), a dialog pops up asking for a .fxp file (eg. main.fxp). I need to select main.fxp before the application runs. The weird thing is
|
| Upgrade from VFP3 to VFP6 | 11 Jun 2007 00:16 GMT | 3 |
I have an VFP3 application running in Win98 and it works fine. I will change the PC to WinXP and 1G RAM. The VFP3 application cannot run under WinXP with memory error. The VFP3 application program source code was lost and I cannot convert it to VFP6 and recompile the ...
|
| How can vfp play wave file ? | 10 Jun 2007 21:35 GMT | 2 |
Dear All, I am using VFP 6, how can I play sound from an application ? Or simply play a wave file from within an application ? Thanks.
|
| sql in foxpro | 10 Jun 2007 21:04 GMT | 12 |
could you please telling me why need that statement (into cursor temp) and why need select temp again at last in the sql below: select name, date, abc as grouping, mode, count (*) as count from table1
|
| Faxtiff object | 10 Jun 2007 20:27 GMT | 1 |
I've tried the fax newsgroups, but no response, which is not surprising. Since I'm using Foxpro for this, I'm hoping someone here could help or might have something already in Foxpro. Here's my problem:
|
| List of supported .EnableHyperlinks tags | 10 Jun 2007 15:08 GMT | 7 |
.EnableHyperlinks is cool. I see that mailto:<emailaddress> is supported as well as internet pages. Where can I find a complete list of supppported tags?
|
| How to prevent the "double' VFP icons on the task bar when running VFP programs? | 10 Jun 2007 12:04 GMT | 2 |
When I start VFP and do a 'do program' from the command window, there are two instances of VFP shown on the taskbar - the main VFP and the running program. Is there any way to prevent this so only the main program that is running shows and when that exits, it still goes back to ...
|
| When my VFP program calls Word via OLE Word opens beneath my program instead of on top of it. | 09 Jun 2007 19:27 GMT | 3 |
This only happens in Vista. In XP it opens on top of my VFP app. Any ideas? Sean
|
| Transparent parent window... | 09 Jun 2007 13:08 GMT | 11 |
i am trying to find a way to have a transparent parent window in vfp 9 sp2 i want child forms to still be displayed withing the parent window. is this possible? and how?
|
| form.show(1) and buttons that work but don't visibly 'click' | 08 Jun 2007 22:34 GMT | 6 |
I have to make a form go from non-modal to modal at runtime, so I form.show(1), which works. However, when I form.show(1) to put the form into modal mode, I find that when I click on a command button, the button works but does not visibly depress. The click method fires,
|