Good morning friends!
I have a problem with a custom SDK screen that I cannot figure out. The screen is simple and consists of one DSLGrid. The underlying table has 3 columns (acct,subacct,active). I have the grid populating correctly, and new rows can be added to the grid. However, nothing can be modified. As soon as I change a value in the grid (i.e. active) and click save, the windows icon spins and spins and nothing happens. I have to kill the screen. Please see below:
Fields in Grid:
DSLMaskedText Field: bxnxAPAV.Acct Level: 0,k
DSLMaskedText Field: bxnx.APAV.SubAcct Level: 0,k
DSLCheck Field: bxnxAPAV.Active Level: 0
Grid:
DSLGrid DBNav: "Select * from xnxAPAV where acct like @parm1 and SubAccount like @parm2 order by Acct, SubAccount", "bxnxAPAV.Acct"; 0; 0; 0; 1, "bxnxAPAV.SubAccount"; 0; 0; 0; 1,
Update1: Levels: DETAIL;D
Please let me know your thoughts folks! I am stuck here! Thank you in advance for assistance.