Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rooney39

  1. rooney39

    How to refer to an App variable from Dialog class?

    Just use a static_cast operator. So CMyAppApp *pApp = static_cast<CMyAppApp *>(AfxGetApp()); or even just CMyAppApp *pApp = (CMyAppApp *)AfxGetApp();
  2. rooney39

    Drill Down button on report.

    I have a report which has one line per entry in a database table. One of the fields in the database though is very large and I do not want to display it on the report, but I do want to allow the user to see it if necessary. The perfect solution for me would be to have a &quot;drill down&quot...

Part and Inventory Search

Back
Top