| Thread | Last Post | Replies |
|
| Seek vs Locate in a loop | 28 Feb 2007 21:03 GMT | 8 |
I want to know which of the following method will be faster. Table2 has the index which is fully optimized for the locate command. My understanding is that in general, seek will be faster but rushmore may be faster since it is cachable.
|
| VFP9 "Error reading file" on Server 2003 | 28 Feb 2007 17:41 GMT | 6 |
I have several programs that all access VFP tables on a Windows 2003 Server, Standard Edition (herein called Server A). Some programs run directly on Server A, and some run on another Windows 2003 Server (Server B), where users connect via RDP and access the data via a
|
| Accessing class little more clear | 28 Feb 2007 16:59 GMT | 2 |
Thanks for your reply HOW TO ACCESS EXISTING CLASSES IN PRG? My situation is : already having VCX file created in custom and using in other forms, that has property and modules
|
| Very slow to access dbf files on the server from Vista machine | 28 Feb 2007 16:40 GMT | 4 |
One of my clients just got a new Vista machine. VFP-based application is on Vista machine. But it’s very slow to access dbf files on the server from Vista machine. But it’s very quick from XP machines. Any ideas? TIA.
|
| Bug? Grid header height of zero with large or extra large fonts | 28 Feb 2007 16:08 GMT | 4 |
Issue - Form crashes on load when I have a grid with a header height of zero. Steps to reproduce: 1) Create a new classlibrary 'x'
|
| BeforeRowColChange Event | 28 Feb 2007 15:25 GMT | 6 |
I'm going nuts over this. I have a grid, where the rowsource is a cursor (readwrite). Some calculations needs to be done, where basically the values of column 2 and 3 are calculated and the results are stored in column 4 and 5.
|
| stop displaying active record in the top row (GRID)? | 28 Feb 2007 13:56 GMT | 2 |
im trying to reopen one table, thats why each time i have to rebuild (reinit) my grid. But after this, my active table row occurs on the top of the grid. I would like to keep it at the same relative grid row as it was before reopening table and rebuilding grid...
|
| Using Classes in prg | 28 Feb 2007 11:19 GMT | 2 |
Thanks for your technical help HOW TO ACCESS EXISTING CLASSES IN PRG? Any sample code Please?
|
| Variable Number of Parameters | 27 Feb 2007 22:25 GMT | 9 |
Hello and thanks in advance for the help... Based on the code that Gene Wirchenko provided me in an earlier thread, I have developed a class which is an indexed two dimensional array. AddRef takes id and an object reference and adds them to the array
|
| Getting the menu where I want it. | 27 Feb 2007 15:47 GMT | 1 |
Hello, thanks in advance for the help. I have a window with a button that builds and activates a popup. It is putting the popup in the left hand corner of the window. I'd like it right at the button. I can't seem to find quite the right syntax for getting the
|
| Delay after sending files to Print spooler | 27 Feb 2007 13:42 GMT | 5 |
Using VFP 8, I send report to the printer : report form label1 to print set printer to The printer is a Zebra S400 using an HP JetDirect EX Plus, hanging off a new
|
| Vista & VFP Version 8 | 27 Feb 2007 10:12 GMT | 8 |
Does anyone know if there are any compatability problems running Visual Foxpro Version 8 in Windows Vista?
|
| Custom "Workspace" | 26 Feb 2007 22:47 GMT | 1 |
I have an application that I am sure you guys are sick of helping me with but I am at a loss (as usually). The application has a mainform (frmMain) that is showwindow=2. I have added a secondary form frmWorkSpace that is a showwindow=1. There are
|
| Bar Code | 26 Feb 2007 21:49 GMT | 1 |
I'm coding a PDF417 label which need to show 4 column, but the result seems to always in 6 column. My code: ??? "^B7N,5,4,4,,N" can anyone help me with this..?
|
| set printer to | 26 Feb 2007 21:37 GMT | 2 |
Is there a difference between SET PRINTER TO NAME <printer name> and SET PRINTER TO <printer name>
|