|
| Error in :duflp:Library.wfm |
 |
Wed, 19 Dec 2007 21:16:57 +010 |
I have used Library.wfm in the duflp many times, but after changing from Win2000
to XP Pro I get the
following error when opening Library.wfm,
Error: Variable undefined: TOPTIP
File: CustButt.cc
Routine: kmtopbutton:kmtopbutton
Line: 1052
Line 1052 is in this part of CustButt.cc. This is the only occurrence of the
word TOPTIP.
/* =======================================================
First, we start with the Navigation Buttons:
======================================================= */
/* ---------------------------------------------------- */
class kmTopButton( parentObj ) of BaseSpeedButton( parentObj ) custom
this.UpBitMap := "RESOURCE:2 PS_FIRST"
this.SpeedTip := TOPTIP // <-------------- line 1052
function onClick
local rRowToActOn, nState, nAnswer
rRowToActOn = null
Do I have a wrong version of duflp?
Ivar B. Jessen
|
| Post Reply
|
|
|
|
|
|
|
|
|
|