another question..this time about data enviroment.
hi..
its easy cos i want to limit the records that will appear in the datareport with an sql statment like: select * from ppd where ppd = text1.text
i know we should write it like this in the dataenviroment desginer:
select * from ppd where ppd = ?
but i dont know what to write in the prameter section of the proparties...! where and how to specify the text1.text as i want to retrive the varible at run time.
|