cancel
Showing results for 
Search instead for 
Did you mean: 

Matrix problem

Former Member
0 Kudos

Hello friends i want to select a particular matrix itm in sales quatation form. my code is follwing like this

dim oitm as string

oitm = omatrix.Columns.Item("3").Cells.Item(omatrix.VisualRowCount).Specific

the error occured during runtime is

"cast from type Iedittext to string is not valid" how can i rectify this problem

regards

shanmugam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use


omatrix.Columns.Item("3").Cells.Item(omatrix.VisualRowCount).Specific.value

Binita

Answers (0)