| Thread | Last Post | Replies |
|
| Running DOS Basic programs within VFP | 28 Feb 2006 23:43 GMT | 5 |
Is this possible? Are there particular problems I should be looking for? Right now, the system is written in FPD2.6, converting a bunch of things to VFP8 right now, getting VFP9 shortly. There are a couple of small basic programs that are used to bring data in, that I'd just as ...
|
| VFP office automation - Outlook Quit() | 28 Feb 2006 22:35 GMT | 1 |
I am having a problem quitting outlook opened via CREATEOBJECT("OUTLOOK.APPLICATION"). I end up with multiple Outlook.exe processes running. This problem is similar to another issue titled "VFP office automation - Outlook", however, where that
|
| VFP 9: Renaming file | 28 Feb 2006 20:32 GMT | 2 |
I'm storing the path to a file in a memo field. I use GETFILE to retrieve the original file. The file can be most any common type file like PDF, DOC, JPG and so on... I want to rename the file, but retain it's original extension. I suppose
|
| help URGENT with OlePublic !!! please ! | 28 Feb 2006 20:20 GMT | 2 |
the first time i compiled the project system was found the dll and dll worked well ( a small, very simple session olepublic class )
|
| how to find the total number of files in a directory | 28 Feb 2006 17:01 GMT | 2 |
How can i find the total number of files in a directory (including sub directories). I've tried using Scripting.FileSystemObject, but i'd have to recurse through all the sub directories - which is what i want to avoid.
|
| Changing Grid DynamicForeColor to more than 2 Colors | 28 Feb 2006 15:27 GMT | 2 |
I need some advice on Grids please. I want to be able to display a row in either red,green or blue depending on the value of one of the fields. I can set up in Grid.init thisform.grid1.SetAll("DynamicForeColor","IIF (calc_gpm <5.00 ,
|
| multidimensional DXL | 28 Feb 2006 10:22 GMT | 4 |
hi all! I've a big problem..i use VFP 9.0, and i want to read/write a multidimensional XML. It's possible to import or export this xml in Vfp Database or i must read
|
| How to programatically check if two text files are different | 28 Feb 2006 08:22 GMT | 1 |
I've around 1000 text files in two seperate directories. I need to get hold of the text files which are different in their contents. I can manually use WinDiff, but is there a programatic way of doing a similar thing?
|
| How to keep command window from becoming dockable | 28 Feb 2006 01:16 GMT | 6 |
I set my command window to not dockable, but about 20 times a day it gets set back to dockable, and default size and location. Other settings do not change. Anyone else see this? Where is this setting stored (I'm guessing resource file?).
|
| Read and Read Only in a grid | 28 Feb 2006 00:06 GMT | 3 |
I have a grid in a form and would like to select which columns can be read only. All I seem to be able to do is make them all readonly. What would I put in the init event of the form to do this?
|
| Running a form from within program? | 27 Feb 2006 22:45 GMT | 3 |
Ok, I know I'm not going about this the right/proper way. But, this is how my boss wants it done, so that's how I have to do it. I'm converting programs from FPD2.6 to VFP8(at this point, getting VFP9 soon). Right now, all data entry "screens" are written with @ say/get's.
|
| Batch Print to PDF? | 27 Feb 2006 22:28 GMT | 2 |
VFP9 SP1 I print 200 or so statements (1 or 2 pages each) using a loop with a dbf created individually for each member and a REPORT FORM Statement TO PRINT
|
| vfp6 | 27 Feb 2006 21:46 GMT | 3 |
Are there any service packs for vfp6.0. Ira
|
| VFP 9 to Specific Page in Adobe Acrobat File | 27 Feb 2006 19:57 GMT | 6 |
I can easily bring up an Adobe Acrobat file from my VFP 9 program by saying RUN /N3 &cAcrobat &cAdobeFileRec Where cAcrobat is the path and filename of the executable for Acrobat, and cAdobeFileRec is the file to open. Is it possible to open the file and go to
|
| Positioning cursor in proper field? | 27 Feb 2006 19:44 GMT | 2 |
Complete newbie to VFP, and unfortunately it's been way too long since I've dealt with screens even in FPD2.6, so I forget. How do I, after having the user click on an add button to append a blank record, position the cursor in the first field? Dumb question, I know, sorry. :(
|