Support My Blog
Download Free Games

Combo to Combo


Graphics.com/Learning

This example shows how to fill ComboBox 2 with Text & Data after selecting a Unique Category from Combo Box 1.

It will show you how to use simple tables.

Screen Shot : Combo to Combo Example

Screen Shot : Combo to Combo Example

Right-click to Download APZ file.

Feel free to comment.

image: DrawPlus X2 from Serif image: PhotoPlus X2 from Serif
  • Share/Save/Bookmark

2 comments to Combo to Combo

  • arleyfsc

    buenas tardes…
    tengo un problema con el “for” ya mi autoplay version 8, me esta generando un
    error en donde no me deja compilar la sentencia anexo en onshow for i,v in tCategory do

    y al terminar de cargar no me alimento los combobox..
    por favor alguien que me help… sera que hay que habilitar una opcion adicional para
    que corra sin proble el for .. gracias

  • Hi Arley,

    For Version 8, you need to change some bits of the code in for… do LOOPS ONLY.

    For example in 7.5.

    for x, y in tMyTable do
    … something here
    end

    Here is what you change in Version 8.

    for x,y in pairs(tMyTable) do
    …something here
    end

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>