Vasavi2003
Programmer
Hello techies,
I am doing database project in VC++ and ms-sql.
I have different forms like ITEMMASTERFORM,CONSUMABLEFORM,NONCONSUMABLEFORM,and so..on
(just like studentform,feeform,instructorform,subjectform etc in STUDENT database).
I have created all forms in SDI document using ODBC and connecting the CRecordSet i.e table from ms-sql.
I have created some buttons on main form and used the command
CTest1View::OnConsumbaleFormButton()
{
WinExec("consumbaleform.exe",SW_SHOW);
}
it is just woorking .i.e it is opening the form,but the earlier form is not closing ...
howw to close previous form ,after the second from has been opened.
is there other way to connect forms...
2. how to insert pictures(logos) at runtime (using form view and picture control).
any help appreciated in advance.
REGARDS,
Vasavi.
I am doing database project in VC++ and ms-sql.
I have different forms like ITEMMASTERFORM,CONSUMABLEFORM,NONCONSUMABLEFORM,and so..on
(just like studentform,feeform,instructorform,subjectform etc in STUDENT database).
I have created all forms in SDI document using ODBC and connecting the CRecordSet i.e table from ms-sql.
I have created some buttons on main form and used the command
CTest1View::OnConsumbaleFormButton()
{
WinExec("consumbaleform.exe",SW_SHOW);
}
it is just woorking .i.e it is opening the form,but the earlier form is not closing ...
howw to close previous form ,after the second from has been opened.
is there other way to connect forms...
2. how to insert pictures(logos) at runtime (using form view and picture control).
any help appreciated in advance.
REGARDS,
Vasavi.