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 bkrike 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 MMR

  1. MMR

    exporting A Crystal Report to word for from VB6

    Try this: add a CrystalReport control (not the SmartViewer) to the form. ////////////////////// CrystalReport1.ReportFileName = path and name of report CrystalReport1.PrintFileType = crptText '(or crptWinWord ) CrystalReport1.PrintFileName = "C:\MyDoc\Test.doc&quot...
  2. MMR

    How to let user browse for a folder.

    The code works, you have to use the item method of the folder object to get the path "GetFolder = folder.Items.Item.Path".

Part and Inventory Search

Back
Top