main logo
Subject: Re: [V4RB] How to change the Language of a field?
Author: Wonder Fef
Posted: 2003/05/31 09:53:00
 
View Entire Thread
New Search


> Look into V4RBRef.pdf class VVarChar and Vtext.
>
> Both this classes have function SetLanguage()
>
> So you need code as
>
>
> fld.SetLanguage( "French" )
>
> Where fld is of VVarChar type.

Thank you for your help.

fld.SetLanguage( "French" )
did not work, but

fld.language = "French"
did!

Thank you anyway, because you drove me to the solution.
Eric

PS: I'm using V4RB v1.9.8b6


_______________________________________________
Valentina mailing list
Valentina /at/ lists .DO.T macserve.net
http://lists.macserve.net/mailman/listinfo/valentina

 
©2003 Wonder Fef
<-- Prior Message New Search Next Message -->