Q&A - Question

TGIS_ControlAttributes component does not show Cyrillic Letters for Field Names (for C++ Builder)

Question
Bahodir asked on December 10, 2019, keyword: Developer Kernel
1. Cyrillic is not recognized. Only some questions and P symbols. But latin field names are shown well. 

2. Another question. How to show only selected field names. I don't want all attributes to be shown. Only some of them are required.

 
Answers
Tomasz Kosinski (TatukGIS) replied December 10, 2019
  1. What format do you use? If SHP then please be aware that DBF specification defines only ASCII name. Any other names are non-standard.
  2. Do you mean in a control attribute control? You can modify TGIS_FieldInfo.Hidden property.
Bahodir replied December 10, 2019
thanks for your answer. I will take into consideration first answer.

Can you please give one small sample for the second question on using TGIS_FieldInfo ? (for c++ builder)
Tomasz Kosinski (TatukGIS) replied December 10, 2019
For example:
lv->FieldInfo( lv->FindField("my_field") )->Hidden = TRUE;
Bahodir replied December 10, 2019
Thanks it works
If you would like to answer the question please Sign In.
*
*
Please review our recent Privacy Policy.
If you have any questions or requests, please contact us.
Rules
The Questions and Answers (Q & A) is intended to provide a means of communication between TatukGIS customers.
 
  1. Licensed users (with active maintenance play) of TatukGIS products may contribute to the Q & A content. Read-only access is available to anyone.
  2. Keep the content positive and professional.
  3. Be courteous to others by posting information when a question or issue asked on the Q & A is answered or resolved by other means (such as with help from TatukGIS technical support). Offer others at least a hint how the posted question was answered or the issue was resolved.
  4. The Q & A is not a replacement for TatukGIS technical support. TatukGIS team may or may not regularly follow or contribute content.