Hello folks,
If anybody can help with this, it will be great. I am having a small web form in which I need to display the seq (the seq field in the table that was created by Livelink along with default columns such as VolumeId, Dataid, rowseqnum, versionnum).
My sql query is select max(seq+1) from tbl_issuerisk;
And the objective is to list the value in the top of the form as Sequence number.
Can you please let me know the steps involved in doing this. Is there a way I can do this without webform lookup.
Thanks.
If anybody can help with this, it will be great. I am having a small web form in which I need to display the seq (the seq field in the table that was created by Livelink along with default columns such as VolumeId, Dataid, rowseqnum, versionnum).
My sql query is select max(seq+1) from tbl_issuerisk;
And the objective is to list the value in the top of the form as Sequence number.
Can you please let me know the steps involved in doing this. Is there a way I can do this without webform lookup.
Thanks.