Set SendRs = New ADODB.Recordset
SendRs.Fields.Append "Ind", adInteger, , adFldKeyColumn
SendRs.Fields.Append "AppName", adVarChar, 200, adFldUpdatable
SendRs.Fields.Append "AppVar", adInteger, , adFldUpdatable
SendRs.Fields.Append "IdApp", adInteger
SendRs.Open
SendRs.AddNew "AppName", "test"
SendRs.Close
Set frmCreateApp2.MSHFlexGrid1.DataSource = SendRs
grd.row=1
grd.col=0
Сейчас этот форум просматривают: Yandex-бот и гости: 111