jawadfrhad
Programmer
hi all
i have cursor room(name c(1))
Includes
"a"
"b"
"c"
"d"
and i have cursor room2(name1 c(4))
Includes
'jun1'
'jun2'
'jun3'
'jun4'
Now i have grid
content combo box
i want ...
if room2.name1='jun1' display combo box =a
if room2.name1='jun2' display combo box =b
if room2.name1='jun3' display combo box =c
if room2.name1='jun4' display combo box =d
i have cursor room(name c(1))
Includes
"a"
"b"
"c"
"d"
and i have cursor room2(name1 c(4))
Includes
'jun1'
'jun2'
'jun3'
'jun4'
Now i have grid
content combo box
i want ...
if room2.name1='jun1' display combo box =a
if room2.name1='jun2' display combo box =b
if room2.name1='jun3' display combo box =c
if room2.name1='jun4' display combo box =d