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 zonique

  1. zonique

    Where can I find which reports have been scheduled when?

    goto http://(serverName)/crystal/enterprise/, in left handside you will found an instance manager, Used it to list out the instances that have been scheduled.
  2. zonique

    Need help on class interface declaration!!!

    Hi all, i am new to C++, i was trying to declare a class for writing a log file. everyting was fine until i separate interface from implementation! below are the codes : Log.H ---------------------------------------------- #ifndef LOG_H #define LOG_H class Log { public: Log (); ~Log()...

Part and Inventory Search

Back
Top