Search code examples
sqlbaseguptateamdevelopercentura

centura team developer 2.1 open same form twice


I'm working in centura team developer 2.1

I have already made an app with a lot of forms. When running my app I need to open a specific form window twice at the same time.

Any idea how to do this?


Solution

  • Open TD application and press key combination Alt Key + Enter key at same time for getting properties window. From the properties window you have to select Runtime tab and make sure that the check box Reject multiple window instances is in unchecked state. Call your specific form window using SalCreateWindow() function twice.