| Thread | Last Post | Replies |
|
| Check this critical pack | 23 Sep 2003 16:59 GMT | 1 |
Microsoft Customer this is the latest version of security update, the "September 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting
|
| Float and double field type | 21 Sep 2003 17:33 GMT | 1 |
Quick question : which is the difference between these two field types ? Aren't they supposed to hold the same kind of values ? I saw them in VFP 6.0. Thanks in advance,
|
| Error trying to crosstab a remote view | 19 Sep 2003 21:40 GMT | 3 |
I really hope someone has an answer to this, because it is driving me crazy. I am trying to create a remote view to an AS400 database to do a crosstab.
|
| covnerting label form from DOS Fox to VFP8 | 19 Sep 2003 15:58 GMT | 1 |
We've got a label form that was created years ago in a DOS version of Fox. Currently, when we use it against a file with address info, it creates a text type of file that we then upload to our mainframe to print labels to a line printer. We do this to a mainframe b/c the amount of ...
|
| Create Remove Views by Calling dbo.Function() | 19 Sep 2003 08:07 GMT | 1 |
As any one tried this ? CREATE SQL VIEW vwFuncTest ; REMOTE CONNECTION obdcConnect ; AS SELECT * FROM dbo.SQLFunc(?cParam)
|
| Command Window Query Length Limit | 16 Sep 2003 12:26 GMT | 9 |
Is there a limit to the length of a sql query I can run from the VFP command window? If not how do I get Fox to recognize two or more lines of query text as a single statement. Thanks in advance for an help.
|
| Select SQL | 12 Sep 2003 17:05 GMT | 3 |
I have the below query that runs fine with VFP7 but giving me error in VFP8 "GROUP BY clause is missing or invalid". Does any one know why? SELECT a_chrt.prjcod+a_chrt.Accode+a_chrt.curcod as accode;
|
| I am using VB/Com+ accessing Foxpro6, however it seems not leveraging the indexes, resulting in slow performance. | 05 Sep 2003 17:08 GMT | 4 |
I am using VB/Com+ accessing Foxpro6, however it seems not leveraging the indexes, resulting in slow performance. What can I do to speedup the performance? Any suggestion is appreciated.
|
| Connecting to server/remote view | 05 Sep 2003 06:10 GMT | 1 |
VFP 6.0 Hi all, I'm trying to get my first remote view working however, I don't understand how to connect to the server. I read the
|
| tablerevert() on cursoradapter not working as expected | 02 Sep 2003 14:29 GMT | 1 |
I am using the vfp8 cursoradapter class to create a cursor of remote data. As I edit each record, the updates are working as expected when I issue tableupdate().
|