Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/jopp289/domains/progmans.net/public_html/engine/modules/show.short.php on line 160 Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/jopp289/domains/progmans.net/public_html/engine/modules/show.short.php on line 160 TextMatrix » Шпаргалки
Заголовок



fg - VSFlexGrid
fg.Row - текущая строка грида


MsgBox fg.TextMatrix(fg.Row, fg.ColIndex("ColName"))



TextMatrix - значение ячейки
fg - VSFlexGrid
Height - имя (наименование) поля


For i = fg.FixedRows To fg.Rows - 1
     If Trim(fg.TextMatrix(i, fg.ColIndex("Height"))) = "0" Then
         MsgBox "Значение не должно равняться 0"
         Exit Sub
     End If
Next i