| Thread | Last Post | Replies |
|
| Sending Reports by e-mail | 17 Dec 2007 16:50 GMT | 4 |
Is there a simple way to send a report by e-mail in VFP9? I have some reports that I would like to be able to send to some people as well as print them. Thanks in advance
|
| Automatic Formating of program | 17 Dec 2007 16:48 GMT | 2 |
I have some Foxpro 2.5 and 2.6 programs which I would love to automatically format (so I can more easily see which endif belongs to which if, and which enddo to which do, etc) Does anyone know of a (preferably free) program I can run them through to do
|
| lost vcx | 16 Dec 2007 06:03 GMT | 2 |
I have a vct file for which I no longer have a current vcx. Is it possible to regenerate this file? VFP9, sp2, win xp. Gleason
|
| Microsoft .NET Framework 1.1 Service Pack 1 | 14 Dec 2007 21:34 GMT | 2 |
Windows Update has tried to install this but has error code FFFFFFFF I really don't know what to do - can't seem to find any obvious help in internet. It appears I have .NET framework 2 and 3 installed as part of Vista. Do I need to uninstall and reinstall or something else.
|
| arrrggghhh!! Select statements.. | 14 Dec 2007 18:06 GMT | 14 |
I am not sure why I can't get my select to work. this is what I am doing select *,pmt_date as pmtdate from payment ; where payment.pmt_date between sdate and edate
|
| VFP and NotesSQL | 14 Dec 2007 17:44 GMT | 10 |
Hi again. I'm trying to access a Notes Database, using the NotesSQL tool with ODBC. I get as far to establishing the ODBC connection: handle = SQLCONNECT(<system dsn for notes>)
|
| error instantiating application object | 14 Dec 2007 17:04 GMT | 4 |
Okay a small exe written in vfp5 and now running under vista gives this error on startup, you can ignore it and the app runs ok. I remember another exe long ago giving the same error on a network with restricted access to the local drives, is this the same problem, is there
|
| How to change the default font for VFP applications? | 14 Dec 2007 08:19 GMT | 13 |
In my VFP-based application, I haven’t set font names for any objects. It is Arial by default. But one of my clients is using a different default font and makes my application looks very strange. I don’t know how to change it to Arial. Any ideas? TIA.
|
| How to Show the Report in a Container | 14 Dec 2007 05:11 GMT | 2 |
I have one typical task in VFP 6.0 I wish to show the Report in an Container..Or in some part of the form. The Report should not maximized.. The Report should in the part of the form..like Container...
|
| Copy File Won't Work | 13 Dec 2007 21:36 GMT | 2 |
Hello - I discovered a problem in both VFP 6 and VFP 9 where copy file fails and I'm not sure how to get around it. It seems to fail when there are spaces before the filename. Suppose you have a file in any directory called test.txt (let's say the c:\junk folder as an example). ...
|
| scan....endscan problem | 13 Dec 2007 18:23 GMT | 4 |
I have the following sample working program: sele 1 use abc do while not eof()
|
| How to Insert a Blank Row in a Grid.. | 13 Dec 2007 17:08 GMT | 5 |
I have one task in Visual FoxPro. My task is 1. I have a Form with Grid is Displaying 10 Records. 2. I want to Insert a New Blank Row After 5 Record (Using some Short Keys..Example Ctrl+N)
|
| Supress Zero Display in Grid | 13 Dec 2007 16:46 GMT | 1 |
Hello and thanks in advance for the help. I have a grid in which the source for two of the columns is numeric. When this number is zero I would like to show a blank cell instead of the number 0. Can anyone tell me if there is an easy way to do this?
|
| weird select | 13 Dec 2007 16:23 GMT | 2 |
vfp9 sp1 we have an .scx report form that runs multiple reports by calling a method that; <user choices, error check>
|
| Recreate a project file | 13 Dec 2007 04:17 GMT | 4 |
When I try to open my project I get an error 'Project File Invalid'. The problem arose when Windows did an automatic reboot to install some important security update. My project was open at the time. Is there an easy way to recreate or rebuild the project file?
|