Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
ColumnFormula Get property
Having problem with Get property.
Set Property seems OK, sets what is required.
CALL Set_Property(OLE_TABLE,"OLE.ColumnFormula[":ColDiffPrice:"]","SUM")
aaa=Get_Property(OLE_TABLE,"OLE.ColumnFormula[":ColDiffPrice:"]")
When I do this it returns "MAX"
On a procedure I did the same, ie a reporting tool, and it returned null.
Please can you check.
Set Property seems OK, sets what is required.
CALL Set_Property(OLE_TABLE,"OLE.ColumnFormula[":ColDiffPrice:"]","SUM")
aaa=Get_Property(OLE_TABLE,"OLE.ColumnFormula[":ColDiffPrice:"]")
When I do this it returns "MAX"
On a procedure I did the same, ie a reporting tool, and it returned null.
Please can you check.
Comments