Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Language setup fails in MM v8.0
Message
De
01/02/2004 09:04:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Language setup fails in MM v8.0
Divers
Thread ID:
00872763
Message ID:
00872763
Vues:
47
Hello,

Just purchased the framework and try to set up a basis with multi-lingual support.
Creating a new project with Qstart works fine. Also the rebuild etc.

When following the steps on page 328 of DevGuide "Multi-Lingual Setup" the following message is given in langsetup.prg: SQL: Column 'VP_ILANGID' is not found.

Do I make a mistake or is there an error in the setup procedure?

Thanks in advance for the advice.
Paul Petraeus.

Below the code that is involved in langsetup.prg.

FUNCTION MakeView_LV_MSGSVCINIT
***************** View setup for LV_MSGSVCINIT ***************

CREATE SQL VIEW "LV_MSGSVCINIT" ;
AS SELECT * from msgsvc where ilangid = vp_iLangID OR (ilangid = 0 AND ckey NOT IN (SELECT ckey FROM msgsvc WHERE ilangid = vp_iLangID))
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform