M
Mac
VB6.
I selected records from SQL2K and saved into cursor.
Now I want to display on the screen by using MSFLEXGRID. I tried listbox
and I can see the data but I want it in msflexgrid.
I tried following statement but it just put part number and price in the
first column.
I want part number in first and price in second column like spreadsheet.
I would appreciate if someone please correct my statement.
Myform.MSFlexGrid1.AddItem rs!partno & Space(5) & rs!price
Thank you very much.
I selected records from SQL2K and saved into cursor.
Now I want to display on the screen by using MSFLEXGRID. I tried listbox
and I can see the data but I want it in msflexgrid.
I tried following statement but it just put part number and price in the
first column.
I want part number in first and price in second column like spreadsheet.
I would appreciate if someone please correct my statement.
Myform.MSFlexGrid1.AddItem rs!partno & Space(5) & rs!price
Thank you very much.