![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello ! I want dynamically change GRID Column but nothing changes in column2 In the Combo1 control I browse table structure I use following code THISFORM.abi=ALIAS() THISFORM.Grid1.RecordSource="" THISFORM.Grid1.RecordSource=THISFORM.abi THISFORM.Grid1.ColumnCount=2 THISFORM.Grid1.Column1.ControlSource=THISFORM.Comb o1.Value THISFORM.Grid1.Column2.ControlSource=STRTRAN(THISF ORM.Combo1.Value,THISFORM.Text1.Value,THISFORM.Tex t2.Value) THISFORM.Grdi1.Refresh Any suggestions ? THISFORM.Text1.Value="L" THISFORM.Text1.Value="P" ^ |
|
But the Column1 and Column2 are both same |
![]() |
| Thread Tools | |
| Display Modes | |
| |