Hello there,
I just tried to customize the invoice and adjustment screen to display the FB detail records with the draft number at the top of the grid and the FB detail records without draft # at the bottom of the grid by click on the custom button even though it is standard one but we are applying few filters in the result set. When i tried to load the grid the select check box is checked automatically for all the lineitems since it should be checked for the records with draft number. The Select check box is an standard control with temporary buffer table so i'm not able to assign the value through back end. I tried to enable the check box and set the value but it doesn't seem working.
code snippet:
I tried both of the methods:
Method 1:
Call setprop("cselect", "PROP_ENABLED", 1)
Call SetObjectValue("cselect", "N")
Call setprop("cselect", "PROP_ENABLED", 0)
Method 2:
sivMyApp.Controls("cSelect").Properties(PROP_ENABLED) = "False"
sivMyApp.Controls("cSelect").value = "N"

SL Version : SL-2011 SP2
Your comments would be really helpful and appreciate thanks in advance.
Thanks,
Karthik
*This post is locked for comments
I have the same question (0)