Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 中创建了一个应用程序RAD Studio XE C++,现在我需要打开我使用ADO连接创建的数据感知表单的多个实例,每个实例都需要彼此独立的数据。
RAD Studio XE C++
ADO
我可以使用以下代码打开表单的多个实例:
TFR_Form1 *FR_Form1 = new TFR_Form1(this);
并且不在项目管理器中将表单设置为活动状态。问题在于,一个表格上的任何数据更改都会反映在所有其他表格上。