Danny Gan
March 15th, 2004, 11:56 AM
void Reports_View::OnInitialUpdate()
{
st.cb=sizeof(STARTUPINFO);
ZeroMemory(&st,sizeof(st));
}
void Reports_View::OnCust()
{
CreateProcess("C:\\Program Files\\Crystal Decisions\\Crystal Reports 9\\crw32.exe","C:\\Program Files\\Crystal Decisions\\Crystal Reports 9\\crw32.exe //CustomerDetails.rpt",NULL,NULL,0,FALSE,NULL,NULL,&st,&pi);
}ffd
I dont which part abive got wrong, cannot link my report out, juz can the application only!! Can anyone help me!
{
st.cb=sizeof(STARTUPINFO);
ZeroMemory(&st,sizeof(st));
}
void Reports_View::OnCust()
{
CreateProcess("C:\\Program Files\\Crystal Decisions\\Crystal Reports 9\\crw32.exe","C:\\Program Files\\Crystal Decisions\\Crystal Reports 9\\crw32.exe //CustomerDetails.rpt",NULL,NULL,0,FALSE,NULL,NULL,&st,&pi);
}ffd
I dont which part abive got wrong, cannot link my report out, juz can the application only!! Can anyone help me!