[quote:3h290ilt]is it possible in browse file to have columns with UNICODE and column with ANSI ?
[/quote:3h290ilt]
Yes, possible.
From version FWH17.04, you can set classdata TGet():lDefaultANSI := .t. at the beginning of the application after FW_SetUnicode( .t. ). With this setting, all Gets default to ANSI. Only for the Gets you require Unicode input, you can add the clause CHRGRP CHR_ANY or CHRGRP CHR_WIDE as required.
↧