1. Does that SLE allows to type in anything? If no then the property DisplayOnly needs to be unchecked.
2. Are you writing any script to set the value when user press 'shift+insert' or 'Ctrl+V' ? If yes then looks like some other event is preventing it to do this.
3. Is it a simple SLE or it's a part of datawindow column with any editstyle?
Regards,
Sandeep
Main Topics
Browse All Topics





by: Vikas_DixitPosted on 2009-09-18 at 08:20:49ID: 25366878
Well.. user's requirement is logical... What version of PB are you using ? Are you using PFC ? You will need to figure out why ctrl+v doesn't work - it's probably being processed by some other event.
Try having a simple app with a window having SLE and see if CTRL+V works there ( it works for me).. and then Window with a tabpage and SLE and see if it works there.