today, I want to share you a simple way to open a table from x++.
static void DASTableBrowser(Args _args)
{
SysTableBrowser sysTableBrowser = new SysTableBrowser();
;
//Browse the CustTable table
sysTableBrowser.run(tablenum(CustTable));
}
static void DASTableBrowser(Args _args)
{
SysTableBrowser sysTableBrowser = new SysTableBrowser();
;
//Browse the CustTable table
sysTableBrowser.run(tablenum(CustTable));
}
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.