| Thread | Last Post | Replies |
|
| Trying to use _mfi_send menu bar item | 28 Feb 2010 04:22 GMT | 2 |
I would like to use the _mfi_send in an application to make it quicker for people to send an email. In my app, it is always disabled and not available to select. Would anyone know how to make this active? TIA
|
| a brand new query tool is out on beta, we need feedback, so you get a free copy | 26 Feb 2010 17:02 GMT | - |
We at Nob Hill Software are working on a new query tool: http://www.nobhillsoft.com/MarieAlix.aspx?HeardVia=ptut You can read all about it on the above web page, but basically, its a very ambitious project to create what we call 'the query tool to end
|
| A SQL statement that uses a table in a MySQL database and an inner select of a VFP table. | 26 Feb 2010 15:40 GMT | 4 |
Hello to my good friends who are using MySQL, SELECT Stock.cSTKpk, Stock.cSTKdesc, ; FROM ; stock Stock;
|
| Force display in a drop down list box - vfp9 sp1 | 26 Feb 2010 13:58 GMT | 5 |
I have a form that has two drop down lists with different data sources - same data sorted differently Skipping lots of hopefully irrelevant details as to why I am doing it this way, if the user picks a value from one of them, I'd like the
|
| Index | 26 Feb 2010 08:48 GMT | 3 |
I have a table(Table1) with Fld1, Fld2 ,Fld3, Fld4 fields. Now I want to create a table(Table2) with Fld3 and Fld4 fields and create the same order which is created in Table1. I can get the Table1 index and create the same index in Table2.
|
| 743353 Reserch anything, nerw content up to date all sites 53 | 26 Feb 2010 05:47 GMT | - |
I fell in love with the net and all the compuiter teahcnology in the very early years and have loved it ever since, I have an IT Degree and Communications degree and will be working on my doctorate for the next five years, in bwetween I design websites, databases, Multimedia ...
|
| Report Listener | 25 Feb 2010 10:06 GMT | 2 |
Up to now I have avoided using the report listener for anything but I think the time has come for me to delve into it a bit. Are there some samples / tutorials about that someone can point me to? Cheers
|
| Is it possible to SELECT the median value of a field? | 25 Feb 2010 00:32 GMT | 5 |
You can use AVG(field) in a SELECT statement, but is there a way to SELECT the median as well as the mean? Is it possible, generally, to write user-defined aggregate functions that can be used in a SELECT statement?
|
| Reports not printing footer | 24 Feb 2010 23:14 GMT | - |
I seem to be having a problem with a report where if the number of lines in the detail band are exactly the maximum the band can hold, I don't get the footer on the next page. Is this a known bug?
|
| importing dBase III prg files to Foxpro or Access | 24 Feb 2010 19:06 GMT | 8 |
Is there any way to import the dBase III .prg files directly into MS Access of VFoxPro. Also is it possible to import the compiled prg files with or without decompiling them into MS access or Visual Fox Pro.
|
| WINDOWS 7 load VFP8 | 24 Feb 2010 18:56 GMT | 24 |
I installed Window 7 on my computer and then installed VFP8. Now each time I start up VFP I get this message 0: Class definition MSXML2.DOMDOCUMENT.4.0 is not found in the task pane manager. Looks like it can't find something. If I remember there was a way
|
| Menu Behavior Problem | 24 Feb 2010 18:50 GMT | 10 |
I am looking for a reason for this happening. I have a menu system using the DEFINE MENU option instead of creating an object menu *.mnx I use VFP8 + all Hotfixes and Updates.
|
| Quickbooks integration | 24 Feb 2010 15:11 GMT | 2 |
I am looking for sample code (and whatever classlibs or dlls I may need) to insert invoice records into QuickBooks from a FoxPro app. Thanks
|
| Report Window Anomaly - please help. | 23 Feb 2010 16:27 GMT | 12 |
I should be most grateful for help from the experts with a problem that I have establishing report preview appearance in VFP8 SP1. In the past, I have written a number of stand-alone applications using a front end main form and hiding the FoxPro system window. Until now,
|
| SET RELATION | 22 Feb 2010 21:48 GMT | 2 |
I'm trying to link two tables on a common key and display fields from both tables in a grid (one of the columns refers to a UDF to collect some information but doesn't change the cursor position / record). The problem is that whenever my grid loses focus the relationship between
|