FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Refreshing oSeek control on xBrowse
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM

Refreshing oSeek control on xBrowse

Posted: Sat Apr 25, 2009 08:10 AM

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.

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: Refreshing oSeek control on xBrowse

Posted: Sat Apr 25, 2009 08:11 AM

oSeek:Refresh()

Regards



G. N. Rao.

Hyderabad, India
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM

Re: Refreshing oSeek control on xBrowse

Posted: Sun Apr 26, 2009 12:53 PM
Nageswaragunupudi:

Thank for your reply, but I'm getting the following runtime error:
Error description: Error BASE/1003 Variable does not exist: OSEEK
Any suggestions ?
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM

Re: Refreshing oSeek control on xBrowse

Posted: Wed Apr 29, 2009 11:53 PM

He meant: oBrw:oSeek:refresh()

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM

Re: Refreshing oSeek control on xBrowse

Posted: Thu Apr 30, 2009 05:44 PM

James:

Thank you very much !

Continue the discussion