RE: [U2] NLS - To Display Non English Character at TCL level

2005-03-29 Thread David Robertshaw
the standard wIntegrate 6 CD from IBM is loaded into a PC running Simplified Chinese Windows, it shows the menus and product installer in Chinese. www.ibm.com/software/data/u2/wintegrate/ David Robertshaw -Original Message- From: Ang Suan Yong [mailto:[EMAIL PROTECTED] Sent: 28 March 2005

RE: [U2] wintegrate query builder question

2005-02-21 Thread David Robertshaw
Kevin, there are no issues in the versions you are using. 1. Has the import to Excel ever worked? If not you could try reinstalling the host programs and ensure the machine type matches your host. (UniVerse Ideal Flavor, Universe Pick Flavor, etc.) 2. Viewing in the Report Viewer also does an

RE: [U2] Unidebugger

2005-02-01 Thread David Robertshaw
The UniDebugger doesn't use locking when it reads/writes host Basic programs as this would not fit the home-grown check-in/out systems many people use. In the wIntegrate Editor we added the ability to call a custom subroutine at the usual points which give 100% control, in the same way as the

RE: [U2] Re: WinteGrate

2005-01-14 Thread David Robertshaw
Here's a summary of how this works in wIntegrate: To run a specific PC program from a Basic program and pass it an argument, use: CALL WIN.PCRUN(iexplore, www.ups.com) CALL WIN.PCRUN(excel, myfile.xls) To run a program from the file association in the registry, use: CALL