Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug ? or am I missing something ?
Message
From
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:
00112421
Views:
21
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform