I had implemented the Ctrl-Y key combination to erase the cSeek argument on a xBrowse instead of pressing Backspace a lot of times. How can I refresh the oSeek control to display that the cSeek argument is empty ? Thank you.
I had implemented the Ctrl-Y key combination to erase the cSeek argument on a xBrowse instead of pressing Backspace a lot of times. How can I refresh the oSeek control to display that the cSeek argument is empty ? Thank you.
oSeek:Refresh()
He meant: oBrw:oSeek:refresh()
James:
Thank you very much !