Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
EditTable CellConv in OI 10
I'm working in OI10 and the 64 bit version of SRP controls and I ran into a problem I am trying to solve. I have a setup SRP edittable where I am setting validation and conversion type on the fly. The following code is used:
Call Set_Property(CtrlEntID, "OLE.CellConv[3; 1]", "MD2":@FM:"MD2":@FM:'"@DATA" is not a number.')
Call Set_Property(CtrlEntID, "OLE.CellConv[3; 2]", "MD2":@FM:"MD2":@FM:'"@DATA" is not a number.')
when a number is entered in this field the error message is triggered. any help would be greatly appreciated
Call Set_Property(CtrlEntID, "OLE.CellConv[3; 1]", "MD2":@FM:"MD2":@FM:'"@DATA" is not a number.')
Call Set_Property(CtrlEntID, "OLE.CellConv[3; 2]", "MD2":@FM:"MD2":@FM:'"@DATA" is not a number.')
when a number is entered in this field the error message is triggered. any help would be greatly appreciated
Comments
Thank you so much for your reply, it is indeed in a dialog box, I switched to handling that manually. Now thanks for your replies it makes sense.