Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Eview -- anyone know why field rule_id invisible to evie
Message
From
14/03/2001 19:22:17
 
 
To
13/03/2001 23:25:09
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00484704
Message ID:
00485109
Views:
17
>>Eview -- anyone know why field rule_id is invisible to eview? Eric do you use a field by that name in a temporary cursors, so the system thinks this field is part of it's data dictionary?
>
>I created a test table with a field rule_id, and a view from that table, and eview works fine on it.
>
>Is this a calculated field or something?

I have recreated the problem. It is not rule_id alone.

Create a table with fields "rule_id" and "rule".

Create a simple view off it.
Eview will see "rule" and other fields, but not rule_id

The following sample code will recreate the problem if it is run in a directory with no name conflicts and has a path to eview
create database test
open database test
set database to test
create table test (rule_id i, rule c(10))
create sql view lv_test as select * from test
use lv_test
do eview
Thanks

Gar W. Lipow
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform