Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids & enabled/disabled Rows
Message
From
28/08/2000 10:40:09
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/08/2000 10:06:08
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00409774
Message ID:
00409796
Views:
18
>Hi All,
>
>I am wondering if it is possible to have certain rows readonly or disabled while others are not. I need to be able to add new rows. But block the editing in the existing rows. I can add the new row. But can't add the info if the textboxes are readonly. Must I have 2 controls in each column, a Textbox & an Editbox? And depending on weather I'm in edit mode, switch the Currentcontrol of the column? Or is there a simpler way?
>
>TIA
>Mike


If buffering is used then you could do this :
*AfterRowColChange
this.setall('Enabled',recno(this.recordsource)<0,'Column')
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