Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Table in a dialog

meistrv
Beginner
680 Views
Hello,

I would like to make a small dialog based application for handling database (with the help of f90SQL from CanaimaSoft). What I need is to put a table (spreadsheet - with fixed number of columns and variable number of rows) on the dialog for viewing and inserting records. Is there any such control? Or would I have to use something like ActiveX control?

Thank you for any suggestions

Vit Meistr
0 Kudos
2 Replies
Jugoslav_Dujic
Valued Contributor II
680 Views
0 Kudos
Jugoslav_Dujic
Valued Contributor II
680 Views
...oh, I forgot that Xeffort now supports ListView controls :-). If you don't need full user-editable capabilities, that might be the easiest solution.

See LVTest sample on Xeffort.com; (you have to download and install the library first to build it). Usage of ListView controls is well documented under XFTCtrl chapter.

Jugoslav
0 Kudos
Reply