| This happens when the WPLDATES_US_ENGLISH (substitute appropriate language
and country codes) in WPADOC.OLB and OALLV.OLB do not match. This could
happen if the appropriate file was un available during installation or
OALLV object replaced later.
You can rectify this performing the following (taken out of KIIMAGES.COM):
$message /object /nolist /symbols /NOTEXT /object = vmi$kwd:wplmess.obj -
a1$llv:wplmess, a1$llv:wplexcep, 'a1$wpldates', 'a1$wplcurr', -
a1$llv:srttables, a1$llv:wplforms
$lib /replace a1$build:wpadoc.olb vmi$kwd:wplmess.obj
$
$message /object /nolist /symbols /TEXT /object = vmi$kwd:wplmess.obj -
a1$llv:wplmess, a1$llv:wplexcep, 'a1$wpldates', 'a1$wplcurr', -
a1$llv:srttables, a1$llv:wplforms
$lib /replace a1$llv:oallv.olb vmi$kwd:wplmess.obj
obviously you should replace:
'a1$wpldates' with appropriate WPLDATES_US_ENGLISH
'a1$wplcurr' with appropriate WPLCURR_US_ENGLISH
If you have more than one language make sure all of the WPLCURR_US_xxxxx
are alligned.
In your case maybe your previous WPLCURR_US_ENGLISH had the wrong order
or somthing along this line (i.e. check this before introducing any changes).
|
| As Ittamar stated in a previous reply, this happened to one of our
customers the other day, and I was the support engineer who had to
solve it.
This was a multi lingual system which was upgraded from V2.3 to V2.4.
The file which caused the problem was the WPLCURR_XX_LANGUAGE.MSG file.
At some point in time (I guess between V2.3 and V2.4), the order of the
messages was changed (the message for the decimal tab was moved from
the first message to the last message). During the upgrade of one of
the languages, evidently, the file from V2.3 which was still in the
directory was used for linking the images and not the V2.4 version.
This was probably due to an error in that particular language kit which
did NOT contain the revised message file. Since this language was the
last language to be upgraded, the oa$main.exe image reflected the V2.3
message configuration.
Recompiling the message files and re-linking the images solved the
problem.
Thanks,
Cb.
Cb.
|