Hi

I put a ComboBox in a Dialog like this:

<Dialog Id="ConfigSFSDlg"
        <Control Type="ComboBox" ComboList="yes" Width="136" Height="17" X="90" 
Y="132" Id="CmbEnv" Property="TARGETWEBCOMBO" Text="Development">
                                                <ComboBox 
Property="TARGETWEBCOMBO">
                                                </ComboBox>
                                </Control>


Then try to update the table like this:
                                'open and execute a view to the ListBox table
                                Set oView = Session.Database.OpenView("SELECT * 
FROM `ComboBox`")
                                Set oPropertyView = 
Session.Database.OpenView("SELECT * FROM `Property` WHERE [Property] 
='TARGETWEBCOMBO'")

But I got an error says :
DEBUG: Error 2205:  Database: . Table does not exist: ComboBox

I opened the msi file with Orca and see the ComboBox is under Control --> 
ConfigSFSDlg. There is no ComboBox under Tables column.

I am trying to compile this sample.
http://n2.nabble.com/Re:-Creating-a-virtual-directory-under-a-web-site

Thanks
Jirong Hu
Build Master
780-644-5488


This communication is intended for the use of the recipient to which it is 
addressed, and may contain confidential, personal, and or privileged 
information. Please contact us immediately if you are not the intended 
recipient of this communication, and do not copy, distribute, or take action 
relying on it. Any communication received in error, or subsequent reply, should 
be deleted or destroyed.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to