| Thread | Last Post | Replies |
|
| printing word | 11 Apr 2008 10:29 GMT | 1 |
I have an app that uses a word document. I need to print 3 copies. I have tried printout(,,3) but this does not work. (word2003)
|
| Search using locate taking too long | 11 Apr 2008 07:28 GMT | 7 |
I have a large local database (about 65,000 records) and need to be able to populate a grid with continually updated information. The search is performed so that partial names, and other info can be entered in any order. As soon as the record appears enter will end
|
| How to clear access keys | 11 Apr 2008 06:01 GMT | 4 |
The main menu of my application uses 1-9 as access keys for the selections. For a variety of reasons, all the forms in this app are modal. Nevertheless, in the forms, the menu access keys still (attempt to)
|
| filtering data from a dbf file | 10 Apr 2008 22:53 GMT | 5 |
Suppose I have the test.dbf file as given below. Group is of the form Iteration x | y where x is the iteration number, and y is the some product code number. Within each iteration I would like to sum the values at a specific time for all the product numbers in that iteration, so ...
|
| Terminal Server File Handles FoxPro App | 10 Apr 2008 18:19 GMT | 3 |
I've got a problem where I receive a 1104 error in a FoxPro app that is being run in the following configuration. File Server (Server A) has a Share with a Foxpro App and data files. Users are accessing the app and data from their desktops through the network
|
| Problem with resizing control | 10 Apr 2008 02:18 GMT | 4 |
I have a FoxPro 9 application that has different controls on several tabs. On one tab, I have a Treeview control. I want the control to resize itself when the form is resized. When you are on the tab with the Treeview control and resize the form, the treeview control resizes
|
| XValues in excel chart | 09 Apr 2008 13:18 GMT | 1 |
I am exporting my data to excel through office automation. First three lines are Report title and subtitle and some other information. Line 4 is coloumn heading and from line 5 onwards actual data. Based on this data I am creating column chart. I want to show my column heading as ...
|
| Help! My apps cannot update itself on Windows Vista | 09 Apr 2008 10:11 GMT | 1 |
Greetings all, I have an application that runs fine. Problem begins when the owner change his laptop to a new one and it comes with Windows Vista. Instead of installing my application with Windows Installation, I copy the runtimes and
|
| Inserting a symbol into a text field | 09 Apr 2008 02:22 GMT | 2 |
In word you have the ability to insert special characters into your document, (such as degree, care of, percent, etc) I have a client who would like to be able to insert medical symbols into their text fields. These are saved as either Character or Memo...I've searched the help ...
|
| vfp6 to mysql | 09 Apr 2008 01:24 GMT | 2 |
haii what is the mysql data base ver. support to visual foxpro 6
|
| Executable file size differs depending on OS of box it is compiled on | 08 Apr 2008 23:50 GMT | 1 |
Here is something that I've not seen before. We have a simple executable based on a .prg with about 2000 lines, including comments and blank lines. On an XP Pro box, it compiles into a 48K file. When compiled on a Windows server 2003 box, using same copy of VFP and same
|
| Report form to file does not release the file | 08 Apr 2008 21:31 GMT | 6 |
I have inherited the following code. I use VFP 7 SP1. lcReportFile = SYS(2015)+".tmp" REPORT FORM INVOICE TO FILE (lcReportFile) NOCONSOLE nTotPages = _PAGENO
|
| Public or static variables question | 08 Apr 2008 20:04 GMT | 1 |
The book _1001 Things You Wanted to Know about Visual Foxpro_ has an interesting application which is essentially a standalone command window for FoxPro. You type in your commands and they are executed, pretty much like in the regular command window. It seemed to me that
|
| Compiling FoxPro Programs | 08 Apr 2008 19:52 GMT | 6 |
New to FoxPro. I have a batch program with a .prg extension. Do I need to recompile this in FoxPro or are the only things that need to be re-compiled .pjx files??? Thanks in advance for your help.
|
| Need Help on Proxy Issue | 08 Apr 2008 19:45 GMT | 1 |
I'm using eFax to programatically send faxes and it normally works great. However, we are moving to a new server that uses a proxy server. When I test the program on the new server, I get this error message: OLE IDispatch exception code 0 from System: The remote server returned ...
|