Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid does not refresh after adding empty row
Message
From
08/02/2003 02:44:42
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
03/02/2003 14:10:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00743140
Message ID:
00750976
Views:
22
>Record -1 is BOF. You can't GO TO it.
>
>Patrick

-1 BOF ??? I think you're mistaken. On a buffered table newly added rows have recno()s as -1,...-n and you can go to them.
ie :
create cursor myTest (dummy i)
cursorsetprop('Buffering',5,'myTest')
for ix = 1 to 100
 insert into myTest values (ix)
endfor
go -20
? myTest.dummy, recno()
go -1
? myTest.dummy, recno()
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform