DDE with Unicode to Excel (OpenInsight 32-Bit)
At 02 MAR 2005 05:03:35PM Hank Huizinga wrote:
I am trying to push Unicode data to Excel using DDE with no luck. In the example below, two characters appear in Excel instead of the single character as desired. If I cut and paste from the OpenInsight Form to Excel, it works properly.
text=\C5BC\
Call Set_Property(Window:'.':DDECtrl, 'DDEDATA', text)
I am running OI 7.1 with Office 2000.
Any help will be appreciated,
Hank