Hi,
I want to fix following problem. I'd like to get value from ItemCode cell in document object. When I used this example code:
oForm := App.Forms.GetFormByTypeAndCount(141,1);
oMatrix := mFrm.Items.Item('38').Specific;
oEdit := oMatrix.Columns.Item(1).Cells.Item(pval.Row).Specific;
I can't get any value to my variable oEdit - programme is stopping.
How to get data from cell number 1 (first) in document line?
The same problem is for cell number 3 but I haven't any problem with for example cell number 11.
I'm looking forward to your help.
Regards
Tomasz
Add a comment