Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid's Class
Message
From
15/12/1998 09:29:29
 
 
To
15/12/1998 02:44:26
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00167113
Message ID:
00167636
Views:
22
>>2. The table is based on the grids RecordSource property.
>>From that you can solve 1.
>>
>>1. In the keypress event you may want to trap for the down-arrow. If pressed, select the alias driving the RecordSource of the grid and issue a skip. If EOF() = .T. add a record, otherwise, return to original record and let keypress do the default to finish the normal scroll process.
>>
>>
>>>I'm trying to make a grid class where if user presses down arrow on last record, automatically new record should be inserted in the grid..
>>>
>>>I've put 'on key label ..' in when event. But :-
>>>
>>>1. How can I find that its on last rec ??
>>>2. How can I find in which table to insert record ??
>>>
>>>Pls help..
>
>Thanks !! I'll try that...

Did anyone tell you to set the grid's AllowAddNew property to .T.? I'm pretty sure that's the property that does just what you want.

-Michelle
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform