kotecha
Sep 30th, 2000, 01:15 AM
Hi threre...
this is a strange problem...
data environment...
in SQL of one command (commdcb) i have written..
select this, that where this like ?
at run time i am passing parameter from strtemp,
strtemp = "'%" & text1.text & "%'
the commdcb is related to a datacombobox so i am calling it ...
dataenvironment.commdcb strtemp
i also tried
dataenvironment.commdcb 'strtemp'
Pls help - 'cause i am bugged now (since two hrs. :-( )
Thanks - only if you can solve :-))
but the datacombo is blank
this is a strange problem...
data environment...
in SQL of one command (commdcb) i have written..
select this, that where this like ?
at run time i am passing parameter from strtemp,
strtemp = "'%" & text1.text & "%'
the commdcb is related to a datacombobox so i am calling it ...
dataenvironment.commdcb strtemp
i also tried
dataenvironment.commdcb 'strtemp'
Pls help - 'cause i am bugged now (since two hrs. :-( )
Thanks - only if you can solve :-))
but the datacombo is blank