| Thread | Last Post | Replies |
|
| One form causes C5 errors at intermittent times | 30 Nov 2006 22:07 GMT | 30 |
I have one from that will work fine and ten it will start to have C5 errors. Then the C5 errors stop and they can use the form for a couple of hours or a day or 2 and then C5 errors again. Every workstation. I thought it was a network problem but none of the other forms have ...
|
| Date Format | 30 Nov 2006 17:17 GMT | 6 |
VFP7.0 XPSP2 I have a chraracter field contains dates such as "November 7, 2006" or "July 14, 2006" how i can convert it to short date dd/mm/yyyy format ?
|
| Need help optimizing query | 30 Nov 2006 16:26 GMT | 24 |
Can somebody tell me if there is something I can do to speed up this query? VFP9 is telling me that it is fully optimized yet it takes 11 seconds to run. The total number of records in the table is 233556 records. The query is summing 10259 records. SELECT SUM(ST_Qty) FROM ...
|
| Upgrading from VFP 6 - Visual Studio | 30 Nov 2006 15:58 GMT | 6 |
We owned a few copies of Visual Studio back in the day, and that's where our VFP 6 came from. We are planning to purchase VFP 9 but have a few questions. We're currently running the SP5 version. 1. Is 9 still current? Plans for a future version?
|
| Connect to MS Sql server. | 30 Nov 2006 04:43 GMT | 4 |
Is it possible to connect to MS Sql server through Internet? If Yes, how to?
|
| how to change date time of the system form VFP | 30 Nov 2006 04:23 GMT | 2 |
how to change date time of the system form VFP Rajesh
|
| Doubleclicking a form | 30 Nov 2006 03:42 GMT | 6 |
Is there a way to stop the form from maximizing when a user double-click on the top part of it (by the form name)? thank you, HME
|
| GetFile to select many files | 30 Nov 2006 01:15 GMT | 4 |
I am using Visual FoxPro 6. I have several text files which all contain similar data (fields in the same order), but of course have different filenames. I know to use the GetFile command to prompt a user to select 1 file on a disk, but I would like the user to be able
|
| Anchor Command Button on Scrolling Form | 29 Nov 2006 18:55 GMT | 2 |
How can I anchor a command button at the bottom-center of a scrolling form that has a vertical scroll bar. So as you scroll, the bottom stays at the bottom center. I don't care if it is overlapping other controls or not as you scroll.
|
| Problem with the lisbox control nItemID - 32767 | 29 Nov 2006 14:35 GMT | 3 |
I have the problem with the listbox control. Problem is that I can add item with the nItemID bigger than 32767, i.e. Control.AddListItem(cItem , nItemID) I have the following (pseudo) code:
|
| Storing pictures as memo field in M$ SQL server | 29 Nov 2006 12:38 GMT | 2 |
At SQL server: create table aaa ( aaa text ) insert into aaa values ( '' ) At Foxpro:
|
| How to set up Data Environment | 29 Nov 2006 04:47 GMT | 4 |
I have 2 tables in SQL Server, quite big, about 200,000 and 300,000 records, and they are in a parent-child relationship. What I want is to create a form where I show the data of the parent table for a certain primary_key, and a grid with the corresponding child records. How ...
|
| Is there a way to find out # of instances of a FoxPro exe being ru | 29 Nov 2006 01:34 GMT | 6 |
Using Visual FoxPro 9 with service pack 1 If a FoxPro exe is installed on a file server on a LAN, is there a way to find out # of instances of that exe being run from any workstation?
|
| Problem with SET PRINTER | 28 Nov 2006 22:38 GMT | 1 |
I'm needing help on this code: ********************************************************** printer=ALLTRIM(thisform .list1.value) APRINTERS(allprinters)
|
| unsubscribe | 28 Nov 2006 22:33 GMT | 4 |
Long time no read... Cheers all, it's been a good time while it lasted. I'll still be using FPW for a few things in the future but for the past x months I've been heavily involved in migrating our systems to R/3.
|