| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CrreateProcess()
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! |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|