Hi ,
I create a new project connect to MSSQL using OLEDB . it is simple data entry .
I have 1 window table and one window form table pass rec ID to Form to perform update .
in form i will use Hreadseekfirst() to find the record if found the use filetoscreen()
but in WD28 a bugs show up for example using hreadseekfirst my rec_ID suppose to 10 but after call filetoscreen() the rec_id become 1 . even though filetoscreen work correctly .
Y ? I have use this method for many version of windev but never act like that . why filetoscreen() reset the record position ?
I think wd28 too many bugs to use