Product: Virtual Data Access Components
Product Version: 11.3.2
OS Version: Linux
Platform: x64
Is registered user: True
OS Debian buster LXDE 64 bit
FPC 3.3.1
Lazarus 2.1.0
component: TVirtualTable
I have a problem with the Slovenian character set.
define field:
Name: JMjere
DataType; ftString
Size: 10
if I fill in the field with:
ŠŠŠŠŠŠŠŠŠŠ
deletes my last five
ŠŠŠŠŠ
TVirtualTable I have a problem with the Slovenian character set
Re: TVirtualTable I have a problem with the Slovenian character set
When i use ftWideString works properly
But I don't use TVirtualTable on its own but in combination with TSQLQuery.
VirtualTable1.Assign(SQLQuery1);
This way I have a problem.
But I don't use TVirtualTable on its own but in combination with TSQLQuery.
VirtualTable1.Assign(SQLQuery1);
This way I have a problem.
Re: TVirtualTable I have a problem with the Slovenian character set
We will check the workflow of our product according to your description. For this, we need some time. We will inform you
about the results after the end of testing
about the results after the end of testing
Re: TVirtualTable I have a problem with the Slovenian character set
Thank you for the information. We have reproduced the issue and will investigate its origin. We will inform you about the results shortly.
Re: TVirtualTable I have a problem with the Slovenian character set
Can you write, what are the plans to solve this problem.