Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug ? or am I missing something ?
Message
 
To
29/06/1998 05:13:12
Jeroen Naus
Harte-Hanks Europe
Hasselt, Belgium
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00111621
Message ID:
00112804
Views:
18
>FYI, this is what I have read in Foxpro Advisor Magazine
>
>CREATE TABLE test (f1 C(10))
>
>FOR i = 1 TO 12
> APPEND BLANK
>ENDFOR
>
>SET TALK OFF
>INDEX ON f1 TAG f1
>? _TALLY && in VFP result is 0, FP2.X result is 12
>
>SET TALK ON
>INDEX ON f1 TAG f1
>? _TALLY && result is 12 in all versions
>
>According to the documentation, you need to set talk on/off for the _TALLY function to work so maybe if you set talk on it will work.
>The _TALLY is supossibly allways filled when using SQL-SELECTS.

Jeroen,

Tried the example I gave to Cetin with SET TALK ON and SET TALK OFF and get 10 in all cases.

José
Previous
Reply
Map
View

Click here to load this message in the networking platform