| Thread | Last Post | Replies |
|
| AutoComplete? | 27 Jan 2005 22:21 GMT | 1 |
Does anyone have an example using the autocomplete feature or the textbox controls? Is it possible to preload the autoload dbf with values to suggest autocompletion values?
|
| Tek-Tips | 23 Jan 2005 18:42 GMT | 11 |
Does anyone know if there is something up with Tek-Tips? I cannot log in there anymore. I am wondering is it just me or is it more then that?
|
| Copy File | 22 Jan 2005 20:52 GMT | 10 |
What is the proper syntax to do this? cFile = "C:\EFILE\Proof of Claim.PDF" cFile2 = "C:\DOCUMENTS AND SETTINGS\DORIAN\MY DOCUMENTS\DEVELOPMENT\EFILE\Wright, Dayna Elizabeth - 04-12295-jcs\Proof of
|
| Candidate Indexes Get Damaged | 19 Jan 2005 17:42 GMT | 1 |
Running under VFP 6.0, candidate indexes get damaged randomly. When trying to reindex, a message appears: Uniqueness of....is violated Meaning that VFP has allowed duplicate records in the table.
|
| HOW TO SEND/RECEIVE EMAILS FROM WITHIN VFP FORMS | 19 Jan 2005 11:37 GMT | 1 |
i want to be able to send or receive emails from within a VFP form. what is the simplest way of doing it. i think I had read somewhere that the RUN command can be used for simplicity. Can anyone show me the right syntax to use.
|
| vfp8.0 - How to select the row in grid ? | 18 Jan 2005 02:03 GMT | 2 |
I have created a grid which already have part number. I allow user to enter quantity issue. When they enter the quanity and click, my program checks the availability in the stock table. If quantity is available, it allows the user to go the next row otherwise it popsup a ...
|
| Validation in a Grid | 13 Jan 2005 10:15 GMT | 5 |
I have two columns in a Grid (actually more but this problem involves only 2) Both columns are ComboBoxes. When the first ComboBox is '0', the second ComboBox cannot be blank. How, where do I code for this?
|
| Import data from FoxPro 2.6 | 11 Jan 2005 21:21 GMT | 2 |
What software can I use to import data into SQL Server or Access 2000 from a FoxPro 2.6 DOS .DBF? I expected to be able to use DBASE 3 as the DTS import input type, but it fails to properly open. If the answer is "none of the above", then is FoxPro 9.0 able to import data
|
| File() | 10 Jan 2005 19:21 GMT | 3 |
The File() returns .t. when the directory\filename is anywhere on the Path. I.E. file('c:\remote\test.txt') returns .t. when the file exists as J:\dbfs\remote\test.txt and 'J:\dbfs' is in the Path. Is this Normal behavior? It happens in VFP8 and VFP9Beta. I'd expect a .f. to be
|
| Memo Field in Report vfp 6 ? | 10 Jan 2005 15:26 GMT | 7 |
Can anyone shead some light on how to get a memo field to behave in a VFP 6 Report? I am getting extra pages in the end, extra pages in the beginning, there seems to no explanation.
|
| Cleanup Memo Fields? | 10 Jan 2005 05:31 GMT | 1 |
I am still experiencing problems with printing memo fields in VFP 6. There is a previous posting regarding this problem. I have taken the advise of Lee and Fred but still have the problem of extra pages. I have also noticed that the memo field contents have extra lines. I dont
|
| Upsizing a 2.6 application | 07 Jan 2005 14:55 GMT | 2 |
We have a FoxPro 2.6 application that was written around 1992. It continues to work fine today, but I would like to migrate it to a "true" Windows application that runs on a Windows 2000 OS PC. Can someone explain what avenues of upgrade might be available to me? For
|
| SpecialEffect and VFP9 | 06 Jan 2005 16:51 GMT | 4 |
I use VFP9 but there's a problem with my command button when SpecialEffect = Hot Tracking : I see the background picture of my form even if the command button is over a shape opaque (and I want to se this shape and not the background pciture).
|
| VFPRO 8.0 Need help in printing group totals | 06 Jan 2005 16:16 GMT | 1 |
I created a report which prints part number, quantity, cost and price. I need to print sub totals each time product class changes. Thanks
|
| loMRead.Move(oFolders.Folders(cCase)) | 06 Jan 2005 14:01 GMT | 2 |
Trying t o move one message from the InBox to another folder in Outlook 2002 using VFP6SP5 and i am recieving this error message on the move "Unknown COM Status Code". It does the Move but i still get the error why???? I tested it in VFP 8.0 and it worked, but i would like to ...
|