0

複数のデータベースをサポートする製品があります。インストール中に、サポートするすべてのデータベースを含むコンボ ボックスが必要です。また、ユーザーが接続文字列を入力できるテキスト ボックスもあります。サポートされているデータベースごとに接続文字列テンプレートを用意し、コンボ ボックスが変更されたときに、選択したデータベースに関連する接続文字列テンプレートをテキスト ボックスに表示したいと考えています。

4

1 に答える 1

0

As Yan said this is not possible to do on one screen. However you could have the dropdown on it's own page and then after clicking next work out what the user selected by testing the property which is set and populate the textbox with the correct template.

于 2013-01-09T11:41:49.420 に答える