Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid & Mutiples Controled object in the same colunm
Message
From
17/01/1999 11:33:03
Martin Joncas
Foxprostudio.Com
Quebec, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Grid & Mutiples Controled object in the same colunm
Miscellaneous
Thread ID:
00176993
Message ID:
00176993
Views:
89
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
Next
Reply
Map
View

Click here to load this message in the networking platform