Hi,
If you want to use the MSHFlexGrid object in
VB then be aware that you must use the MSDATASHAPE provider in the connection string.
To select your rows you must use the SHAPE command (see Shape command in General on Microsoft site:
http://msdn.microsoft.com/library/de...ierarchy_9.asp )
Quote:
Originally posted by mkaya
hi,
I am new to vb. I have a database with product codes and raw materials related with it. I am trying to use msflexgrid to show only related raw materials which used in products. How can I select the records from db with sql. Or any other solution yo can advise.
|