Hi,
I wanted to use unique identification for each new workspace window. so, i have planned to use the string e.g. '(1 - cee)' apperead on the caption of each of the modules (i.e. forms, cotent area).
But i am not able to find the whole caption string. In the 'ItemInvent' form caption there is 'caption' property set to 'Item' and 'TitleDataSource' property to InventTable. I have ananlysed the 'Caption' property which is set to 'Item', but it only prints the 'Item' text on the InventTable form's caption. I am not able to find the '(1 - cee)' text which apperead along with the 'Item' text on the InventTable form.
Can anyone please suggest me some idea to get this text (i.e. (1 - cee), (2 - cee) and so on.)
My concern is to get the no. e.g. "1", "2" from the above example.
Thanks & Regards,
/Ashlesh
0
Comments
I found the solution using below line.
xInfo::currentWorkspaceNum();
Hope it helps to someone.
Regards,
/Ashlesh