In article <[EMAIL PROTECTED]>,
    siaj <[EMAIL PROTECTED]>  writes:

> I have a list of databases to be populated for a given server in a combobox.
> The user selects a value from the list of servers (a different dropdown on
> same screen) and clicks on GetDatabases to have the Databse combo refreshed
> with new set of Databases. I am calling a vbs custom action to populate the
> combo. I am having an issue where the combo is getting populated only if I
> leave the screen and comeback. I need the combo to refresh as soon as the
> GetDatabases button clicked. I can see the CA firing correctly and
> immediately but the population is not happening. I saw some similar posts
> but none of them have been able to help me yet. The code snippet looks like
> below. Any help will be appreciated

Split the process up into two dialogs in the wizard sequence.  First,
select the server, then click next to select the database.  Change the
server by clicking back to enter a new server and then next to go
forward and select the database.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to