Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LanguageMgr Problems
Message
De
04/04/2002 09:03:51
 
 
À
03/04/2002 20:33:00
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00640674
Message ID:
00640837
Vues:
17
A small change to the function MakeView_LV_MSGSVCINIT in ..\common30\utils\langsetup.prg solves the problem. I'll post this in case someone else needs it.

ORIGINAL CODE:
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))

CHANGED TO:
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))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform