FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour XBROWSE has to extend with other controls.
Posts: 336
Joined: Mon Dec 07, 2009 02:49 PM
XBROWSE has to extend with other controls.
Posted: Sat Dec 07, 2013 11:31 AM
Hi Antonio,

We have examples of Incremental Search that works fine. But the examples are not at professional levels and that are very basic to learn FWH. Those examples we cannot use in our professional application. I am trying to to extend the functionality with GET or other control but it does not work properly.

I read the XBROWSE class code and we strongly need some more events and data variables (for to embed Objects) to become XBROWSE more sophisticated. We have to think below Events / Data to include in the XBROWSE class.

Code (fw): Select all Collapse
 // Data variables :
   oGetSeek , oSaySeek 
  
   oSeek // has to remove as this is bit confusing..!

  // Code Blocks (Events)
          "bPostKeyChar" // This will evaluates after KeyChar Method
          "bPostSeek"  // This will evaluates after Seek Method




Thanks
Shridhar
Thanks

Shridhar

FWH 24.04, BCC 7 32 bit, MariaDB

Continue the discussion