Topic: How to do relation combobox parentcombobox and autofill other element?

How I can do relation management In combobox like parent child. Select country and select States(auto fill) and select states. Which again populate pincode combobox and other elements (like text box). Using no code.

New here so any help all good.

Re: How to do relation combobox parentcombobox and autofill other element?

https://k245.ru/wp-content/uploads/2023/09/cbb9.png
https://k245.ru/wp-content/uploads/2023/09/cbb10.png
https://k245.ru/wp-content/uploads/2023/09/cbb11.png
The third is done in the same way

https://k245.ru/mvdb/vypadayushhij-spis … bobox.html

Визуальное программирование: блог и телеграм-канал.

Re: How to do relation combobox parentcombobox and autofill other element?

thank you sir that worked and I now understood that. Is there a way to do change other textboxes when I select something from combo box without code.

Re: How to do relation combobox parentcombobox and autofill other element?

kavinacomputers wrote:

thank you sir that worked and I now understood that. Is there a way to do change other textboxes when I select something from combo box without code.

I'm sorry, but you'll have to write a script for this.

Визуальное программирование: блог и телеграм-канал.

Re: How to do relation combobox parentcombobox and autofill other element?

which language? any books on language?

k245 wrote:
kavinacomputers wrote:

thank you sir that worked and I now understood that. Is there a way to do change other textboxes when I select something from combo box without code.

I'm sorry, but you'll have to write a script for this.

6 (edited by k245 2024-04-30 09:06:03)

Re: How to do relation combobox parentcombobox and autofill other element?

FastScript for My Visual Database. Read https://myvisualdatabase.com/forum/view … hp?id=2694
Or seek solutions on this forum.

Визуальное программирование: блог и телеграм-канал.

Re: How to do relation combobox parentcombobox and autofill other element?

FastScript for FastReport and Object Pascal for MVD Script form and its elements right?

or FastScript for everything?

Re: How to do relation combobox parentcombobox and autofill other element?

It's the same language. It is used for both form management and report management.
But it is necessary to take into account the limitations that are associated with the fact that not all properties of standard classes are implemented. And there are also new classes that exist only in MVDB. In addition to general syntax information, you will need information about supported classes and procedures.

https://myvisualdatabase.com/help_en/

Визуальное программирование: блог и телеграм-канал.