Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EOF() and views
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00664789
Message ID:
00664827
Views:
23
Hi, Roman!

Two ideas:

1. Use the Default Value functionality of the id field to create the id - and you can use the given AllowAddNew feature of the grid!

2. Try the following (not tested yet):
IF nKeyCode==24 && down arrow key
   SELECT 'view'
   IF RECCOUNT("MyViewAlias") = RECNO("MyViewAlias")
      THIS.newRecord()
   ENDIF
ENDIF
SeBaFlu
Previous
Reply
Map
View

Click here to load this message in the networking platform