All of a sudden THIS starts
Posted: Sun May 26, 2019 6:25 am
On compilation I'm now getting: Missing implementation of typed method that was declared in class bDataBrowser: 51453
What is going on NOW please? I can't compile and run or do anything. I've been all over the code, I haven't touched anything. In fact, I compiled a version a couple of hours back without a problem.
Then this started again (3rd time it's happened in the last 2 days) I couldn't fix it despite deleting the bBrowser libraries, reindexing the project and Repo , rebooting the PC etc. Then I loaded the saved aef file that compiled fine before, and BANG! Now IT won't compile for the same reason.
It keeps throwing me back to THIS code:
CLASS bDataBrowser INHERIT bBrowser
//#s implements the interface of DataWindow:ViewAs(...) 02-2003
PROTECT nLastKeyPressTime:=0 as LONGINT // See dispatch
PROTECT cSeek:="" as STRING // See dispatch search-string for seek-operation
EXPORT lAllowKeySeek as LOGIC // If true, allow seeking via keys->dispatch method
EXPORT cKeySeekOrder as STRING // Pass order
EXPORT cKeySeekAdd as STRING // Pass anything to add, e.g. soort when seekin in omschrijf:naam
//DECLARE METHOD SelectedBBItems // 24-4-2008
//DECLARE METHOD SelectedBBCells // 12-3-2012
//DECLARE METHOD SetBrowserBackground // 29-4-2012
//DECLARE METHOD SetCaptions // 26-10-2013
WTH is going on please?
What is going on NOW please? I can't compile and run or do anything. I've been all over the code, I haven't touched anything. In fact, I compiled a version a couple of hours back without a problem.
Then this started again (3rd time it's happened in the last 2 days) I couldn't fix it despite deleting the bBrowser libraries, reindexing the project and Repo , rebooting the PC etc. Then I loaded the saved aef file that compiled fine before, and BANG! Now IT won't compile for the same reason.
It keeps throwing me back to THIS code:
CLASS bDataBrowser INHERIT bBrowser
//#s implements the interface of DataWindow:ViewAs(...) 02-2003
PROTECT nLastKeyPressTime:=0 as LONGINT // See dispatch
PROTECT cSeek:="" as STRING // See dispatch search-string for seek-operation
EXPORT lAllowKeySeek as LOGIC // If true, allow seeking via keys->dispatch method
EXPORT cKeySeekOrder as STRING // Pass order
EXPORT cKeySeekAdd as STRING // Pass anything to add, e.g. soort when seekin in omschrijf:naam
//DECLARE METHOD SelectedBBItems // 24-4-2008
//DECLARE METHOD SelectedBBCells // 12-3-2012
//DECLARE METHOD SetBrowserBackground // 29-4-2012
//DECLARE METHOD SetCaptions // 26-10-2013
WTH is going on please?