Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding record direct from Grid
Message
From
25/04/2002 04:41:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/04/2002 04:28:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00649019
Message ID:
00649022
Views:
14
>Hi Guys,
>
>Is it possible to add a record directly on grid and enabling only the row that you are adding to avoid row change?
>
>Any idea ?
>
>Thanks in advance....

Mike,
You could :
1) Disable controls when row is not the one you want.
2) Prevent row change in beforerowcolchange event.
2nd is my preferred method :

*Determine if rowchanging
if llRowChanging
nodefault
return
endif

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