I am trying to customize an SDK developed screen, the customization just add a new button to execute a store procedure, very simple, but the screen stops working.
I have done the same customization for an original Dynamics SL screen and it works fine. The problem is just in the screens we have created with SDK for SL 2011, It works fine in v 7.0
Button1_Click()
Call sql(c1, "XBCTest")
End Sub
CREATE PROCEDURE dbo.XBCTest as
SELECT * FROM Ledger
*This post is locked for comments