Combo to Grid
Hi,
So far, we have explored 19 possible uses of Combo with other objects. Lets go further and pair-up Combo with a Grid object. We will combine previous examples together into one APZ file and add Grid to it.
General features of this example:
> Select a Category from a COMBO
> Populate the GRID with items related for that category. The item info comes from tables and file search.
> Click an ITEM on the GRID
> A Pop-Up Message will ask you whether you want to view the Full Info or not.
> If you chose OK, a DialogEx will pop-up showing Image & Text.
> Click an ITEM from another column on the GRID
> A Pop-up Message will ask you whether you want to edit the Text File or not.
> If you chose OK, it will open the Text File for editing in Notepad.
Hope this example is useful.
Please Login or Register to download this file.
Please leave a comment about this example.



thank u for this great example