Does anyone know how to display Unicode fields in a readable format in Visual Studio 8.0

kstern

Active Member
Does anyone know how to display Unicode fields in a readable format in Visual Studio 8.0

We are in the process of upgrading to E1 B9.0 and I'm trying to debug a BSFN. While trying to debug the BSFN, variables that are defined as Unicode are being displayed as a 2 digits number. How do I change the Visual Studio debugger to display they variable in a readable format.

The PC is running Windows 7.
Thanks
 
Re: Does anyone know how to display Unicode fields in a readable format in Visual Studio 8.0

K,

You might want to review Oracle Support's Document "E1: BSFN: Debugging Business Functions (BSFN), BSFN called by Table Conversion, and Writing to the jde.log File [ID 626459.1]"

At the bottom of the document is "Unicode String Values Do Not Appear in Watch Window of Debugger"
- To Display Unicode Strings: Tools-> Options -> Debug -> Display Unicode Strings (Check-Box)
- A note to review ArcGIS Developer Online for additional settings
- A note to review Microsoft Document PRB: Cannot View Unicode Strings in the Watch Window

Hope this helps?

(db)
 
Re: Does anyone know how to display Unicode fields in a readable format in Visual Studio 8.0

PS...

FYI - for those following a different thread....

A comment was recently added to the document that states "It is not possible to debug interpretive Named Event Rule (NER), you can call 'B0900102' in the NER to write data to the log for troubleshooting"

(db)
 
Back
Top