Code for Serial number and write bellow code on Form Data source
> Create method
public void create(boolean _append = true)
{
Table table;
RefRecId conter;
super(_append);
select count(RecId) from table;
if (!table.RecId)
table.SerialNo += 1;
else
table.SerialNo = table.RecId + 1;
table_ds.refresh();
}
> Create method
public void create(boolean _append = true)
{
Table table;
RefRecId conter;
super(_append);
select count(RecId) from table;
if (!table.RecId)
table.SerialNo += 1;
else
table.SerialNo = table.RecId + 1;
table_ds.refresh();
}
Happy DAXing :-)
Oh dear, without microsoft partner I would be damned ;) I suck at technological and IT things, so I would have absolutely no idea how to get this done.
ReplyDeleteBest regards!
totly wrong
ReplyDelete