Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

KB-20190220-01

Version

16.0.0

Cause

First textbox with font Arial.
Second textbox with font Arial and directive #UR INCLUDEFONT UNICODE

Symptoms

Text from second textbox is encode ASCII.

Workaround


Use  SetOtherParams() method and "UNICODE"

m.loSession.SetOtherParams("UNICODE",.T.) 
  • No labels