Hi,
Has anyone encountered a problem on creating a new screen using VB.Net in Dynamics SL 7.0 with SP1 with new tables. My problem is when assigning the LineNbr field to be auto-numbered in the SAFGrid. The datatype is smallint (Short in .Net). It is giving me an error that it cannot convert System.Int16 to System.IntPr. If I change the datatype to Int (Integer in .Net), it doesn't do anything as far as the autonumbering is concern. Appreciate any inputs on this. Thanks.
*This post is locked for comments