|
When I use powerbuiler when I create a new datawindow (using the GRID sub-style), when selecting data items in the table, the following situation will occur first: Canot create DataWindow.
'Cannot send ntext data or Unicode data using only Unicode collation to the client using DB-Library (like ISQL) or ODBC 3.7 or earlier.
SELCT Item.id, Item.visible, Item.title, Item.description, Titem.rprice '
You can build it without selecting the data items in the prompt. How to solve it ???
Another problem is that when I use DATAWINDOW of GRID, I want to select one of the rows and click to make the entire row light up. |
|