Hi Nagaraj,
Instead of using axlSelect, try using this:
axlSetFindFilter(depends on your selection)
axlEnterPoint()
axlSingleSelectPoint(axlLastPick(nil) for single selection or axlAddSelectPoint(axlLastPick(nil) if you want to group
dbidSelected = axlGetSelSet().
based on my experience, this code is easier to control instead of axlSelect.