Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Row number
Message
From
08/08/2005 10:04:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
08/08/2005 09:50:57
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01039263
Message ID:
01039292
Views:
19
This message has been marked as the solution to the initial question of the thread.
>Thank you
>You resolved the specific problem.
>But my big problem is that I have to know the row line:
>I have a grid base on the cursor and I want when I press on each line in the grid the backcolor of the linked textbox will be change.
>Can you help me?

You can broadcast a message to all controls with a specific property and have them react accordingly. ie:
thisform.setall('Currec',recno('myTable'))

* Custom currec property-holds row number control belongs to (array element)
* Currec_assign
lparameters vNewVal
this.BackColor = iif(m.vNewVal = this.Currec, 0x00FFFF, 0xFFFFFF)
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