Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid does not refresh after adding empty row
Message
De
08/02/2003 02:44:42
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
03/02/2003 14:10:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00743140
Message ID:
00750976
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform