Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid & Mutiples Controled object in the same colunm
Message
De
17/01/1999 11:33:03
Martin Joncas
Foxprostudio.Com
Québec, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Grid & Mutiples Controled object in the same colunm
Divers
Thread ID:
00176993
Message ID:
00176993
Vues:
90
Hi All,

Im curently try to manipulate grid column to represent child data like this.


Master Table (code,Description)
|
+-----> Child Table (Value1, Value2, Value3, Value4)

ex:
grid object
+----------+--------------+------------------------------------+
| Code | Description | Child Data |
+----------+--------------+------------------------------------+
| A0001 | Name1 | label1 label2 label3 label4 |
| | | Value1 Value1 Value1 Value1 |
+----------+--------------+------------------------------------+
| A0002 | Name2 | label1 |
| | | Value1 |
+----------+--------------+------------------------------------+
| A0004 | Name4 | label1 label2 label3 |
| | | Value1 Value1 Value1 |
+----------+--------------+------------------------------------+
| A0005 | Name5 | label1 label2 |
| | | Value1 Value1 |
+----------+--------------+------------------------------------+

Col1 & Col2 is a textbox
Col3 is a container that contain all chield field possibility.

The problem i have is :
All container in the col3 have the same initialization for all record. I try put visible = .F. to Value for empty label but it dosn't show the difference beetween each container...

When i run it... I see 3 child for all record (if the fist record have 3 child). I need to click on to refresh on each record....

Do i need to do a different CurrentControl for all record?? If yes how can i use this Methode (DinamicCurrentControl)?

If anyone can help me .... or if you need more info..
please fell free to send any idea !!

Marty
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform