Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Row number
Message
De
08/08/2005 10:04:21
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
08/08/2005 09:50:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01039263
Message ID:
01039292
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform