| Thread | Last Post | Replies |
|
| VFP 7 ODBC and Paradox | 27 Aug 2003 14:05 GMT | 1 |
I have an application which validates a SSN against another systems Paradox database. I use an ODBC connection and a remote view to access the database which is not updatable. I developed the application on a test system containing a copy of the Paradox tables. In testing the ...
|
| Very unstable the VFP 8.0 | 26 Aug 2003 06:29 GMT | 1 |
I'm very worry by this instability of this VFP 8.0 version, in the VFP 6.0 and 7.0 I never experimented this problem, and in this moment I developed a valuable software but is imposible to sell with all this errors.
|
| VFP 8.0 aplications not work in Win98?????? | 26 Aug 2003 01:40 GMT | 4 |
I tried to run an aplication in Win 98 but when I release a form with tables in the Data Environment to return to another form, it was a ERROR (cannot access the selected table), but this error is not present in Win 2000 or XP.
|
| Visual FoxPro Precision | 20 Aug 2003 19:43 GMT | 1 |
If I have SET FIXED ON and SET DECIMALS TO 3, how many digits will be used in a calculation? For example, is 0.0809 within the range of +/- 5% of 0.085? Thank you
|
| How to retrieve back photo from foxpro database | 20 Aug 2003 01:18 GMT | 1 |
My foxpro database has a field with type General. I store photo (bmp) using Append Gen .... for some reason, my customer want to retrieve back the photo and save it as a file (.bmp) ... but i do not have have any ideal how .... May I know how ?
|
| Easy trigger question | 19 Aug 2003 21:47 GMT | 1 |
Hi, all: Easy question: is it possible to create a trigger on VFP 7 free table or it can be done only on database table? TIA
|
| updates to stand alone database | 15 Aug 2003 14:05 GMT | 1 |
I have a situation here. I have a VFP stand alone application which is using a huge big foxpro database (with many tables, views etc., in it). It is running on a client's machine which is remotely connected. I need to send the updates to the database from here. I have a dial up ...
|
| FK, insert problem | 14 Aug 2003 22:46 GMT | 4 |
Hi, my post and 2 answers disapeared from news group, but I still have some questions: All inserts (both in parent and child table) I do the same way: I open a
|
| FK, insert problem | 13 Aug 2003 22:05 GMT | 2 |
Hi, (vfp8, win xp) I have parent table, child table and referential integrity defined as: on update - cascade
|
| Changing the Views update fields at runtime. | 13 Aug 2003 09:37 GMT | 3 |
I have the need to use the same view to do to types of updates. In an edit scenario this current view works as well as an add, but I have a need to add just the child records It fails since the FsApUnit table is a parent with a one to many relationship and PK constraint is ...
|
| VFP 8.0 Install problems | 12 Aug 2003 15:50 GMT | 1 |
I am trying to upgrade from VFP 7.0 to VFP 8.0 but the installation is failing on one of the prerequisite packages (MS Soap Toolkit 3.0). I followed the readme suggestions and launched the toolkits installer package directly to find out what the problem was but the only error ...
|
| delete command... | 12 Aug 2003 09:42 GMT | 3 |
I have a table with five fields and records in it/populated with information/data. Now I want to delete all the records from one field and don't want to touch other fields. How can I do this? Other question is any idea how can I clean up database programmtically/ from
|
| Capacity of ODBC and Foxpro v6.0 | 11 Aug 2003 22:38 GMT | 4 |
My system is using Perl, ODBC 6.01.8629.01 and Foxpro v6.0 database files on Win2000 server. Several foxpro database files contain more than 4000 records. It occurred to me that connection error sometimes exists
|
| Updating/Deleting records via ODBC | 08 Aug 2003 15:27 GMT | 2 |
I'm accessing a remote table via SQL using the SQLEXEC() command and thats working great. I'm able to use Select to get records and Insert to add records. However I can't figure out how to update records and delete records from the remote table via SQL.
|
| Passing parameter ?? | 08 Aug 2003 03:39 GMT | 1 |
How can I pass a parameter from a Form (the parameter need to be global {It mean the variable is visible within the form only no matter in any procedure but it will be clear when the form is exit.}) to a Function / Procedure in a *.prg ??
|