| Thread | Last Post | Replies |
|
| Help with INSERTing from a SELECT | 30 Jun 2005 16:08 GMT | 4 |
I have a SELECT statement that I run, which returns a set of records/rows. After I run the first SELECT, I need to take those results and put it into another TABLE. However, I don't want to use an INTO TABLE because the destination table may be in use. I used SCATTER MEMVAR, ...
|
| Internal Consistency Error | 30 Jun 2005 05:10 GMT | 3 |
I'm trying to connect to a free table DBF, and I keep getting an internal consistency error and VFP 6 just hangs. Do I need to perform a repair, and if so how do I go about it.
|
| Help with Upsizing Wizard | 28 Jun 2005 22:34 GMT | 2 |
For some reason of whatsoever, my upsizing wizard does not work in VFP 6.0 It keeps looking for UPSIZWIZARD.PRG and can't locate it. Can someone send me a copy of this app, or tell me where I can find it.
|
| 'Canont update the cursor' error at runtime | 27 Jun 2005 06:21 GMT | 1 |
VFP 6.0 + SP5 In the program, I modify a remote connection login userid and password in dbc using DBSETPROP( ), I can run the program quite succesfully in VFP environment.
|
| Index on free tables | 24 Jun 2005 09:00 GMT | 1 |
i use free tables on wich i have indexes. When i close vfp (6) and reopen it, the indexes on the tables are gone. If I use a select on this table and use the command set order to i_art_isbn. I get an error variable i_art_isbn is not found.
|
| HELP with PRG basics SAFETY | 24 Jun 2005 08:20 GMT | 4 |
I am trying my best to remember what all I had to do 6 years ago and I'm currently supporting an old app written in VFP 6.0. I have a COPY STRU statement that creates a prompt asking me if I would like to replace the existing copy that will be overwritten by the COPY STRU ...
|
| Help with REPORT INDEX | 24 Jun 2005 08:17 GMT | 4 |
I created a work table using the SELECT .. INTO TABLE wrk_TABLE in my code. In design mode, I created a report which uses the work table. However, the work table is replaced by the SELECT INTO TABLE, and when I run the report, it complains about INDEX TAG not found. Do I have ...
|
| SELECT using DATE | 24 Jun 2005 08:10 GMT | 6 |
I have a SELECT statement that picks up the date from a variable that I've assigned its value earlier. pstrStartDate = "2005/06/01" pstrEndDate = "2005/06/02"
|
| Help with .SET file | 24 Jun 2005 08:03 GMT | 1 |
I am new to VFP and would like to know what and how to view a .SET file. Would someone help please? TIA John
|
| Convert a data Table | 23 Jun 2005 03:07 GMT | 4 |
What is the best way to convert this data table: Document Recip Name Doc1 Sue Adams Doc1 Sue Adelt
|
| HELP with SCAN and MEMO field UPDATE | 21 Jun 2005 02:30 GMT | 1 |
I wrote a simple SCAN statement and it finds the record that I want. I want to add a specific text into the memo field in that line record. When I add the text, I need to take the existing content and add to it, or if there is nothing, just add the text. Please verify this ...
|
| Date problem | 18 Jun 2005 10:01 GMT | 1 |
I am developed a package in VFP 6.0. It works all windows platforms. But in one computer loaded win98,when I enter date it accept date + 1 year and 30 days. What is the problem ?
|
| NEW to VFP 6.0 using FORMS | 15 Jun 2005 14:14 GMT | 2 |
I created an APP and set my main to MAIN.PRG. In my MAIN.PRG, I have command DO FORM frmswitchboard. So, when I've compiled my application into an EXE, it comes up and just goes away. Is there something I have to do to keep it up. I've enclosed my the part of the MAIN.PRG ...
|
| Error updating Data Base | 10 Jun 2005 14:23 GMT | 1 |
Application developed in VFP6.0. Installed in Win98. Each time application opens different date.Checked system date.Reinstall windows.checked memory and cmos battery.Also when writing to file wrong data stored. For eg: to store 192.35 it stores 192.38
|